]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index c1af9532356744e32a1787c91fd546de77285807..6fe2acea27d2c0d9d95a42bd3a64de150a8d1547 100644 (file)
@@ -1,21 +1,21 @@
-\version "2.10.0" \header{
+\version "2.14.0"
 
+ \header{
 
-  texidoc = "Concurrent tuplets should be equidistant on all staffs.
-Such equidistant spacing is it at odds with elegant engraver spacing;
+  texidoc = "Concurrent tuplets should be equidistant on all staves.
+Such equidistant spacing is at odds with elegant engraver spacing;
 hence it must be switched on explicitly with the
-@code{uniform-stretching} property of @code{SpacingSpanner}.
-"
-
+@code{uniform-stretching} property of @code{SpacingSpanner}."
 }
 
-
+\layout{
+  \context{
+    \Score
+    \override SpacingSpanner #'uniform-stretching = ##t
+  }
+}
 
 \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] }