]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mensural.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / mensural.ly
index 8064d25faac6feef964991ddcdd80d23c85a97f4..e5b2477648d9518265fceb6a9ffaf38e67752c32 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.1.28"
+\version "2.12.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 }
+}}