lilypond-user
[Top][All Lists]
Advanced

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

RE: tieWaitForNote


From: Mark Stephen Mrotek
Subject: RE: tieWaitForNote
Date: Mon, 23 Nov 2015 23:17:44 -0800

Malte Meyn,

Perfect!
Thank you.

Mark

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Malte Meyn
Sent: Monday, November 23, 2015 11:05 PM
To: address@hidden
Subject: Re: tieWaitForNote



Am 24.11.2015 um 06:53 schrieb Mark Stephen Mrotek:
> Everything is correct except that the ties do not appear. What is my
error?

If you really want these note length values you need a << >> construct but
without \\ because that would create new Voices. The only new Voice you need
is the one for the rest because LilyPond cannot put a r8 and a g4. to the
same stem (that's what it tries if you use << >> without \\).

\version "2.18.2"

\relative c {
   \key e \minor
   \time 6/8
   \set tieWaitForNote = ##t
   \tieDown
   <<
     \new Voice { \voiceOne r8 }
     { s8 s d'~ }
     { g,4.~ }
     { s8 b4~ }
   >>
   <g b d g>4.
   \tieNeutral
}

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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