The way mudela-book sets
linewith has changed behaviour
lately. I think it was after the 
patch that added \mudelafile{}

\begin{mudela}
c4 d e f
\end{mudela}

\begin{mudela}[eps]
c4 d e f
\end{mudela}

and

\mudela{c4 d e f}

earlier got linewith = -1. now it is 
stretched to the right margin.

1.
\mudela{c4 d e f} should really 
have  linewidth=-1. because it 
should be an easy way to put 
small fragments of  music 
floating between the words
in a line of text.

2.
Earlier mudela-book would look 
at the code between 
\begin{mudela} and 
\end{mudela} and set 
linewith=-1 if it  only was 
staffcontents. (No
\header, \paper og \score 
statement).  Mudela-book does 
look at the code, but it does not 
affect linewith any more.

This way

\begin{mudela}[eps]
c4 d e f
\end{mudela}

would get linewidht=-1 and

\begin{mudela}[eps]
\score{
  \notes{c4 d e f}
}
\end{mudela}

would get linewidth adjustet to 
fit to the right margin.


Was the change made on 
purpose or was it a side effect of
adding \mudelafile{}? Can I 
make a patch that restores this
behaviour (without changing 
mudelafile{} functionality)? 
(\mudela{..} REALLY should be 
fixed!)

>From TODO:
 * output various stuff either via 
sys.stderr or sys.stdout, not using 
print.
Is it ok to send fatal error 
messages to sys.stderr and 
warnings and other stuff to 
sys.stdout?

 * use less RE's
If someone can give me a hint 
about how things should be 
done (I am not that smart...), I 
cantry to fix it.

The patch adds to 
Lookup::accordion and remove
some fonts from 
feta-accordion.mf

Tom Cato

______________________________________________________
Get your free web-based email at http://www.xoom.com
Birthday? Anniversary? Send FREE animated greeting
cards for any occassion at http://greetings.xoom.com

lilypond-1.1.41.tca1.diff.gz

Reply via email to