]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
partial: 1.0.1.jcn
[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 "0.1.15";
8
9 %{
10
11 This is taken from [Gourlay]'s paper on breaking lines
12
13 %}
14
15 \score{
16        \melodic \multi 2 < \octave c'';
17                { \stemup; d2 d     | d d | d4 d2. | \break;  c1 }
18                \octave c';
19               { \stemdown; g4 g g g | \[2/3 g2 g2 g2 \] | g4. g8 g2 | c1 }
20                >
21        \paper{
22            linewidth = 8.\cm;
23        }
24 }
25