]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / grace-volta-repeat.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
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[ b] }  c4 c4  |
15      \grace {  d16[ b] } c4 c4 |
16      
17      }
18    }
19    \paper { raggedright = ##t}
20  }
21
22
23