]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-nest4.ly
1 \version "2.1.26"
2 \header {
3 texidoc = "Also in the nested syntax here, grace notes appear rightly."
4 }
5
6 \score { \notes \context Voice \relative c'' {
7
8     <<
9      { \grace  g32 f4 }
10     >>
11     \grace c16 c2. \bar "|."
12 }
13   \paper { raggedright = ##t }
14          
15 }
16
17
18