]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index 71e017b6a09098c5758bc8c708947f934dfafe0d..6f0d244078280615c5830c1b512b97461714ae49 100644 (file)
@@ -1,18 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.19.21"
 \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 {
+  \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 }
+}