lilypond-user
[Top][All Lists]
Advanced

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

Re: help to tie individual note to a chord


From: MING TSANG
Subject: Re: help to tie individual note to a chord
Date: Sat, 27 May 2017 12:26:26 +0000 (UTC)

Steven and Mark,

Thank you for the pointer to resolve tie single notes to chord.

Now I try to resolve the stem direction. Please see the attached.
Inline image
the snippet :
\version "2.19"
\language "english"


{
  \clef bass \set tieWaitForNote = ##t
<a,a>2 <b,,b,>2 | 
c,8~ g,16~ e16~ <c,g,e>4 <b,g>4. b,8 |
<d c'>2 <fs,d>2 |
 g,8~ d16~ a16~ <g,d a>2. 
}


I code \stemUp for for the second group. It works but all subsequent stems are all UP. How can I stop the \stemUp for next measure onward?

Thanks,
Ming 



From: Steven Weber <address@hidden>
To: MING TSANG <address@hidden>; Lilypond-usermailinglist <address@hidden>
Sent: Friday, May 26, 2017 9:46 PM
Subject: RE: help to tie individual note to a chord

\set tieWaitForNote = ##t
http://lilypond.org/doc/v2.18/Documentation/notation/writing-rhythms
 
--Steven
 
 
From: lilypond-user [mailto:address@hidden On Behalf Of MING TSANG
Sent: Friday, May 26, 2017 6:35 PM
To: Lilypond-usermailinglist <address@hidden>
Subject: help to tie individual note to a chord
 
Lilyponders
 I have trouble to produce the following score.
 
(A)
Inline image
 Here is the snippet:
 
\version "2.19"
 
  \clef bass
  c,8~ g,16~ e16~ <c,g,e>4
}
 
 
produces the following
 
 
(B)
Inline image
Question:   How can I code lilypond to produce image (A)
 
Thanks for the help.
Ming



reply via email to

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