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