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