X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=a05f2ac73d5b575bdb00b8b7d174b1f5e7b2cdc2;hb=855201ae30fad8b165c1b47ace1c6a8d6eb93335;hp=332ce4c95036c58c5c1eefa54cdd54ce917b3d48;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index 332ce4c950..a05f2ac73d 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,22 +1,23 @@ -\version "2.1.7" +\version "2.10.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 +>> + +