]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / gourlay.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.4"
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             { \stemUp d2 d     | d d | d4 d2. | \break  c1 }
15             \\
16             { \stemDown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
17         >>
18         \paper{
19                 raggedright = ##t
20         }
21 }
22
23