X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprefatory-spacing-matter.ly;h=79d8eb4551d8e741a54c7739603ab754daa8bda2;hb=f1192108093a6a94583e641c3f8f494d21f35003;hp=8cfd48a9b2496ebf69193eed0bdcf6f532210117;hpb=d3483d5c5122f7d05bb744aa2fa1712f7ab5901a;p=lilypond.git diff --git a/input/regression/prefatory-spacing-matter.ly b/input/regression/prefatory-spacing-matter.ly index 8cfd48a9b2..79d8eb4551 100644 --- a/input/regression/prefatory-spacing-matter.ly +++ b/input/regression/prefatory-spacing-matter.ly @@ -1,17 +1,29 @@ -\version "1.7.18" + +\version "2.12.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 } + +