lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing quarter tone notation


From: Keith OHara
Subject: Re: Changing quarter tone notation
Date: Thu, 30 Aug 2012 07:27:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Arle Lommel <fenevad <at> gmail.com> writes:

> 
> As a separate question from the last, does anyone know of a simple way 
> to override the quarter-tone notation in Lilypond? 

This method
 http://lsr.dsi.unimi.it/LSR/Item?id=784
is maybe more complicated than you need, because it takes trouble to 
distinguish C-sharp-up from D-natural-down.

You might need only the part with 
  \override KeySignature #'glyph-name-alist = \arrowGlyphs
and a simplified version of arrowGlyphs
  arrowGlyphs = #`(
        (1 . "accidentals.doublesharp")
        (3/4 . "accidentals.sharp.arrowup")
        (1/2 . "accidentals.sharp")
etc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]