]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / cluster.ly
index 9ca98bc43793e6ba180d4413ed4476a5e9102a19..779469b891aec0cf08c115cfb5ef19721162d62c 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "1.9.1"
+\version "2.3.22"
 \header {
     texidoc = "Clusters are a device to denote that a complete range of
 notes is to be played."
 }
 
-fragment =\notes \relative c' {
-         c4 f4 <<e d'>>4
-         <<g a>>8 <<e a>> a4 c2 <<d b>>4 e4 
+fragment = \relative c' {
+         c4 f4 <e d'>4
+         <g a>8 <e a> a4 c2 <d b>4 e4 
          c4 }
 
 \score {
\notes <
-     \context Staff = SA \fragment
-     \context Staff = SB \apply #notes-to-clusters \fragment
-     >
- \paper { raggedright = ##t }
 <<
+     \new Staff \fragment
+     \new Staff \applymusic #notes-to-clusters \fragment
+     >>
+ \layout { raggedright = ##t }
 }