X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=6001ed583dcc9338bfb0c1e071574b753e0c55de;hb=12e6948fe2fa0c73103748fd815a7c93fdc3677e;hp=9ca98bc43793e6ba180d4413ed4476a5e9102a19;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index 9ca98bc437..6001ed583d 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,22 +1,23 @@ -\version "1.9.1" +\version "2.16.0" \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 <>4 - <>8 <> a4 c2 <>4 e4 - c4 } - -\score { - \notes < - \context Staff = SA \fragment - \context Staff = SB \apply #notes-to-clusters \fragment - > - \paper { raggedright = ##t } + +fragment = \relative c' { + c4 f4 4 + 8 a4 c2 4 e4 + c4 } +<< + \new Staff \fragment + \new Staff \makeClusters \fragment +>> + +