]> git.donarmstrong.com Git - lilypond.git/blob - input/features/beam-slope.ly
patch::: 1.3.128.jcn4
[lilypond.git] / input / features / beam-slope.ly
1
2 fragment = \notes {
3   \property Voice.Beam \set #'direction = #1
4   \property Voice.Beam \set #'height-hs = #0
5   [a''8 e' d c]
6 }
7
8 \paper { linewidth = -1.; } 
9
10 \score {
11   \notes\relative c \fragment
12   \paper { }  
13 }