]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / mensural.ly
index a4cfa0290f8e5bf80be26ab8a76762ce7bed3b22..fa7c65622effbd17436ceddf2c988cdc6d93e44c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.3.4"
 \header {
     
 texidoc = "There is limited support for mensural notation: note head
@@ -8,8 +8,8 @@ both for up and down stems."
 }
 
 
-\score {\notes { \context Voice { 
-    \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 }
 }}}