]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-beamlet-grace.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / beam-beamlet-grace.ly
1 \header
2 {
3   texidoc = "Beamlets in grace notes remain readable."
4 }
5
6 \version "2.12.0"
7 \layout {
8   ragged-right = ##t
9 }
10
11 \relative c'
12 \context Staff {
13   f1 \grace { a'8[ f16] } g1
14 }