lilypond-user
[Top][All Lists]
Advanced

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

Re: "Octave" script in Frescobaldi


From: Vaughan McAlley
Subject: Re: "Octave" script in Frescobaldi
Date: Wed, 23 Oct 2013 11:34:02 +1100

On 22 October 2013 22:22, flup2 <address@hidden> wrote:
>
> Oh thanks !
>
> Someday my Scheme will come ;-)
>
> Philippe
>
>
>
> --
> View this message in context: 
> http://lilypond.1069038.n5.nabble.com/Octave-script-in-Frescobaldi-tp152801p152806.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

In Frescobaldi, you can also use regexes in Search/Replace. First
select the music (no Scheme expression or key signatures):

Search for (assuming Dutch note names):
([\s\(\)\~])([a-g][eis]*)([\,\']*)

Replace with:
\1<\2\3 \2'>

It’s a bit quick and dirty!

Vaughan



reply via email to

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