]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-position.ly
update syntax in .ly files.
[lilypond.git] / input / test / beam-position.ly
1 \version "1.7.6"
2
3
4 fragment = \notes {
5   \property Voice.Beam \set #'positions = #'(4 . 0)
6   [c'8 c]
7 }
8
9 \paper { linewidth = -1. } 
10
11 \score {
12   \notes\relative c \fragment
13   \paper { }  
14 }
15 %% new-chords-done %%