]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index a64f7cbb9f3453825c14f88ef2117b690c7950d4..91956de4da37f7868d541685d4e2c69053f59710 100644 (file)
@@ -1,14 +1,18 @@
-\version "1.5.68"
+
+\version "2.10.0"
 \header {
 
-texidoc = "Horizontal tuplet brackets are shifted vertically
+  texidoc = "Horizontal tuplet brackets are shifted vertically
 to avoid staff line collisions."
 
 }
 
-\score { \notes \context Voice\relative c'' {
-\times 2/3 { b'4 b b }
-\times 2/3 { f4 f f }
-\times 2/3 { g4 g g }
-\times 2/3 { a4 a a }
-}}
+\layout { ragged-right= ##t }
+
+\context Voice\relative c'' {
+  \times 2/3 { b'4 b b }
+  \times 2/3 { f4 f f }
+  \times 2/3 { g4 g g }
+  \times 2/3 { a4 a a }
+}
+