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