]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / cluster.ly
index 1daceec9d79ac73b4f01780524ea4bdafd73ca70..c0e27b9ff92584a60cd5c2e3e5df6548c264698d 100644 (file)
@@ -1,19 +1,20 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \header {
     texidoc = "Clusters are a device to denote that a complete range of
 notes is to be played."
 }
 
-fragment =\notes \relative c' {
-         c4 f4 <<e d'>>4
-         <<g a>>8 <<e a>> a4 c2 <<d b>>4 e4 
+fragment = \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
-     >
 <<
+     \new Staff \fragment
+     \new Staff \applymusic #notes-to-clusters \fragment
+     >>
  \paper { raggedright = ##t }
 }