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