]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-types.ly
b495ecb7bfb673d621d5950067f4f9da1afc650d
[lilypond.git] / input / regression / grace-types.ly
1 \version "2.3.17"
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 \paper {
9     raggedright = ##t
10 }
11
12 \relative c'' {
13     c4 \grace { d8 }  c4
14     \appoggiatura { d8 } c
15     \acciaccatura { d } c
16 }
17     
18