]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / grace-nest4.ly
1 \version "2.11.51"
2 \header {
3   texidoc = "Also in the nested syntax here, grace notes appear rightly."
4 }
5
6 \layout { ragged-right = ##t }
7
8 \context Voice \relative c'' {
9
10   <<
11     { \grace  g32 f4 }
12   >>
13   \grace c16 c2. \bar "|."
14 }
15
16
17
18
19