]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-neutral-direction.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / test / beam-neutral-direction.ly
1 \version "1.7.16"
2
3
4 fragment = \notes {
5    b''8-[ b]
6   \property Voice.Beam \set #'neutral-direction = #-1
7    b-[ b]
8 }
9
10 \paper { raggedright = ##t} 
11
12 \score {
13   \notes\relative c \fragment
14   \paper { }  
15 }
16 %% new-chords-done %%