X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=c0e27b9ff92584a60cd5c2e3e5df6548c264698d;hb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;hp=1daceec9d79ac73b4f01780524ea4bdafd73ca70;hpb=8a2ffb5ce9a764c76b24b8f212b48b37f2d623d1;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index 1daceec9d7..c0e27b9ff9 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,19 +1,20 @@ -\version "1.7.18" + +\version "2.3.4" \header { texidoc = "Clusters are a device to denote that a complete range of notes is to be played." } -fragment =\notes \relative c' { - c4 f4 <>4 - <>8 <> a4 c2 <>4 e4 +fragment = \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 - > + << + \new Staff \fragment + \new Staff \applymusic #notes-to-clusters \fragment + >> \paper { raggedright = ##t } }