]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index a64f7cbb9f3453825c14f88ef2117b690c7950d4..881a3097cb5cddf90700993cf6f7859d9d5fe9a6 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+
+\version "2.1.7"
 \header {
 
 texidoc = "Horizontal tuplet brackets are shifted vertically
@@ -6,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 }
 }}
+