]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/mensural.ly
(Composite_music): new transpose syntax,
[lilypond.git] / input / regression / mensural.ly
1 \version "1.7.5"
2 \header {
3     
4 texidoc = "There is limited support for mensural notation: note head
5 shapes are available. Mensural stems are centered on the note heads,
6 both for up and down stems."
7
8 }
9
10
11 \score {\notes { \context Voice { 
12     \property Voice.NoteHead \set #'font-family = #'ancient
13     \property Voice.NoteHead \override #'style = #'mensural
14 \transpose c d'' {  c4 c2 c8  c16 c16  c1 c\breve c\longa }
15 \transpose c c' { c4 c2 c8  c16 c16  c1 c\breve c\longa }
16 }}}