X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=8ec7e4e89811d192740ae1c142b96936d11ae2ad;hb=755a95aa391592ee1585189f7fa6b33e4f164610;hp=5c9625efce7473219214d94f30c3c0f632f48c2b;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index 5c9625efce..8ec7e4e898 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,28 +1,23 @@ -\version "1.7.18" + +\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 %%