]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index c922e779025ffa9585be75e0e7aea56d8e4e5b16..f1a9c78289706c224b7d8165b2fcf46c73840b39 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.3.22"
 \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,11 +23,11 @@ multipart = \notes \relative c'{
        }
     
 \score{
-    \notes { 
+     { 
        \multipart 
     }
 
-%    \paper { raggedright = ##t }
+%    \layout { raggedright = ##t }
 
 }