Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\new Voice = "Melodie" { \relative c' { << { \voiceOne } \new Voice = "StimmeTeilen" { \voiceTwo } >>}
Nein, nein nein!!!!! Auf keinen Fall dieser << { }//{}>> benutzen!Die einfachste Einführung für solche ist im Notationsreferenz 2.1.4 Getrennte TexteMerke dabei, bitte, dass da steht:Code: [Auswählen]\new Voice = "Melodie" { \relative c' { << { \voiceOne } \new Voice = "StimmeTeilen" { \voiceTwo } >>}<<{}//{}>> Wird zu grosse Probleme führen mit Vokalmusik.
<<{}//{}>> Wird zu grosse Probleme führen mit Vokalmusik.
Zitat von: derHindemith am Montag, 9. November 2009, 18:23<<{}//{}>> Wird zu grosse Probleme führen mit Vokalmusik.Warum? Gibt das Probleme mit dem Text?
\score{ << \new Voice = "Melodie" { \relative c' { c4 << { \voiceOne c8 e }%%Geändert damit die unterschiedliche Noten auffälliger sind \new Voice = "StimmeTeilen" { \voiceTwo c8. a16 } >> \oneVoice c4 c | c } } \new Lyrics \lyricsto "Melodie" { we shall not o- ver- come } \new Lyrics \lyricsto "StimmeTeilen" { will }>> }
fontSize = #-3
\score{ << \new Voice = "Melodie" { \relative c' { c4 << { \voiceOne c8 e }%%Geändert damit die unterschiedliche Noten auffälliger sind \new Voice = "StimmeTeilen" { \voiceTwo \set fontSize = #-2 c8. a16 } >> \oneVoice c4 c | c } } \new Lyrics \lyricsto "Melodie" { we shall not o- ver- come } \new Lyrics \lyricsto "StimmeTeilen" { will }>> }