X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=fb214fcc525ac9ca05e8228b33920886c5307117;hb=bff1751d9aaf9fc2f39b878aa86807d3537c7e5a;hp=ea295e529a0e055903348792d5053e686efaeb2a;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index ea295e529a..fb214fcc52 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,22 +1,23 @@ -\version "2.1.28" +\version "2.14.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 +>> + +