]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / mensural.ly
index 6cddba95a133ec9fc61d284732129dd021025d3d..58da11d4074dffc1f43dee478bcbd8fffb8a08da 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.5.68"
+\version "2.14.0"
 \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 { 
-    \property Voice.NoteHead \set #'font-family = #'ancient
-    \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 }
-}}}
+{ \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 }
+}}
+