]> git.donarmstrong.com Git - lilypond.git/blob - input/test/spacing-2.ly
release commit
[lilypond.git] / input / test / spacing-2.ly
1 \version "2.1.30"
2
3 % more yummy regression goodness.  -gp
4 \header {
5 texidoc = "
6 When stretching notes, every note should stretch according to its duration.
7 Eighth notes should be spaced equidistantly.
8 "
9 }
10
11 \score { 
12     \notes \relative c''
13         \context GrandStaff <<
14         \new Staff <<
15                 \new Voice { \stemUp\slurUp\tieUp
16                         e4 dis4 e2 }
17                 \new Voice { \stemDown\slurDown\tieDown
18                          cis8[ a]  fis[ b] gis2 }
19                 {\key e \major }
20                 >>
21         \new Staff { \clef "bass" \key e \major
22                  a,16[ e dis e]  b'8[ b,]  e16[ e, gis b] e4
23         } 
24 >> 
25
26 \paper 
27 {
28 %       linewidth = 5.0 \cm % lilypond barfs on -1
29         linewidth = 8.0 \cm
30 %       linewidth = 12.0 \cm    
31 }
32 }
33
34
35