]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-slope.ly
83aa3895ca6be018baff7d62f9848fc26b747bcb
[lilypond.git] / input / test / beam-slope.ly
1 \version "1.5.68"
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 }