X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-staffline-collision.ly;h=6bbdbe6d4590393746f1b9274c1a40f3c597969e;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=e657b65c60069d37a3e81238bbeba1f9b56da921;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/tuplet-staffline-collision.ly b/input/regression/tuplet-staffline-collision.ly index e657b65c60..6bbdbe6d45 100644 --- a/input/regression/tuplet-staffline-collision.ly +++ b/input/regression/tuplet-staffline-collision.ly @@ -1,18 +1,18 @@ -\version "1.9.2" +\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 } +}