]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-centered.ly
update syntax in .ly files.
[lilypond.git] / input / test / stem-centered.ly
1 \version "1.7.6"
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 }
15 %% new-chords-done %%