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