]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-centered.ly
(conv): dashes rule.
[lilypond.git] / input / test / stem-centered.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 % possible rename to ancient- something.
4 \header {
5     texidoc ="@cindex Ancient Mensural Note Heads
6 Mensural note heads. "
7 }
8
9 \score {
10         \notes {
11         \relative c'' {
12                 \property Voice . NoteHead \set #'style = #'mensural
13                 c\maxima*1/8
14                 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
15                 }
16         }
17         \paper{raggedright=##t}
18 }
19