]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-partial.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / grace-partial.ly
1
2 \version "2.10.4"
3
4 \header {
5
6   texidoc = "A @code{\\partial} may be combined with a
7   @code{\\grace}."
8
9 }
10
11 \score {
12   { \partial 4 \grace b8 b4 b1 }
13 }