]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
(conv): dashes rule.
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index b4d67b07a55ad43fbf70cecf41963bbf6ffc98fe..fa484ad01401195f2dcdfa1d5d113ecff9a8b141 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "1.9.1"
 \header{
 texidoc =  "Concurrent tuplets should be spaced equidistantly on
 all staffs.
@@ -13,12 +13,12 @@ is. For non-raggedright, it still shows a bug: uneven spacing.
 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] } 
+                   \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] } 
+                   \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] } 
                 }
             >
        }