]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / mensural.ly
index bf2fae37d8dd79ac4357cfc0a48ec889534cc1ce..3f028f97ff0534f175dd8106ffdc7f774badd759 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 \header {
   
   texidoc = "There is limited support for mensural notation: note head
@@ -9,7 +9,7 @@ both for up and down stems."
 
 
 { \context Voice { 
-  \override NoteHead  #'style = #'mensural
+  \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 }
 }}