]> git.donarmstrong.com Git - lilypond.git/blob - input/test/spacing-regular.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / test / spacing-regular.ly
1 \version "1.5.68"
2 \header
3 {
4  texidoc = "regularSpacingDelta is an experimental feature that
5  tries to generate regular spacing for regular notes."
6 }
7
8 \score { \notes \relative c'' {
9 < \context Staff {
10
11 c4 c4 c4 }
12 \context Staff =SB  { c8 c8   c4 c4 }
13 >}
14 \paper{
15 linewidth = -1.
16 \translator { \ScoreContext
17 \consists "Regular_spacing_engraver"
18
19 regularSpacingDelta = #(make-moment 1 4 )
20 }
21 }
22 }