]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
*** empty log message ***
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index 18399df528b6b2688921c3553d187b35e2f8c6fd..48412d734dd613c982c5987ad04c7de7a1f14f43 100644 (file)
@@ -1,3 +1,5 @@
+
+\version "1.9.4"
 \header {
 
 texidoc = "Horizontal tuplet brackets are shifted vertically
@@ -5,9 +7,12 @@ to avoid staff line collisions."
 
 }
 
+    \paper { raggedright= ##t }
+
 \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 }
 }}
+