]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-centered.ly
* ly/chord-modifiers-init.ly:
[lilypond.git] / input / test / stem-centered.ly
index dd418b1f35e0dc09440d605851b82216a78ee610..bc9e551b52a2940ea72ba34b67c1b4ce20772764 100644 (file)
@@ -1,13 +1,15 @@
-\version "1.5.68"
-
+\version "1.7.18"
+\header {
+    texidoc ="mensural note heads."
+    }
 
 \score {
 \notes {
 \relative c'' {
-\property Voice . noteHeadStyle = #'mensural
-\property Voice. stemCentered = ##t
+\property Voice . NoteHead \set #'style = #'mensural
 c\maxima*1/8
 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
 }
 }
 }
+%% new-chords-done %%