]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-centered.ly
release: 1.3.146
[lilypond.git] / input / test / stem-centered.ly
1 \version "1.3.146"
2
3
4 \score {
5 \notes {
6 \relative c'' {
7 \property Voice . noteHeadStyle = #'mensural
8 \property Voice. stemCentered = ##t
9 c\maxima*1/8
10 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
11 }
12 }
13 }