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