]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / cluster.ly
index f87a31ecc9febaf77adf71e5b1181f14099f5241..fb214fcc525ac9ca05e8228b33920886c5307117 100644 (file)
@@ -1,22 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.14.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 <
-     \context Staff = SA \fragment
-     \context Staff = SB \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
+>>
+
+