]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-centered.ly
* cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
[lilypond.git] / input / test / stem-centered.ly
index a78d48d6aa5bbff7660988847f75c6e2bb494f23..df87762cfdacd07e21c6f3041dd33a19c320810f 100644 (file)
@@ -1,9 +1,18 @@
+\version "1.7.18"
+% possible rename to ancient- something.
+\header {
+    texidoc ="@cindex Ancient Mensural Note Heads
+Mensural note heads. "
+}
 
 \score {
-\notes {
-\relative c'' {
-\property Voice. stemCentered = ##t
-\property Voice . noteHeadStyle = "harmonic"
-c4 c4 c8 c8 }
-}
+       \notes {
+       \relative c'' {
+               \property Voice . NoteHead \set #'style = #'mensural
+               c\maxima*1/8
+               c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
+               }
+       }
+       \paper{raggedright=##t}
 }
+