bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New language feature breaks lilypond-words


From: Jay Anderson
Subject: Re: New language feature breaks lilypond-words
Date: Sun, 12 Dec 2010 22:54:09 -0700

On Sat, Dec 11, 2010 at 5:09 PM, Patrick McCarty <address@hidden> wrote:
> Thanks for the report, Jay.  The note-name definitions have just moved
> from the ly/ directory to the scm/ directory, so I've adapted your
> patch to use the new location.

Thanks for taking care of this. Much faster than I expected.

Here's another lilypond vim annoyance. Take these lines as examples:

\version "2.13.42"
\once \override Staff.DynamicText #'self-alignment-X = #LEFT

If you place the cursor over the "2" in the first line or over the "S"
in Staff in the second line and type 'dw' (delete word) it will treat
the dots as word characters and result in these lines:

\version ""
\once \override #'self-alignment-X = #LEFT

I would expect it to stop at the dots. I haven't looked too much at
the syntax file yet to see how this might be easily fixed.

Thanks for the help!

-----Jay



reply via email to

[Prev in Thread] Current Thread [Next in Thread]