X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprefatory-spacing-matter.ly;h=cf78685c8b24ba9a71ce82608cf5b93332c6271b;hb=c522ddfdd9430e310ac63084c912377d9b678633;hp=b0e4ee7cb194c2f74303a2cb57727aa7a4052c45;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/prefatory-spacing-matter.ly b/input/regression/prefatory-spacing-matter.ly index b0e4ee7cb1..cf78685c8b 100644 --- a/input/regression/prefatory-spacing-matter.ly +++ b/input/regression/prefatory-spacing-matter.ly @@ -1,17 +1,29 @@ -\version "1.7.16" + +\version "2.10.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 } -%% new-chords-done %% + + +