]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / cluster.ly
index b606591f672ffe9166cbb482d6d81b399b946c81..8ec7e4e89811d192740ae1c142b96936d11ae2ad 100644 (file)
@@ -1,21 +1,23 @@
 
-\version "2.6.0"
+\version "2.19.21"
 \header {
   texidoc = "Clusters are a device to denote that a complete range of
 notes is to be played."
 }
+  \layout { ragged-right = ##t }
 
-fragment = \relative c' {
-  c4 f4 <e d'>4
+
+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 \applymusic #notes-to-clusters \fragment
+  \new Staff \makeClusters \fragment
 >>
-  \layout { raggedright = ##t }
+