]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-unfold-repeat.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / grace-unfold-repeat.ly
1 \version "1.5.68"
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 }