]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-centered.ly
* scm/music-functions.scm (remove-tag): filter \tagged music
[lilypond.git] / input / test / stem-centered.ly
index 984eee93a74b24097fe8926bd78fa10ab961ae85..34924114751938ce6695657b119fc0e07feed521 100644 (file)
@@ -1,12 +1,19 @@
 
+\version "1.9.2"
+% possible rename to ancient- something.
+\header {
+    texidoc ="@cindex Ancient Mensural Note Heads
+Mensural note heads. "
+}
 
 \score {
-\notes {
-\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 
-}
-}
+       \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}
 }
+