]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-types.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-types.ly
1 \version "2.1.26"
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 \score  {
9     \notes \relative c'' { c4 \grace { d8 }  c4
10                            \appoggiatura { d8 } c
11                            \acciaccatura { d } c
12                        }
13     
14 }
15