lilypond-devel
[Top][All Lists]
Advanced

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

Re: updating `\relative {' in source?


From: Mark Polesky
Subject: Re: updating `\relative {' in source?
Date: Mon, 19 Apr 2010 07:49:22 -0700 (PDT)

Mark Polesky wrote:
> Okay, I updated the \relative syntax in the docs,
> regtests, and scripts (there were two little instances in
> the scripts/ directory).  There are 37 remaining
> instances; they are all in the translated docs except one
> which is at the end of ly/relative-octave-music.cc.  I
> modified the regex to catch multiple spaces; here's the
> current state of things:
>
> $ regex='\\relative address@hidden'
>
> $ git grep "$regex" | wc -l
> 37

In the interest of mailing-list archive readability, here's
a version of the regex that shouldn't get mangled (it finds
all the same matches).

$ regex='\\relative * @\?{'

$ git grep "$regex" | wc -l
37


      




reply via email to

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