X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprefatory-spacing-matter.ly;h=fb86b1ff8a7e39d0224f3486382ec27da0a83452;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=1536d0134e0249730da01a5f8fcbc7dd90a4129c;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/prefatory-spacing-matter.ly b/input/regression/prefatory-spacing-matter.ly index 1536d0134e..fb86b1ff8a 100644 --- a/input/regression/prefatory-spacing-matter.ly +++ b/input/regression/prefatory-spacing-matter.ly @@ -1,16 +1,29 @@ -\version "1.5.68" + +\version "2.14.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 { linewidth = -1. } + +\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 } + + +