[EMAIL PROTECTED] writes:
> two things i forgot to ask:
> 
> 1. does mudela support macro expansions? it's very cumbersome to do
>    this over and over and over again:
> 
> \context Thread = ta {
>   \property Thread.textExtraOffset = #'(+0.0 . +3.2)
>   s4^"Harm XII"
>   }
> 
>    it would be much more pleasant to just have a template like:
> 
> \context Thread = $1 { \property Thread.textExtraOffset = #'($2 . $3) $4 }
> 
>    that could be called with:
> 
> \fingering ta +0.0 +3.2 s4^"Harm XII";

No. But you could write a script to substitute \fingering in your
input file.  Alternatively, you can try m4, but that is a bit of pain.

> 2. just out of curiosity, what do these units represent? i'm pushing
>    up on the y axis by 3.2 whats?

Staff space units, I believe.
-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to