]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-nest.ly
1 \version "2.1.26"
2 \header {
3 texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
4
5 }
6 \score {
7     \notes {
8         c''2 { \grace  b'16  c''2 }  \bar "|."
9     }
10     \paper {
11
12         raggedright = ##t 
13     }
14 }
15
16