]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-beamlet-grace.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beam-beamlet-grace.ly
1 \header
2 {
3   texidoc = "Beamlets in grace notes remain readable."
4 }
5
6 \version "2.19.21"
7 \layout {
8   ragged-right = ##t
9 }
10
11 \relative
12 \context Staff {
13   f'1 \grace { a'8 f16 } g1
14 }