]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat.ly
9bf7ecba7ba932a81e86460dc1c0fbc7e865e182
[lilypond.git] / input / regression / grace-volta-repeat.ly
1 \version "2.3.17"
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 \score{
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    \paper { raggedright = ##t}
19  }
20
21
22