X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-staffline-collision.ly;h=8729d9747a7ba6ebb1f74045c4ca24da3cdd0cca;hb=92b74608ea370b869bacb82d293decddfe4f8565;hp=6be4bbeeacce9a3eacd5ca539a8f23b2d8398586;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/tuplet-staffline-collision.ly b/input/regression/tuplet-staffline-collision.ly index 6be4bbeeac..8729d9747a 100644 --- a/input/regression/tuplet-staffline-collision.ly +++ b/input/regression/tuplet-staffline-collision.ly @@ -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 } +}