]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
* lily/parser.yy (relative_music): whoops. All \relative were off
[lilypond.git] / input / regression / cluster.ly
index 3995a2f024f0f2b9c9ec6d9c52fd2dfc2a35fe15..a68deb71873e47c68919168f648615ca281bd279 100644 (file)
@@ -1,28 +1,22 @@
-\version "1.7.16"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 \header {
     texidoc = "Clusters are a device to denote that a complete range of
 notes is to be played."
 }
 
 fragment =\notes \relative c' {
-         c4 f4 a4 <<e d'>>4
+         c4 f4 <<e d'>>4
          <<g a>>8 <<e a>> a4 c2 <<d b>>4 e4 
-         c4 a4 f4 g4 a4 }
+         c4 }
 
 \score {
  \notes <
      \context Staff = SA \fragment
-     \context Staff = SB
-       \context Voice <
-          \fragment
-          { s2 \hideNotes
-            s4-\startCluster
-            s1*2
-            s4-\stopCluster
-           \unHideNotes
-       } >
+     \context Staff = SB \apply #notes-to-clusters \fragment
      >
+ \paper { raggedright = ##t }
 }
 
 
-%% new-chords-done %%
+