]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / mensural.ly
index 5c2cf23d57e809104779b13c26f57f2f6bb025e7..3f028f97ff0534f175dd8106ffdc7f774badd759 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.1.26"
+\version "2.17.6"
 \header {
-    
-texidoc = "There is limited support for mensural notation: note head
+  
+  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 { 
-    \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 }
-}}}
+{ \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 }
+}}