]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
Merge branch 'master-git.sv.gnu.org-lilypond.git' of /home/lilydev/vc/gub/downloads...
[lilypond.git] / input / regression / cluster.ly
index 3995a2f024f0f2b9c9ec6d9c52fd2dfc2a35fe15..a05f2ac73d5b575bdb00b8b7d174b1f5e7b2cdc2 100644 (file)
@@ -1,28 +1,23 @@
-\version "1.7.16"
+
+\version "2.10.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 a4 <<e d'>>4
-         <<g a>>8 <<e a>> a4 c2 <<d b>>4 e4 
-         c4 a4 f4 g4 a4 }
-
-\score {
- \notes <
-     \context Staff = SA \fragment
-     \context Staff = SB
-       \context Voice <
-          \fragment
-          { s2 \hideNotes
-            s4-\startCluster
-            s1*2
-            s4-\stopCluster
-           \unHideNotes
-       } >
-     >
+fragment = \relative c' {
+  c4 f4 <e d'>4
+  <g a>8 <e a> a4 c2 <d b>4 e4 
+  c4
 }
 
+<<
+  \new Staff \fragment
+  \new Staff \makeClusters \fragment
+>>
+
+
+
 
-%% new-chords-done %%