]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-unfold-repeat.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / grace-unfold-repeat.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.2"
3 \header {
4     texidoc = "Grace notes and unfolded repeats.
5 Line breaks may happen before  grace  notes.
6 "
7 }
8     
9
10 \score{
11   \notes\context Voice \relative c'{
12
13     % Bug 2: What happens with the grace notes here?
14     \repeat unfold  10 {\grace d8 c4 d e f}
15
16   }
17 }
18