]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-auto-beam.ly
update PO file to 1.6.
[lilypond.git] / input / regression / grace-auto-beam.ly
1 \version "1.7.18"
2 \header
3 {
4     texidoc = "The autobeamer is not confused by grace notes."
5 }
6
7 \score{
8   \notes\context Voice \relative c''{
9
10     \grace a8 g16 f e f \grace a8 g16 f e f \grace a8 g16 f e f 
11         \grace a8 g16 f e f |
12   }
13   \paper { raggedright = ##t }
14 }
15