Oh, I didn't think of it! How stupid!
2008/6/30 Graham Percival <[EMAIL PROTECTED]>:
> Or you could just run convert-ly: the tool that's *designed* to do
> these updates.
>
> Cheers,
> - Graham
>
>
> On Mon, 30 Jun 2008 21:53:25 +0200
> "Stefan Thomas" <[EMAIL PROTECTED]> wrote:
>
> > Hi Kieren,
Or you could just run convert-ly: the tool that's *designed* to do
these updates.
Cheers,
- Graham
On Mon, 30 Jun 2008 21:53:25 +0200
"Stefan Thomas" <[EMAIL PROTECTED]> wrote:
> Hi Kieren, with the help of the german sidux-forum I succeded with:
> find . -iname '*.ly' -exec perl -pi -e
> 's/co
Stefan Thomas wrote:
> Hi Kieren, with the help of the german sidux-forum I succeded with:
> find . -iname '*.ly' -exec perl -pi -e
> 's/compressMusic/scaleDurations/g' {} \;
> Hope it can help other users.
Why don't you simply use convert-ly?
--
John Mandereau <[EMAIL PROTECTED]>
___
Hi Kieren, with the help of the german sidux-forum I succeded with:
find . -iname '*.ly' -exec perl -pi -e 's/compressMusic/scaleDurations/g' {}
\;
Hope it can help other users.
2008/6/29 Kieren MacMillan <[EMAIL PROTECTED]>:
> Hi Stefan,
>
>
> I don't know, what could be wrong with this snippet
Hi Stefan,
I don't know, what could be wrong with this snippet:
\version "2.11.49"
\relative { \compressMusic #' (1 . 2 ) {c4 c g' g a a g2 } }
Is it a bug of the version 2.11.49?
In the NEWS section, you'll see that \compressMusic has been renamed
\scaleDurations.
Hope this helps!
Kiere