Hello,
This is the shortest example I can make (I've removed the part of the verse
that doesn't collide with notes and left only the part that shows the
issue):
altoMusic = \relative c' {
r4 f2( bes4 |
bes8[ a8 g8 f8] g8[ f8] ees4) |
r4 f8([ ees8] d4 g4 |
g8[ f8 ees8 d8] ees8[ d8] c4) |
Yes. It's hard to see in that short example; I've uploaded the entire file
and PDF here:
http://schnecke.bombcar.com/random/dingdongmerrilyonhigh.ly
http://schnecke.bombcar.com/random/dingdongmerrilyonhigh.pdf
As you can see the verses are fine; the refrain has a slur run into the
dashes.
-tom
Thanks!
\override LyricHyphen #'Y-extent = #'(0 . 2)
seems to get me close to what I was looking for.
I've also updated the previous link to include the missing file:
http://schnecke.bombcar.com/random/dingdongmerrilyonhigh.ly
--
View this message in context:
http://lilypond.1069038.n5.nabbl
In the multiple verses under the music example in
http://www.lilypond.org/doc/v2.16/Documentation/notation/stanzas#printing-stanzas-at-the-end-in-multiple-columns
is it possible to replace the verses in the markup with some sort of
reference?
Instead of
\line { \bold "2."
\column {
Aha! That was part of the problem, but the other thing is to put the column
inside the original markup:
melody = \relative c' {
c4 c c c | d d d d
}
text = \lyricmode {
\set stanza = #"1." This is verse one.
It has two lines.
}
\score {
<<
\new Voice = "one" { \melody }
\new Lyri