]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "1.5.68"
2
3 \header {
4     texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}."
5 }
6
7 nots = \notes\relative c'   {c4 \repeat volta 2 c4 \alternative { d e  }}
8
9 \score { \notes {
10 \nots
11 \apply #unfold-repeats \nots
12 }
13 \paper {linewidth=-1.} 
14      }