]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index 18399df528b6b2688921c3553d187b35e2f8c6fd..9ae2b584b1ef71b9c6e87cff5983d58b3fc29841 100644 (file)
@@ -1,13 +1,18 @@
+
+\version "2.16.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 }
+}
+