X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-staffline-collision.ly;h=6bbdbe6d4590393746f1b9274c1a40f3c597969e;hb=175a579bf90f938533d3bc18648fad01ba287804;hp=ca448184e2a30557aec43b9e74965d7c8d2f58aa;hpb=27867f6fb5200743ae18e9e54eb8176e20876b59;p=lilypond.git diff --git a/input/regression/tuplet-staffline-collision.ly b/input/regression/tuplet-staffline-collision.ly index ca448184e2..6bbdbe6d45 100644 --- a/input/regression/tuplet-staffline-collision.ly +++ b/input/regression/tuplet-staffline-collision.ly @@ -1,17 +1,18 @@ -\version "1.7.18" + +\version "2.12.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 } +}