lilypond-user
[Top][All Lists]
Advanced

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

Written-out arpeggio with tuplet, cross-staff, ties


From: Javier Ruiz-Alma
Subject: Written-out arpeggio with tuplet, cross-staff, ties
Date: Sun, 23 Feb 2014 15:59:13 -0800 (PST)

I'm stuck trying to typeset this ending measure.  I'm using the \tieWaitForNote function but I have a staff change part way into a beamed tuplet, which I don't how to tie to a cross-staff chord.  Snippet trial below and image of the source attached.  Help is appreciated!  (Ref: Chopin 28.1)

\version "2.18.0"
upper = \relative c {
\time 2/8
r8
\change Staff = "lower"
\set tieWaitForNote = ##t
\tuplet 3/2 {
      e16~  g_~ 
      \change Staff = "upper" c %~  %cannot add tie here, error
   }
 \change Staff = "lower"
 \stemUp
 <e, g  %{ Need to change to upper staff here %}  c e >4
}

lower = \relative c, {
\time 2/8
\clef bass
\set tieWaitForNote = ##t
\stemDown
\tuplet 3/2 { c16_~ g'~  c_~  } s8
< c, g' c >4
}

\score {
  \new PianoStaff <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
  \layout { }
}

Attachment: Selection_010.png
Description: PNG image


reply via email to

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