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