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