lilypond-user
[Top][All Lists]
Advanced

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

Re: 3 problems with LilyPond 2.12.3.1


From: -Eluze
Subject: Re: 3 problems with LilyPond 2.12.3.1
Date: Tue, 16 Feb 2010 07:33:26 -0800 (PST)


Phil Holmes-2 wrote:
> 
> That works, thanks - albeit it's a bit of a pain, since the music I have 
> uses individual number as words in the lyric, so the complete lyric set
> for 
> one section is 2 3 2 3 2 3 2 3 2 3 2 3 2 3 2 3 2 3 2 3 2 3 4 5 6 1 2 3 -
> so 
> each numeral needs placing in quotes! 
> 

a simple regular expression search and replacement will do it:

search for  ([\d]+) and replace it by $1 (apply it only to the selected
lyrics part)!

hth
-- 
View this message in context: 
http://old.nabble.com/3-problems-with-LilyPond-2.12.3.1-tp27608199p27610104.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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