lilypond-user
[Top][All Lists]
Advanced

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

Re: Microtonal Helmholtz-Ellis notation in Lilypond: fine-tuning


From: Robin Bannister
Subject: Re: Microtonal Helmholtz-Ellis notation in Lilypond: fine-tuning
Date: Mon, 7 Sep 2009 20:57:53 +0200

Torsten Anders wrote:
However, I failed to do the same for chord tones.

Something like this?
%%%%%%%%%%%%%%%%%%
tweakAccidental =
#(define-music-function (parser location mkup mus) (markup? ly:music?) (set! (ly:music-property mus 'tweaks) (acons 'before-line-breaking (accidental-text mkup) (ly:music-property mus 'tweaks))) mus) %%%%%%%%%%%%%%%%%%

 <
   c'!
   \tweakAccidental \naturalSyntonicDown
   e'!
   g'!
   \tweakAccidental \markup{\halign #0 \sans "<e"}
   b'!>2


Cheers,
Robin




reply via email to

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