]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-unfold-repeat.ly
9b580ceb31763cb05b4a92019f359387a5b60b6f
[lilypond.git] / input / regression / grace-unfold-repeat.ly
1 \header {
2     texidoc = "Grace notes and unfolded repeats.
3 Line breaks may happen before  grace  notes.
4 "
5 }
6     
7
8 \score{
9   \notes\context Voice \relative c'{
10
11     % Bug 2: What happens with the grace notes here?
12     \repeat unfold  10 {\grace d8 c4 d e f}
13
14   }
15 }