I meant the first paragraph, not the first sentence. :-)
If you do
mywords = \lyricmode{ These are the words }
then the rest of your code should work well.
/Mats
andrew Black wrote:
Mats Bengtsson wrote:
Read the first sentence of
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lil
Mats Bengtsson wrote:
Read the first sentence of
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/Entering-lyrics.html#Entering-lyrics
Mats
Can you explain this. I don't follow the answer.
Andrew
___
lilypond-user mailing list
Read the first sentence of
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/Entering-lyrics.html#Entering-lyrics
/Mats
andrew Black wrote:
I am trying to set something with of words that repeat a lot .
To avoid typing (or cut & pasting) too much I thought of doing
mywords =
I am trying to set something with of words that repeat a lot .
To avoid typing (or cut & pasting) too much I thought of doing
mywords = { These are the words }
\relative {c d e f c d e f }
\addlyrics { \mywords \mywords }
but it doesnt like the mywords = { These are the words }
Can anyone sugge