]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index d05dc752a7fc15ce032d88badf99279c304d41f0..8e7270886a50eff3c73482d0354128d0f36f3c4d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
 \header{
 texidoc = "Concurrent tuplets should be equidistant on all staffs.
 
@@ -9,7 +9,7 @@ uneven spacing.
 
 
 
-multipart = \notes \relative c'{ 
+multipart =  \relative c'{ 
     \context StaffGroup << 
                 \new Staff  \context Voice { 
                    \times 2/10 {  c8[ c c c c c c c c c] } 
@@ -23,7 +23,7 @@ multipart = \notes \relative c'{
        }
     
 \score{
-    \notes { 
+     { 
        \multipart 
     }