]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
4263aeae1e360f9f7c4beb434dc6e6f354466ef5
[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.1";
8
9 %{
10
11 This is taken from [Gourlay]'s paper on breaking lines
12
13 %}
14
15 \score{
16        \melodic \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