]> git.donarmstrong.com Git - lilypond.git/commitdiff
renamed from stem-centered.ly.
authorHeikki Junes <heikki.junes@hut.fi>
Sat, 28 Feb 2004 12:57:06 +0000 (12:57 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Sat, 28 Feb 2004 12:57:06 +0000 (12:57 +0000)
input/test/mensural-note-heads.ly [new file with mode: 0644]

diff --git a/input/test/mensural-note-heads.ly b/input/test/mensural-note-heads.ly
new file mode 100644 (file)
index 0000000..e1292fb
--- /dev/null
@@ -0,0 +1,19 @@
+
+\version "2.1.26"
+
+\header {
+    texidoc ="@cindex Ancient Mensural Note Heads
+Mensural notes may also have note heads. "
+}
+
+\score {
+       \notes {
+       \relative c'' {
+               \override NoteHead  #'style = #'mensural
+               c\maxima*1/8
+               c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
+               }
+       }
+       \paper{raggedright=##t}
+}
+