]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/font-body.ly
patch::: 1.3.44.jcn2
[lilypond.git] / input / test / font-body.ly
index 719e9cbd203fffbfd9801bb5f21a1c3a1382de52..970031c1ba8c43c8b4b75dc0f02c5c10bc7983c7 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.1.66";
+\version "1.3.42";
 
 FontBody=      \notes\transpose c''{ 
                \bar "|:";
@@ -27,6 +27,13 @@ FontBody=    \notes\transpose c''{
                e8_. g'8-> e16^^ g'16_^ 
                e32 _| g'32^| g''32-\ltoe g''32-\lheel
                e64-\rtoe g'64-\rheel c4... |
+\context Voice = mensural \relative c'' {
+\property Voice . noteHeadStyle = "mensural"
+\property Voice. stemCentered = ##t
+c\maxima*1/8
+c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
+}
+                       \property Voice . noteHeadStyle = "harmonic"
 
                \transpose c'{
                        \time 4/4;
@@ -35,7 +42,6 @@ FontBody=     \notes\transpose c''{
                        c1^"1" d2^"2" e4^"3"
                        \property Voice . noteHeadStyle = "cross"
                                                 f4^"4"
-                       \property Voice . noteHeadStyle = "harmonic"
                                                  g4^"5"
                        \property Voice . noteHeadStyle = ""
                        % Music to the Martians!
@@ -56,5 +62,6 @@ FontBody=     \notes\transpose c''{
                        \time 12/8; a1. |
                        \time 12/4;
                        r1. r2. r4. r8. r16. r32. r64. r64. |
+                       c2\sustaindown c\sustainup |
                }
 }