]> git.donarmstrong.com Git - lilypond.git/blob - input/test/gourlay.ly
*** empty log message ***
[lilypond.git] / input / test / gourlay.ly
1 \version "2.1.28"
2 \header{
3
4     texidoc="@cindex Gourlay
5
6 The breaking of line works also with polyphony. This is taken from 
7 Gourlay's paper on breaking lines.  "
8
9 }
10
11 \score{
12        \notes \context Staff  \relative c'' <<
13             { \stemUp d2 d     | d d | d4 d2. | \break  c1 }
14             \\
15             { \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