X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprefatory-spacing-matter.ly;h=7ab076858f91c6c8f8ce4f1096319cdbb1e0cf55;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=68ff9b9f14dfc775ea93ff3a44d2a69b0aa2d33b;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/prefatory-spacing-matter.ly b/input/regression/prefatory-spacing-matter.ly index 68ff9b9f14..7ab076858f 100644 --- a/input/regression/prefatory-spacing-matter.ly +++ b/input/regression/prefatory-spacing-matter.ly @@ -1,18 +1,29 @@ -\version "1.9.8" +\version "2.16.0" \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 } + +