]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / grace-volta-repeat.ly
1 \version "2.16.0"
2
3 \header {
4
5   texidoc = "Repeated music can start with grace notes.  Bar checks
6     preceding the grace notes do not cause synchronization effects.  "
7
8 }
9
10 \layout { ragged-right = ##t}
11
12
13
14 \relative c''{\key a \minor \time 2/4
15               \repeat "volta" 2 {
16                 \grace {  a16[ b] }  c4 c4  |
17                 \grace {  d16[ b] } c4 c4 |
18                 
19               }
20             }
21
22  
23
24
25