]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-spacing-matter.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
1 \version "1.5.68"
2 \header {
3 texidoc = "prefatory spacing
4
5 TODO: show all common combinations to check for spacing anomalies.
6 "
7 }
8
9 \score { \notes \relative c'' {
10         \property Staff.instrument = "fobar"
11         \bar "||:"
12         \key cis \major
13         cis4 cis4 cis4 cis4 \clef bass  cis4 cis4 cis4 
14 }
15 \paper  { linewidth = -1. }
16 }