]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-types.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / grace-types.ly
1 \version "1.9.4"
2 \header {
3     texidoc = "Different grace types explained: the base grace switches to smaller type. The appoggiatura also inserts a slur, and the
4 acciaccatura inserts a slur and slashes the stem." 
5     }
6
7 \score  {
8     \notes \relative c'' { c4 \grace { d8 }  c4
9                            \appoggiatura { d8 } c
10                            \acciaccatura { d } c
11                        }
12     
13 }
14