]> git.donarmstrong.com Git - lilypond.git/blob - input/tricks/beam-position.ly
release: 1.3.129
[lilypond.git] / input / tricks / beam-position.ly
1
2 fragment = \notes {
3   \property Voice.Beam \set #'staff-position = #2
4   \property Voice.Beam \set #'height = #-2
5   [c'8 c]
6 }
7
8 \paper { linewidth = -1.; } 
9
10 \score {
11   \notes\relative c \fragment
12   \paper { }  
13 }