]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index 60252674590dd98e1485c96e4cb22a1b8bbaa2b0..0f11ac8677129fbf4da38a909f22d23f10d27942 100644 (file)
@@ -1,34 +1,22 @@
-\version "1.7.18"
-\header{
-texidoc =  "Concurrent tuplets should be spaced equidistantly on
-all staffs.
+\version "2.19.21"
 
-Note that this only spaces correctly (exactly) when raggedright
-is. For non-raggedright, it still shows a bug: uneven spacing. 
-"  }
+ \header{
 
+  texidoc = "Concurrent tuplets should be equidistant on all staves."
+}
 
+\paper {ragged-right = ##f }
 
-multipart =  \notes \relative c'{ 
-    \context StaffGroup < 
-                \context Staff = ten  \context Voice { 
-                   \times 2/10 {  c8-[ c c c c c c c c c] } 
-                   \times 2/10 {  c-[  c c c c c c c c c] } 
-               }
-                \context Staff = eleven  \context Voice { 
-                   \times 2/11 {  c8-[ c c c c c c c c c c] } 
-                   \times 2/11 {  c-[  c c c c c c c c c c] } 
-                }
-            >
-       }
-    
-\score{
-    \notes { 
-       \multipart 
+\relative { 
+  \context StaffGroup << 
+    \new Staff  \context Voice { 
+      \tuplet 10/8 {  c'8[ c c c c c c c c c] }
+    }
+    \new Staff  \context Voice { 
+      \tuplet 8/8 {  c8[ c c c c c c c] }
     }
+  >>
+}
 
-%    \paper { raggedright = ##t }
 
-}
 
-%% new-chords-done %%