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.
\version "2.14.2"\score { << \new Staff = "upper" { c'1 \glissando \change Staff = "lower" c \glissando \change Staff = "upper" c' } \new Staff = "lower" { \clef bass s1*3 } >>}
\version "2.14.2"\score { << \new Staff = "upper" { c'1 \glissando \change Staff = "lower" c \glissando \change Staff = "upper" c' } \new Staff = "lower" { \clef bass s1*3 } >>}\score { << \new Staff = "upper" { s1*3 } \new Staff = "lower" { \clef bass c1 \glissando \change Staff = "upper" c' \glissando \change Staff = "lower" c } >>}
\version "2.14.2"top = \change Staff = "1"bottom = \change Staff = "2"mOne = \relative c { c'1 \glissando \bottom c, \glissando \top c'}mTwo = \relative c { c1 \glissando \top c' \glissando \bottom c,}mS = { s1*3 }\score { << \new Staff = "1" { \mOne } \new Staff = "2" { \clef bass \mS } >>}\score { << \new Staff = "1" { \mS } \new Staff = "2" { \clef bass \mTwo } >>}