]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-types.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-types.ly
1 \version "2.11.51"
2 \header {
3     texidoc = "There are three different kinds of grace types: the base 
4 grace switches to smaller type, the appoggiatura inserts also a slur, and the
5 acciaccatura inserts a slur and slashes the stem." 
6     }
7
8 \layout {
9     ragged-right = ##t
10 }
11
12 \relative c'' {
13     c4 \grace { d8 }  c4
14     \appoggiatura { d8 } c
15     \acciaccatura { d } c
16 }
17     
18