On 22 October 2013 22:22, flup2 <[email protected]> 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 > [email protected] > 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
