]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
38dd6faa522591dbe54b4ef6ebc08062dab87e22
[lilypond.git] / input / test / gourlay.ly
1 \header{
2 enteredby =      "jcn";
3 copyright =      "PD";
4 TestedFeatures =         "This file tests some nasty Gourlay spacings";
5 }
6
7 \version "1.0.6";
8
9 %{
10
11 This is taken from [Gourlay]'s paper on breaking lines
12
13 %}
14
15 \score{
16        \notes \type Staff  \transpose c''<
17                { \stemup d2 d     | d d | d4 d2. | \break  c1 }
18                \transpose c, { \stemdown g4 g g g | \[2/3 g2 g2 g2 \] | g4. g8 g2 | c1 }
19                >
20        \paper{
21            linewidth = 8.\cm
22        }
23 }
24