]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
update syntax in .ly files.
[lilypond.git] / input / test / gourlay.ly
1 \version "1.7.6"
2
3
4 %{
5
6 This is taken from [Gourlay]'s paper on breaking lines
7
8 %}
9
10 \score{
11        \notes \context Staff  \relative c'' <
12                \context Voice = VA { \stemUp d2 d     | d d | d4 d2. | \break  c1 }
13                \context Voice = VB { \stemDown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
14                >
15        \paper{
16            linewidth = 9.\cm
17        }
18 }
19
20 %% new-chords-done %%