]> 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 c1af9532356744e32a1787c91fd546de77285807..4c84dad0d8b90947c91f6e1cc73b03704c73d545 100644 (file)
@@ -1,29 +1,19 @@
-\version "2.10.0" \header{
+\version "2.17.11"
 
+ \header{
 
-  texidoc = "Concurrent tuplets should be equidistant on all staffs.
-Such equidistant spacing is it at odds with elegant engraver spacing;
-hence it must be switched on explicitly with the
-@code{uniform-stretching} property of @code{SpacingSpanner}.
-"
-
+  texidoc = "Concurrent tuplets should be equidistant on all staves."
 }
 
-
+\paper {ragged-right = ##f }
 
 \relative c' { 
-  \new Score \with
-  {
-    \override SpacingSpanner #'uniform-stretching = ##t 
-  }
   \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] } 
+      \tuplet 10/8 {  c8[ 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] } 
+      \tuplet 8/8 {  c8[ c c c c c c c] }
     }
   >>
 }