]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-beamlet-grace.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / beam-beamlet-grace.ly
1 \header
2 {
3   texidoc = "Beamlets in grace notes remain readable."
4 }
5
6 \version "2.11.51"
7 \layout {
8   ragged-right = ##t
9 }
10
11 \relative c'
12 \context Staff {
13   f1 \grace { a'8[ f16] } g1
14 }