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: Sun, 28 May 2017 00:27:05 +0000 (UTC)

Mark,

Thank you.

Ming



From: Mark Stephen Mrotek <address@hidden>
To: 'MING TSANG' <address@hidden>; 'Steven Weber' <address@hidden>; 'Lilypond-usermailinglist' <address@hidden>
Sent: Saturday, May 27, 2017 1:14 PM
Subject: RE: help to tie individual note to a chord

Ming,
 
Try
\stemDown
Or
\stemNeutral
 
Mark
 
 
From: MING TSANG [mailto:address@hidden
Sent: Saturday, May 27, 2017 5:26 AM
To: Steven Weber <address@hidden>; Lilypond-usermailinglist <address@hidden>; Mark Stephen Mrotek <address@hidden>
Subject: Re: help to tie individual note to a chord
 
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
 
--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]