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