]> git.donarmstrong.com Git - lilypond.git/blob - input/test/spacing-2.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / spacing-2.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
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         \context Staff = SA <
16                 \context Voice = VA { \stemUp\slurUp\tieUp
17                         e4 dis4 e2 }
18                 \context Voice = VB { \stemDown\slurDown\tieDown
19                          cis8-[ a]  fis-[ b] gis2 }
20                 {\key e \major }
21                 >
22         \context Staff = SB { \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 % ly2dvi barfs on -1
30         linewidth = 8.0 \cm
31 %       linewidth = 12.0 \cm    
32 }
33 }
34
35
36