]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat.ly
8143a3a0cad4875c71f06ab13c47adb3ae24d618
[lilypond.git] / input / regression / grace-volta-repeat.ly
1
2 \header {
3
4     texidoc = "Repeated music can start with grace notes.  Bar checks
5     preceding the grace notes do not cause synchronization effects.  "
6
7 }
8
9 \score{
10    \notes\relative c'''{\key a \minor \time 2/4
11      \repeat "volta" 2 {
12      \grace { [a16( c] }  c,4 c4  |
13      \grace { [e'16( gis] } c,4 c4 |
14      
15      }
16    }
17    \paper { linewidth = -1. }
18  }
19
20