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