]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-stem-test.ly
patch::: 1.5.5.jcn2
[lilypond.git] / input / test / beam-stem-test.ly
1 \version "1.3.148"
2 \header {
3   texidoc="Beam-stem attachment test.  Helper file for ps/dvips problems."
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 }