Yes, this is one alternative, another one is
\version "2.2.0"
\score{
<<
  \context Staff=cornett {\skip 1}
  \context Lyrics=song {\skip 1*20}

\context Staff=cornett \notes{
\relative c''{
\key bes \major
\time 6/8
\partial 8 f,8 | bes(d) f, bes(d) f, | bes( d4 )~ d4
<<
{ees8^"(Sing)" | d4 d8 c4 c8 | bes4.~bes4}
{ \context Lyrics=song \lyrics {A8 hunt4 -- ing8 we4 will8 go.4. }}
>>
f8 | bes(d) f, bes(d) f, | bes( d4 )~ d4
<<
{ees8^"(Sing)" | d4 d8 c4 c8 | bes4}
{ \context Lyrics=song \lyrics {A8 hunt4 -- ing8 we4 will8 go.4}}
>>
}}
>>
}


Yet another alternative is to use \lyricsto combined with \skip
directives as shown in
http://lilypond.org/doc/v2.2/input/test/out-www/collated-files.html#lyrics-skip-notes.ly

  /Mats

Ralph Little wrote:
Hi,
I think that what Mats was hinting at is the following sort of thing
which is a bit easier to read also....

-------------8<-------------8<-------------8<-------------8<----
mymusic=\notes {                
        f,8 | bes(d) f, bes(d) f, | bes( d4 )~ d4
        ees8^"(Sing)" | d4 d8 c4 c8 | bes4.~bes4
        f8 | bes(d) f, bes(d) f, | bes( d4 )~ d4        
        ees8^"(Sing)" | d4 d8 c4 c8 | bes4
}
mywords=\lyrics {
        \skip 8*12
        A8 hunt4 -- ing8 we4 will8 go.4.
        \skip 8*12
        A8 hunt4 -- ing8 we4 will8 go.4
}

\score{
\notes{
\relative c''{
\key bes \major
\time 6/8
\partial 8 <<\mymusic \context Lyrics {\mywords }>>
}
}
}


-------------8<-------------8<-------------8<-------------8<----

Regards,
Ralph                           
                                
        

---------
Tribal Data Solutions has moved, please visit our website for more details http://www.tribaldata.co.uk. This e-mail and any attachments are confidential and are sent on the basis of our copyright, e-mail and security policy which can be inspected by visiting http://www.tribaldata.co.uk/policies.asp.
If you are not the intended recipient, please notify the sender and delete this message. Thank you.
-----------




_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to