2015-09-11 15:31 GMT+02:00 Mike Solomon <[email protected]>:
> Hey all,
>
> I have a nasty vertical kerning issue where the mezzo forte above the tenor’s
> “off” is sandwiched between the lyrics “Oz.” and “to” in the alto. Does
> anyone know how to force the dynamics (and therefore the tenor staff) below
> the lyrics in this case?
>
> Cheers,
> MS
Hi Mike,
an example-code would have been nice ;)
Though, maybe one of the attached codes works for you.
(For whatever ever reason I'm not able to c/p code from jEdit into
gmail anymore)
Cheers,
Harm
\version "2.19.26"
%#(ly:set-option 'debug-skylines)
\paper {
line-width = 70
ragged-right = ##f
}
%% quickn'dirty
%% enough space?
<<
\new Voice = "1"
{ b'2. c''4 }
\new Lyrics
\lyricsto "1" {
\once \hide LyricHyphen
Oz -- to
}
\new Voice
{ r2 a''4^\mf g'' }
>>
%% manually
<<
\new Voice = "1"
{
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details
#'((alignment-distances . (20)))
b'2. c''4
}
\new Lyrics
\lyricsto "1" {
Oz to
}
\new Voice
{ r2 a''4^\mf g'' }
>>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user