On Wed, May 21, 2008 at 12:58 PM, Graham Percival <[EMAIL PROTECTED]> wrote:

> Why replace the line, though?  Wouldn't that stop it from finding
> the other material that this line was looking at?
>
> By the way, if anybody familiar with regex and/or the keywords
> file and/or emacs and/or whatever, wants to jump in and say "yeah,
> this looks fine", you'll save me a lot of feeling stupid and Jay a
> lot of frustration.


I have no familiarity with lilypond-words.ly, but as far as the regex goes,
the only difference is that the new line will allow optional quotation marks
around the word that it matches. That is, it will now match both
f = #(something)
and
"f" = #(something)
instead of only the first one. This seems harmless to me (but again, I'm not
familiar with the context of this change).

Joe
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to