[EMAIL PROTECTED] writes:
> 
> 
> Werner LEMBERG wrote:
> >>Are you saying that the trick used in \verb is bad or just that
> >>we should never mention the example below in any documentation
> >>or that we should use the \verb trick but handle pairing characters
> >>specially?
> > 
> > 
> > The last one.  All editors will benefit.
> 
> Agreed! Unfortunately, the implementors will suffer. A direct
> implementation of the \verb trick is a one line change (see the
> attachment), whereas your suggestion is much harder to implement without
> major surgery to the current lilypond-book implementation.

Is it that difficult? I would say it is a matter of doing

  \\lilypond({(?P<code>[^}]+)}|(?P<delim>.)(?P<code>.*)(?P=delim))

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to