]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / grace-volta-repeat.ly
1 \version "1.7.18"
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    \notes\relative c'''{\key a \minor \time 2/4
12      \repeat "volta" 2 {
13      \grace {  a16-[( c] }  c,4 c4  |
14      \grace {  e'16-[( gis] } c,4 c4 |
15      
16      }
17    }
18    \paper { raggedright = ##t}
19  }
20
21
22