]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest5.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-nest5.ly
1
2 \version "2.1.26"
3 \header {
4     texidoc = "Graces notes may have the same duration as the main note."
5     }
6
7 \score
8 { \notes \relative c'' {
9      s2 <f>4
10     \grace g e4
11 }
12
13   \paper { raggedright = ##t }
14 }
15