From 8b59849e0995ad00d8cba5228ff0e0d0aa15c4d5 Mon Sep 17 00:00:00 2001 From: hjunes Date: Sat, 28 Feb 2004 12:57:06 +0000 Subject: [PATCH] renamed from stem-centered.ly. --- input/test/mensural-note-heads.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/test/mensural-note-heads.ly diff --git a/input/test/mensural-note-heads.ly b/input/test/mensural-note-heads.ly new file mode 100644 index 0000000000..e1292fb7ee --- /dev/null +++ b/input/test/mensural-note-heads.ly @@ -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} +} + -- 2.39.5