]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
release: 1.3.7
[lilypond.git] / input / test / gourlay.ly
1 \version "1.3.5";
2
3 %{
4
5 This is taken from [Gourlay]'s paper on breaking lines
6
7 %}
8
9 \score{
10        \notes \context Staff  \relative c'' <
11                \context Voice = VA { \stemup d2 d     | d d | d4 d2. | \break  c1 }
12                \context Voice = VB { \stemdown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
13                >
14        \paper{
15            linewidth = 9.\cm;
16        }
17 }
18