Re: Export to ?????

2017-05-27 Thread Paul
On 05/25/2017 10:51 AM, tisimst wrote: This is very exciting news! Progress is progress and I know many people who will welcome even a fraction of conversion functionality. Can't wait to see what you've been working on! +1 -Paul ___ lilypond-user

Re: help to tie individual note to a chord

2017-05-27 Thread MING TSANG
Mark, Thank you. Ming From: Mark Stephen Mrotek To: 'MING TSANG' ; 'Steven Weber' ; 'Lilypond-usermailinglist' Sent: Saturday, May 27, 2017 1:14 PM Subject: RE: help to tie individual note to a

Re: Trouble with Polyphony

2017-05-27 Thread Jon Arnold
Thanks. The tweak commands work well. I still can't figure out what's throwing the failure, except I think it has something to do with the staff changes I'm using in the rest of the piece. On May 27, 2017 5:10 AM, "Thomas Morley" wrote: > 2017-05-27 5:06 GMT+02:00 Jon

Re: help to tie individual note to a chord

2017-05-27 Thread MING TSANG
Michael, Thank you for your kind suggestion. Next time I will do that before I ask the list. Ming. From: Michael Gerdau To: MING TSANG ; lilypond-user@gnu.org Sent: Saturday, May 27, 2017 12:14 PM Subject: Re: help to tie individual note to a chord

RE: help to tie individual note to a chord

2017-05-27 Thread Mark Stephen Mrotek
Ming, Try \stemDown Or \stemNeutral Mark From: MING TSANG [mailto:tsan...@rogers.com] Sent: Saturday, May 27, 2017 5:26 AM To: Steven Weber ; Lilypond-usermailinglist ; Mark Stephen Mrotek Subject: Re: help to

Re: help to tie individual note to a chord

2017-05-27 Thread Michael Gerdau
>> 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? >> > > You can "release" the stems again with \stemNeutral. > > But I'm not sure if you should use \stemUp in the first place. Maybe you > should

RE: EVENT_IDENTIFIER using \grace

2017-05-27 Thread Christophe GODEFROY
Thanks david, I will try to adapt my way of writing Christophe -Message d'origine- De : David Kastrup [mailto:d...@gnu.org] Envoyé : samedi 27 mai 2017 15:51 À : Christophe GODEFROY Cc : lilypond-user@gnu.org Objet : Re: EVENT_IDENTIFIER using \grace "Christophe

Re: EVENT_IDENTIFIER using \grace

2017-05-27 Thread David Kastrup
"Christophe GODEFROY" writes: > Thanks David for your message. > > You are correct the issue was from the []. You point me to the issue > The correct code is > > \context Voice { d8. ([\grace {e32 (d cis d)} e16]) \appoggiatura eis fis2} Again: the way you arrange your input

RE: EVENT_IDENTIFIER using \grace

2017-05-27 Thread Christophe GODEFROY
Thanks David for your message. You are correct the issue was from the []. You point me to the issue The correct code is \context Voice { d8. ([\grace {e32 (d cis d)} e16]) \appoggiatura eis fis2} Thanks for your help christophe -Message d'origine- De : David Kastrup

Re: EVENT_IDENTIFIER using \grace

2017-05-27 Thread David Kastrup
"Christophe GODEFROY" writes: > I’ve some issues to compile the following code > > > > \relative c'' > > { > > \set Staff.implicitTimeSignatureVisibility = #all-invisible > > \context Voice { d8. [\grace e32 {d cis d}] (e16 \appoggiatura eis fis2} > > } > > > > The

EVENT_IDENTIFIER using \grace

2017-05-27 Thread Christophe GODEFROY
Hello community, I’ve some issues to compile the following code \relative c'' { \set Staff.implicitTimeSignatureVisibility = #all-invisible \context Voice { d8. [\grace e32 {d cis d}] (e16 \appoggiatura eis fis2} } The compilation output is the following : # -*-compilation-*-

Re: lilypond-user Digest, Vol 174, Issue 99

2017-05-27 Thread MING TSANG
Andrew,  Thank you very much. Ming   1. Re:help to tie individual note to a chord (Andrew Bernard)  Message: 1 Date: Sat, 27 May 2017 11:48:33 +1000 From: Andrew Bernard To: MING TSANG Cc: Lilypond-usermailinglist

Re: help to tie individual note to a chord

2017-05-27 Thread Robert Schmaus
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? You can "release" the stems again with \stemNeutral. But I'm not sure if you should use \stemUp in the first place. Maybe you should actually use

Re: help to tie individual note to a chord

2017-05-27 Thread MING TSANG
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. the snippet :\version "2.19"\language "english" {  \clef bass \set tieWaitForNote = ##t2 2 | c,8~ g,16~ e16~ 4 4. b,8 |2

Re: Trouble with Polyphony

2017-05-27 Thread Thomas Morley
2017-05-27 5:06 GMT+02:00 Jon Arnold : > I'm trying to print a note simultaneous to a rest but have the rest be in > normal \oneVoice position. (This is to illustrate a harp muffle of a single > note.) > > This is basically how I'm doing it (minus the complicated code of

Re: Trouble with Polyphony

2017-05-27 Thread caagr98
On 05/27/17 05:06, Jon Arnold wrote: I'm trying to print a note simultaneous to a rest but have the rest be in normal \oneVoice position. (This is to illustrate a harp muffle of a single note.) This is basically how I'm doing it (minus the complicated code of replacing the stem glyph):