X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=6001ed583dcc9338bfb0c1e071574b753e0c55de;hb=dde9d4f6c50e55ac8f8c0386a3786d17e02ff755;hp=b8b4b2afac90cd1a773bb9a311f80c03cb3c5ecd;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index b8b4b2afac..6001ed583d 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,22 +1,23 @@ -\version "2.1.30" +\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 << - \new Staff \fragment - \new Staff \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 +>> + +