X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-staffline-collision.ly;h=91956de4da37f7868d541685d4e2c69053f59710;hb=3ac8ef8f394f32f1523c6ac24f27e2b403bba16f;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..91956de4da 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.10.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 } +}