]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / mensural.ly
index 4f4162e0b1f4b95675325a9ca958b4cb1964cc97..fa7c65622effbd17436ceddf2c988cdc6d93e44c 100644 (file)
@@ -1,10 +1,16 @@
-\version "1.3.146"
+\version "2.3.4"
 \header {
-texidoc = "There is limited support for mensural notation: note head shapes are available. Mensural stems are centered on the note heads, both for up and down stems."
+    
+texidoc = "There is limited support for mensural notation: note head
+shapes are available. Mensural stems are centered on the note heads,
+both for up and down stems."
+
 }
 
-\score {\notes { \context Voice { 
-\property Voice.NoteHead \override #'style = #'mensural
-\transpose d''' {  c4 c2 c8  c16 c16  c1 c\breve c\longa }
-\transpose c'' { c4 c2 c8  c16 c16  c1 c\breve c\longa }
+
+\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 }
 }}}
+