]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/beam.ly
a2eb18c82b99b5f3e5627894650b4e37553ebacc
[lilypond.git] / input / bugs / beam.ly
1 \version "1.3.148"
2 \header {
3   texidoc="beam-stem attachment test"
4 }
5         
6 \score {
7   \context RhythmicStaff \notes {
8     \stemUp [c8 c]
9     \stemDown [c8 c]
10     \stemUp [c8. c16]
11   }
12   \paper {
13     linewidth = -1.0
14     magnification = 64
15   }
16 }