Dear LilyPonders,
I've found information on how to alter the second half of slurs which span a
line-break, but I can't find anything about adjusting the first half while
keeping the cloned half at the default.

I've constructed a simple example showing what happens when I break a
certain slur.  In the second version, I'd like the first half of the slur to
begin above the stem (as it does in the unbroken example)
while keeping the second half of the slur exactly as it is.  Is there a way
to do this by adjusting the workaround from the "Difficult Tweaks" section
of the NR?
I would appreciate any help you could give me with this!

Thanks,
David


\version "2.12.2"

\paper {
indent = #0
ragged-right = ##t
}

top = \relative b' {
  \clef treble
  \time 3/4
  c2 ( d4
  e8 d c b a g )
  \break

  c2 ( d4
  \break
  e8 d c b a g )
}

bottom = R2.*4

\score {
\new Staff <<
\new Voice { \voiceOne \top }
\new Voice  { \voiceTwo \bottom }
 >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to