]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
Use my_round from libc-extension instead of casting.
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index f2948f99aa1b07f473538330d5bf4e20a25e9b1a..6bbdbe6d4590393746f1b9274c1a40f3c597969e 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.18"
+
+\version "2.12.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 }
+}