]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / mensural.ly
index f570e135793d20134f236f97592a2a9ffbca06fd..58da11d4074dffc1f43dee478bcbd8fffb8a08da 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.2.0"
+\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 { 
-    \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 }
+}}