THANK YOU ALL FOR THE HELP! The slurs look less terrible now!
I submitted my application to a program this summer so it was super
important for me to get done! And you all came through for me. I deeply
appreciate it!
I have different issues coming up, so expect more questions lol
-Molly
On Wed,
On Thu, 27 May 2021 at 01:59, Molly Preston
wrote:
>
> Hello everyone,
>
> I have a slur going into the lyrics. It is all one slur from m.79 through
beat 1 of 81. What would you all suggest to fix the slur going into the
lyrics?
> I was trying to use \shape, but it didn't seem to affect it. Now I
Hi Molly,
On Wed, May 26, 2021 at 12:22 PM Molly Preston wrote:
>
> \version "2.20.0"
>
>
> \score { <<
>
> \new Staff {
> \new Voice
> dis'2. cis'4 ~
> cis'4 e'4 dis'2
> }
> \addlyrics {leop -- ard crys -- tal}
> <<
> \new PianoStaff
> \new Staff = "upper"
> {
>\shape
Hello,
It looks like an instance of issue 1411.
https://gitlab.com/lilypond/lilypond/-/issues/1411
Mike Solomon fixed a lot of cross-staff issues in the past but the ones
with slurs seem to remain open.
Maybe someone could build on Mike's work on cross-staff beam collisions to
solve cross-staff c
Hi Molly,
in your example .ly file, the tweaking of the PhrasingSlur seems to be
kind-of necessary (and I admit the default phrasing slur looks awful).
As for the collision with lyrics: It seems that \shape'd slurs may
collide with lyrics and the like in a way that non-\shape'd slurs don't.
\version "2.20.0"
\score { <<
\new Staff {
\new Voice
dis'2. cis'4 ~
cis'4 e'4 dis'2
}
\addlyrics {leop -- ard crys -- tal}
<<
\new PianoStaff
\new Staff = "upper"
{
\shape #'((0 . 0.5) (0 . 0.5) (0 . 0.5) (0 . 5)) PhrasingSlur
d'8 \(
\change Staff = "lower"