]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / cluster.ly
index 850d4a48381684b5919f62f4152db17a1c044e31..779469b891aec0cf08c115cfb5ef19721162d62c 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "1.9.8"
+\version "2.3.22"
 \header {
     texidoc = "Clusters are a device to denote that a complete range of
 notes is to be played."
 }
 
-fragment =\notes \relative c' {
+fragment = \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
+     \new Staff \applymusic #notes-to-clusters \fragment
      >>
- \paper { raggedright = ##t }
+ \layout { raggedright = ##t }
 }