]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-unfold-repeat.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / grace-unfold-repeat.ly
1 \version "2.11.51"
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
10 \context Voice \relative c'{
11   \repeat unfold  10 {\grace d8 c4 d e f}
12
13 }
14
15