On 2/02/2012, at 10:35 pm, Mario Moles wrote: > How i make this image?<ihfcgccg.png>
As Urs said, the critical ingredient is tieWaitForNote. But even then it's tricky to get both hands tying as desired: \version "2.14.1" #( ly:set-option 'backend 'eps) \language "english" \header { tagline = ##f } \layout { indent = 0.0\cm } \new PianoStaff << \new Staff = "up" { \time 3/16 \clef treble \set tieWaitForNote = ##t \override TupletBracket #'bracket-visibility = ##t \tupletUp\times 6/7 { ds''32 c''' \change Staff = "down"\stemUp fs' e'' fs'! \change Staff = "up"\stemDown c'''~ ds''!~ } \time 6/16 <c''' ds''!>4. } \new Staff = "down" { \clef treble \set tieWaitForNote = ##t \override TupletNumber #'stencil = ##f \hideNotes\times 6/7 {s32 s s e''~ fs'!~ s s }\unHideNotes \stemUp<e'' fs'!>4. } >>
Tie.pdf
Description: Adobe PDF document
Note that the ties in the left hand are actually from the hidden demisemiquavers, not the printed ones. Best wishes, Matthew
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user