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";

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

-- 
|----------------------------------------------------------------------------|
| jeff covey [EMAIL PROTECTED] http://pobox.com/~jeff.covey/ 410-669-4926 |
|----------------------------------------------------------------------------|
|nostalgia's like a grammar lesson: the present is tense and the past perfect|
|----------------------------------------------------------------------------|

Reply via email to