release commit
[lilypond.git] / input / test / spacing-2.ly
blob6db1daeed967b2bb2c9162aae1dda43ebb79ccfc
1 \version "1.5.68"
2 \header {
3 opus = "BWV 937 (prelude)"
4 composer = "J. S. Bach"
5 source = "Petits Preludes et Fugues. Urtext. Editions Henry Lemoine, Paris."
8 %{
9 1. upon stretching: every note should stretch according to duration
11 2. 8th notes should be spaced equidistantly.
14 \score {
15 \notes \relative c''
16 \context GrandStaff <
17 \context Staff = SA <
18 \context Voice = VA { \stemUp\slurUp\tieUp
19 e4 dis4 e2 }
20 \context Voice = VB { \stemDown\slurDown\tieDown
21 [cis8 a] [fis b] gis2 }
22 {\key e \major }
24 \context Staff = SB { \clef "bass" \key e \major
25 [a,,16 e dis e] [b'8 b,] [e16 e, gis b] e4
29 \paper
31 % linewidth = 5.0 \cm % ly2dvi barfs on -1
32 linewidth = 8.0 \cm
33 % linewidth = 12.0 \cm