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