]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index bf2f47c51b635760447c04f17837cefb28b67ab3..4c84dad0d8b90947c91f6e1cc73b03704c73d545 100644 (file)
@@ -1,35 +1,22 @@
-#(ly:set-option 'old-relative)
-\version "1.9.4"
-\header{
-texidoc =  "Concurrent tuplets should be spaced equidistantly on
-all staffs.
+\version "2.17.11"
 
-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 << 
-                \new Staff  \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] } 
-               }
-                \new Staff  \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 c' { 
+  \context StaffGroup << 
+    \new Staff  \context Voice { 
+      \tuplet 10/8 {  c8[ c c c c c c c c c] }
     }
-
-%    \paper { raggedright = ##t }
-
+    \new Staff  \context Voice { 
+      \tuplet 8/8 {  c8[ c c c c c c c] }
+    }
+  >>
 }
 
 
+