]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index f2948f99aa1b07f473538330d5bf4e20a25e9b1a..c41a0957e7945f7233ebb6c9f98a9c4d8246277c 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.18"
+
+\version "2.14.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 }
+}