]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / grace-volta-repeat.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.2"
3
4 \header {
5
6     texidoc = "Repeated music can start with grace notes.  Bar checks
7     preceding the grace notes do not cause synchronization effects.  "
8
9 }
10
11 \score{
12    \notes\relative c'''{\key a \minor \time 2/4
13      \repeat "volta" 2 {
14      \grace {  a16[( c] }  c,4 c4  |
15      \grace {  e'16[( gis] } c,4 c4 |
16      
17      }
18    }
19    \paper { raggedright = ##t}
20  }
21
22
23