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