]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-volta-repeat.ly
1 \version "2.6.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
11 \relative c''{\key a \minor \time 2/4
12               \repeat "volta" 2 {
13                 \grace {  a16[ b] }  c4 c4  |
14                 \grace {  d16[ b] } c4 c4 |
15                 
16               }
17             }
18 \layout { raggedright = ##t}
19  
20
21
22