Kieren MacMillan wrote Monday, January 26, 2015 10:35 PM

>> I think that I need to somehow include spacers to skip over the whistle part 
>> but I'm getting errors when I try that.
> 
> \new Lyrics \lyricsto "Women" {
>    \verseOneLyrics
>    \repeat unfold 4 { \skip 8 }
>    \verseTwoLyrics
>  }

Or, if there are only a few notes to skip, use an underscore for each one:

  \new Lyrics \lyricsto "Women" {
    \verseOneLyrics
    _ _ _ _
    \verseTwoLyrics
  }

Trevor
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to