lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adjusting first part of slur across system break


From: David Nalesnik
Subject: adjusting first part of slur across system break
Date: Wed, 30 Sep 2009 16:16:46 -0500

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 }
 >> 
}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]