X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprefatory-spacing-matter.ly;h=8eb6b0b20a84194a95517459d2ed87e0f3a655f7;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=e1c76a3821e6d665b32e819321e45fe65c54a133;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/prefatory-spacing-matter.ly b/input/regression/prefatory-spacing-matter.ly index e1c76a3821..8eb6b0b20a 100644 --- a/input/regression/prefatory-spacing-matter.ly +++ b/input/regression/prefatory-spacing-matter.ly @@ -1,18 +1,29 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.17.5" \header { -texidoc = "Prefatory spacing. -TODO: Show all common combinations to check for spacing anomalies. + texidoc = "Distances between prefatory items (e.g. clef, bar, +etc.) are determined by engraving standards. These distances depend +on which items are combined. Mid-line, the order for clef and +bar-line is different from the start of line. " + } -\score { \notes \relative c'' { - \property Staff.instrument = "fobar" - \bar "||:" - \key cis \major - cis4 cis4 cis4 cis4 \clef bass cis4 cis4 cis4 +\layout { + ragged-right = ##t } -\paper { raggedright = ##t} + +\relative c'' { + \set Staff.instrumentName = "fobar" + \bar ".|:-||" + \key cis \major + cis4 cis4 cis4 cis4 \clef bass cis,1 + \clef treble + \bar ":|." + \key g \minor + c1 } + +