]> git.donarmstrong.com Git - lilypond.git/blob - input/test/spacing-2.ly
update syntax in .ly files.
[lilypond.git] / input / test / spacing-2.ly
1 \version "1.7.6"
2 \header {
3 opus =  "BWV 937 (prelude)"
4 composer =  "J. S. Bach"
5 source =  "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris."
6 }
7
8 %{
9 1. upon stretching: every note should stretch according to duration
10
11 2. 8th notes should be spaced equidistantly.
12 %}
13
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 }
23                 >
24         \context Staff = SB { \clef "bass" \key e \major
25                 [a,,16 e dis e] [b'8 b,] [e16 e, gis b] e4
26         } 
27
28
29 \paper 
30 {
31 %       linewidth = 5.0 \cm % ly2dvi barfs on -1
32         linewidth = 8.0 \cm
33 %       linewidth = 12.0 \cm    
34 }
35 }
36
37
38 %% new-chords-done %%