]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-stem-test.ly
update syntax in .ly files.
[lilypond.git] / input / test / beam-stem-test.ly
1 \version "1.7.6"
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 }%% new-chords-done %%