X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbeam-alternate.ly;h=9d599d91da676b580cca1021c2087d205ea3ca37;hb=f7322110755e46623208fe6754805224c865d9ac;hp=41682a3672c576ebb1308043bce9b82b91fb0173;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/test/beam-alternate.ly b/input/test/beam-alternate.ly index 41682a3672..9d599d91da 100644 --- a/input/test/beam-alternate.ly +++ b/input/test/beam-alternate.ly @@ -1,35 +1,34 @@ \header { - texidoc = "Meshing eighths beams, connected by ties. This occurs - in (for example) in the cello suites. See also - @file{tie-cross-voice.ly}." + texidoc = "The eighth notes may be seemingly attached to different + beams, and the corresponding notes connected by ties (see also + @file{tie-cross-voice.ly}). + Such a situation may occur, for example, in the cello suites." } -\version "2.1.26" +\version "2.10.0" wipeNote = { \once \override NoteHead #'transparent = ##t \once \override Stem #'transparent = ##t } - - -\score { - \notes \relative c'' { - << { - c8[~ - \wipeNote - c8 - c8~ - \wipeNote - c~ - c] - }\\ - { s8 c8 [ s c s c] } - - - >> - } - \paper { raggedright = ##t } -} +\layout { ragged-right = ##t } + + +\relative c''<< { + c8[~ + \wipeNote + c8 + c8~ + \wipeNote + c + c]~ + \wipeNote + c\noBeam +}\\ + { s8 c8 [ s c s c] } + + +>>