]> git.donarmstrong.com Git - lilypond.git/blob - input/test/spacing-2.ly
release: 1.1.53
[lilypond.git] / input / test / spacing-2.ly
1 \header {
2 opus = "BWV 937 (prelude)";
3 composer = "J. S. Bach";
4 source = "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris.";
5 }
6
7 %{
8 1. upon stretching: every note should stretch according to duration
9
10 2. 8th notes should be spaced equidistantly.
11 %}
12
13 \score { 
14     \notes \relative c''
15         \context GrandStaff <
16         \context Staff = SA <
17                 \context Voice = VA { \property Voice.verticalDirection= 1
18                         e4 dis4 e2 }
19                 \context Voice = VB { \property Voice.verticalDirection= -1
20                         [cis8 a] [fis b] gis2 }
21                 {\key e; }
22                 >
23         \context Staff = SB { \clef "bass"; \key e;
24                 [a,,16 e dis e] [b'8 b,] [e16 e, gis b] e4
25         } 
26
27
28 \paper 
29 {
30 %       linewidth = 5.0 \cm; % ly2dvi barfs on -1
31         linewidth = 8.0 \cm;
32 %       linewidth = 12.0 \cm;   
33 }
34 }
35
36 \version "1.1.52";