Op zaterdag 24 oktober 2009 schreef Father:
> I'm trying to set two verses. Verse 1 has an extra note, and it's no
> problem to get rid of it in verse 2 with \skip. The problem is that the
> word in verse 2 is actually a hyphenated word, so a hyphen of some sort
> _must_ appear.
Try:
lyricsThr
-Eluze wrote Saturday, October 24, 2009 9:38 PM
Father Horton wrote:
I'm trying to set two verses. Verse 1 has an extra note, and it's
no
problem
to get rid of it in verse 2 with \skip. The problem is that the
word in
verse 2 is actually a hyphenated word, so a hyphen of some sort
_must_
\lyricmode { la -- \skip 4 la }
--
View this message in context:
http://www.nabble.com/Skipping-notes-with-a-hyphenated-word-tp26042268p26042867.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailin
Minimal example:
\version "2.12.0"
lyricsOne = \lyricmode { la -- la -- la }
lyricsTwo = \lyricmode { la \skip 4 la }
%lyricsThree = lyricmode { me -- " " me }
muzik = \relative c' { c2\( c4\) c }
\score {
\context Staff <<
\context Voice = melody { \muzik }
\context Lyrics = one \lyr