]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
Build: Dependencies for metafont files (issue 779).
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index 6be4bbeeacce9a3eacd5ca539a8f23b2d8398586..8729d9747a7ba6ebb1f74045c4ca24da3cdd0cca 100644 (file)
@@ -1,18 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.17.11"
 \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'' {
+  \tuplet 3/2 { b'4 b b }
+  \tuplet 3/2 { f4 f f }
+  \tuplet 3/2 { g4 g g }
+  \tuplet 3/2 { a4 a a }
+}