]> 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 ca448184e2a30557aec43b9e74965d7c8d2f58aa..9ae2b584b1ef71b9c6e87cff5983d58b3fc29841 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.7.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."
 
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##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 }
-}}
+\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 }
+}