]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index d8630b3b1a9a5a507eb52c09ab0f27d636302275..386456bdd89cfb1be43626a75c546f73e3c1d0f8 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \header {
 
 texidoc = "Horizontal tuplet brackets are shifted vertically
@@ -6,10 +7,12 @@ to avoid staff line collisions."
 
 }
 
-\score { \notes \context Voice\relative c'' {
+    \layout { raggedright= ##t }
+
+\score {  \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 }
 }}
-%% new-chords-done %%
+