]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/bizarre-beam.ly
scripts on 2nds
[lilypond.git] / input / bugs / bizarre-beam.ly
1
2
3 \score{ \notes {g''4 [<e'''8 g> g'']
4 \notes\relative c'{
5    \times 2/3{[d16 fis' d,]} \times 2/3{[cis g'' cis,,]}
6   a'16 cis a, g''' % Used to give a nice beam directed upwards.
7   <{\stemUp a,,4:32} \context Voice=lower{\stemDown d,:32}>
8
9 }
10             }}