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