]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / cluster.ly
index b8b4b2afac90cd1a773bb9a311f80c03cb3c5ecd..8ec7e4e89811d192740ae1c142b96936d11ae2ad 100644 (file)
@@ -1,22 +1,23 @@
 
-\version "2.1.30"
+\version "2.19.21"
 \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'4 f4 <e d'>4
+  <g a>8 <e a> a4 c2 <d b>4 e4 
+  c4
 }
 
+<<
+  \new Staff \fragment
+  \new Staff \makeClusters \fragment
+>>
+
+