]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-neutral-direction.ly
release: 1.3.145
[lilypond.git] / input / test / 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 }