Re: slur over break

2021-05-26 Thread David Nalesnik
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" > { >

Re: slur over break

2021-05-26 Thread Xavier Scheuer
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

Re: slur over break

2021-05-26 Thread Lukas-Fabian Moser
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.

slur over break

2021-05-26 Thread Molly Preston
\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"

Re: How to change clef and relative note

2021-05-26 Thread Ivanov Dmitry
> The whole point of \relative mode is that you only have to use the two quotes > once. The next notes you enter without quote/comma will automatically be > "close" to your treble clef g. Ahh, yes. This is exactly what I wanted. Thanks. > (BTW, you seem to be using LilyPond 2.18.2 - that's

Re: How to change clef and relative note

2021-05-26 Thread Lukas-Fabian Moser
Hi Dmitry, The difficulty is the I switch from bass to violin clef in the right hand. Is it possible to change the relative note, so I won't need to add 2 quotes after each note like I did for g: g''2? I'm not sure I understand your question correctly: The whole point of \relative mode is

How to change clef and relative note

2021-05-26 Thread Ivanov Dmitry
I have the following attempt to typeset the waltz: \version "2.18.2" upper = \relative c { \clef bass \key c \minor \time 3/4 \tempo 4 = 170 r4 \chordmode { c,4:m c,4:m } | r4 \chordmode { c,4:m c,4:m } | r4 \chordmode { c,4:m c,4:m } | r4 \chordmode { c,4:m } r4 | \clef violin