lilypond-user
[Top][All Lists]
Advanced

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

Why does \skip extend an extender


From: Patrick or Cynthia Karl
Subject: Why does \skip extend an extender
Date: Sat, 29 Nov 2014 09:41:26 -0600

In the following snippet:

music = \relative b' {
        c4 d e f
        f g a b
        c,1
}

Lyrics = \lyricmode {
        c d e __ _
        _ \skip 1 \skip 1 \skip 1
        C
}

\score {        
        \new Staff \music
                \addlyrics \Lyrics
        \layout { }
}
        
I want the three skips to skip past the notes "g a b".  That is, I want the 
singing of “e” to terminate with the 2nd “f”.  But for some reason the extender 
is extended through the notes “g a b”.  How can I fix this?


reply via email to

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