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

2014-02-26 Thread Eluze
Javier Ruiz-Alma wrote > Hi Eluze, > I tried to add this to LSR, but the facility supports syntax only up to > 2.14. > This being a demo of waitForTie with tuplet rhythm and crossStaff (not > available in 2.14), just couldn't get a snippet this facility would > accept. > > Once issue 2270 is progr

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

2014-02-26 Thread Javier Ruiz-Alma
Hi Eluze, I tried to add this to LSR, but the facility supports syntax only up to 2.14. This being a demo of waitForTie with tuplet rhythm and crossStaff (not available in 2.14), just couldn't get a snippet this facility would accept. Once issue 2270 is progressed, this workaround shouldn't be ne

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

2014-02-26 Thread Eluze
Javier Ruiz-Alma wrote > Solved overlaying a 2nd voice with cross-staff stems > [...] thanks for sharing this solution - maybe it's worth to be recorded in the LSR?! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Written-out-arpeggio-with-tuplet-cross-staff-t

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

2014-02-24 Thread Javier Ruiz-Alma
Solved overlaying a 2nd voice with cross-staff stems \version "2.18.0" upperOne = \relative c {    r8    \change Staff = "lower"    \stemUp    \set tieWaitForNote = ##t    \tuplet 3/2 {         e16~  g~ \change Staff = "upper" c    }    \change Staff = "lower"    \stemUp