lilypond-user
[Top][All Lists]
Advanced

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

Re: tie and/or slur


From: Matthew Collett
Subject: Re: tie and/or slur
Date: Thu, 2 Feb 2012 23:38:24 +1300

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

Attachment: 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


reply via email to

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