]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-alternative.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-alternative.ly
1 \version "2.18.0"
2
3 \header {
4   texidoc="A grace in the first alternative does not cause
5 the beaming to go awry in subsequent material"
6 }
7
8 \layout { ragged-right = ##t }
9
10 \relative c'' {
11   \repeat volta 2 {
12     c8. c16 c4 c2 |
13   }
14   \alternative {
15     { \grace c32 c8. c16 c4 c2 | }
16     { c8. c16 c4 c2 | }
17   }
18   c8. c16 c4 c2 |
19 }