]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / gourlay.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header{
4
5     texidoc="@cindex Gourlay
6
7 This is taken from Gourlay's paper on
8 breaking lines.  "
9
10 }
11
12 \score{
13        \notes \context Staff  \relative c'' <
14                \context Voice = VA { \stemUp d2 d     | d d | d4 d2. | \break  c1 }
15                \context Voice = VB { \stemDown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
16                >
17         \paper{
18                 raggedright = ##t
19         }
20 }
21
22