X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=8ec7e4e89811d192740ae1c142b96936d11ae2ad;hb=7ee3f9d9ba0dd043bb82beaa3c4ce21c0e1626fe;hp=3995a2f024f0f2b9c9ec6d9c52fd2dfc2a35fe15;hpb=01105e2a179bbf14da0923f7e1f4093cd9bcd8c5;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index 3995a2f024..8ec7e4e898 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,28 +1,23 @@ -\version "1.7.16" + +\version "2.19.21" \header { - texidoc = "Clusters are a device to denote that a complete range of + texidoc = "Clusters are a device to denote that a complete range of notes is to be played." } + \layout { ragged-right = ##t } + -fragment =\notes \relative c' { - c4 f4 a4 <>4 - <>8 <> a4 c2 <>4 e4 - c4 a4 f4 g4 a4 } - -\score { - \notes < - \context Staff = SA \fragment - \context Staff = SB - \context Voice < - \fragment - { s2 \hideNotes - s4-\startCluster - s1*2 - s4-\stopCluster - \unHideNotes - } > - > +fragment = \relative { + c'4 f4 4 + 8 a4 c2 4 e4 + c4 } +<< + \new Staff \fragment + \new Staff \makeClusters \fragment +>> + + + -%% new-chords-done %%