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