2008/12/30 Maximilian Albert <[email protected]>:

> Also, I think the NEWS entry hasn't been applied yet. When I tried to
> dig up the corresponding email, I realized that I had sent it to
> Werner alone, so I'm attaching the patch again for inspection.

Sorry, forgot to attach the file (thanks, Francisco!).

Max
From 712409b11475c0c041ca0169c100f69ce06302a5 Mon Sep 17 00:00:00 2001
From: Maximilian Albert <ci...@daphne.(none)>
Date: Wed, 17 Dec 2008 22:00:20 +0100
Subject: [PATCH] Add entry for arrowed accidentals in NEWS.tely.

---
 Documentation/topdocs/NEWS.tely |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely
index f18656a..d2fefae 100644
--- a/Documentation/topdocs/NEWS.tely
+++ b/Documentation/topdocs/NEWS.tely
@@ -520,6 +520,35 @@ prevent uneven vertical spacing.
 }
 @end lilypond
 
+...@item
+Extending LilyPond's existing support for microtones, there are
+now arrowed accidentals for the notation of microtonal alterations.
+To use them, redefine the @code{glyph-name-alist} property of
+...@code{accidental} as in the following example which uses quartertones
+to typeset arrowed accidentals. Alternatively, it is possible to
+define separate names for all notes with arrowed accidentals (see
+...@code{ly/makam.ly} for boilerplate code).
+
+...@lilypond[]
+microAccs = #'((0 . "accidentals.natural")
+               (-1/2 . "accidentals.flat")
+               (1/2 . "accidentals.sharp")
+
+               (1 . "accidentals.doublesharp")
+               (-1 . "accidentals.flatflat")
+       
+               (3/4 . "accidentals.sharp.arrowup")
+               (1/4 . "accidentals.sharp.arrowdown")
+               (-1/4 . "accidentals.flat.arrowup")
+               (-3/4 . "accidentals.flat.arrowdown"))
+
+\relative c'' {
+  #(set-accidental-style 'modern)
+  \override Accidental #'glyph-name-alist = #microAccs
+  geseh geh aih aisih
+}
+...@end lilypond
+
 @end itemize
 
 
-- 
1.5.4.3

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to