Re: vertical kerning problem

2015-09-12 Thread karl
Mike:
> 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.

Yes, nasty.

>  Does anyone know how to force the dynamics (and therefore the
> tenor staff) below the lyrics in this case?

What if you move the mf to the left so it can drop down before the c:

 r2 c -\tweak X-offset #-2.5 \mf b |

or attach the mf to the rest:

 r2\mf c b |

would inserting an empty lyrics line work?

 emptylyr = \lyricmode { " " " " " " " " " " }

the dist. from "Oz to" to "its" staff is rather big, can you move it
up?

Regards,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57



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


Re: vertical kerning problem

2015-09-12 Thread Mike Solomon

> On Sep 12, 2015, at 1:06 PM, Thomas Morley  wrote:
> 
> 2015-09-11 15:31 GMT+02:00 Mike Solomon :
>> 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
> 

Hey Harm,

Thanks for the tips!  Looking forward to trying them out - will let you know 
how I fare.

Cheers,
MS
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: vertical kerning problem

2015-09-12 Thread Thomas Morley
2015-09-11 15:31 GMT+02:00 Mike Solomon :
> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


vertical kerning problem

2015-09-11 Thread Mike Solomon
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


PastedGraphic-2.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user