]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-centered.ly
* lily/lily-guile.cc (type_check_assignment): if
[lilypond.git] / input / test / stem-centered.ly
1 \version "1.5.68"
2 \header {
3     texidoc ="mensural note heads."
4     }
5
6 \score {
7 \notes {
8 \relative c'' {
9 \property Voice . NoteHead \set #'style = #'mensural
10 c\maxima*1/8
11 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
12 }
13 }
14 }