]> 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 9a1a49da5223954d58668a1a6a49c4436cc6b076..a05f2ac73d5b575bdb00b8b7d174b1f5e7b2cdc2 100644 (file)
@@ -1,22 +1,23 @@
 
-\version "1.9.4"
+\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 <e d'>4
-         <g a>8 <e a> a4 c2 <d b>4 e4 
-         c4 }
-
-\score {
- \notes <<
-     \new Staff \fragment
-     \new Staff \apply #notes-to-clusters \fragment
-     >>
- \paper { raggedright = ##t }
+
+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
+>>
+
+