]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-unfold-repeat.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-unfold-repeat.ly
1 \version "2.1.26"
2 \header {
3     texidoc = "When grace notes are entered with unfolded repeats,
4 line breaks take place before  grace  notes.
5 "
6 }
7     
8
9 \score{
10   \notes\context Voice \relative c'{
11     \repeat unfold  10 {\grace d8 c4 d e f}
12
13   }
14 }
15