]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-dynamic.ly
* input/regression/bar-number.ly: remove unnecessary old-relative
[lilypond.git] / input / regression / grace-dynamic.ly
1
2 \version "1.9.1"
3 \header{
4  % ?
5 % niet zo onschuldig!  je hebt graces gefixt in 1.5, zie maar eens 1.3.150
6 texidoc="Dynamics on grace notes are small and behave nicely (don't crash into to main note)."
7 }
8  
9 \score {
10      \notes \relative c'  \context Voice {\grace {c_\f} d, c'  f g}
11      \paper { raggedright =  ##t } 
12
13 }
14
15