]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-centered.ly
Add CVS HEAD trap.
[lilypond.git] / input / test / stem-centered.ly
index a78d48d6aa5bbff7660988847f75c6e2bb494f23..ec6f3051aef7d6c226cc6dc0739a50045df76668 100644 (file)
@@ -1,9 +1,14 @@
+\version "1.5.68"
+\header {
+    texidoc ="mensural note heads."
+    }
 
 \score {
 \notes {
 \relative c'' {
-\property Voice. stemCentered = ##t
-\property Voice . noteHeadStyle = "harmonic"
-c4 c4 c8 c8 }
+\property Voice . NoteHead \set #'style = #'mensural
+c\maxima*1/8
+c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
+}
 }
 }