X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=fb214fcc525ac9ca05e8228b33920886c5307117;hb=8a459d03defc8f6746d90147972f8debec9b04da;hp=1daceec9d79ac73b4f01780524ea4bdafd73ca70;hpb=8a2ffb5ce9a764c76b24b8f212b48b37f2d623d1;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index 1daceec9d7..fb214fcc52 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,21 +1,23 @@ -\version "1.7.18" + +\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 < - \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 +>> + +