]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
release commit
[lilypond.git] / input / regression / mensural.ly
index 7fae28d94682f8d8b3f9d67ba91bfe577b4b682e..fa7c65622effbd17436ceddf2c988cdc6d93e44c 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.5"
+\version "2.3.4"
 \header {
     
 texidoc = "There is limited support for mensural notation: note head
@@ -8,9 +8,9 @@ both for up and down stems."
 }
 
 
-\score {\notes { \context Voice { 
-    \property Voice.NoteHead \set #'font-family = #'ancient
-    \property Voice.NoteHead \override #'style = #'mensural
+\score { { \context Voice { 
+    \override NoteHead  #'style = #'mensural
 \transpose c d'' {  c4 c2 c8  c16 c16  c1 c\breve c\longa }
 \transpose c c' { c4 c2 c8  c16 c16  c1 c\breve c\longa }
 }}}
+