Re: More trill questions

2016-11-05 Thread Martin
I realized my mistake as I woke up this morning... Sorry for the idiotic 
question and thanks for the help!
M

> From: "H. S. Teoh" <hst...@quickfur.ath.cx <mailto:hst...@quickfur.ath.cx>>
> Subject: Re: More trill questions
> Date: November 4, 2016 at 7:19:43 PM EDT
> To: lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
> 
> 
> On Fri, Nov 04, 2016 at 07:13:20PM -0400, Martin wrote:
>> Hi again,
>> I don't understand why the example below doesn't work.
>>> From what I can see, starting with a trill in a polyphonic passage triggers 
>>> a "syntax error, unexpected EVENT_IDENTIFIER".
>> I got it to work is the trill is on the 2nd note...
> 
> The \trill command is supposed to *follow* the trilled note, so it
> should be written c2\trill instead of \trill c2.
> 
> 
> --T
> 
>> On Nov 4, 2016, at 7:13 PM, Martin <astow...@gmail.com> wrote:
>> 
>> Hi again,
>> I don't understand why the example below doesn't work.
>> From what I can see, starting with a trill in a polyphonic passage triggers 
>> a "syntax error, unexpected EVENT_IDENTIFIER".
>> I got it to work is the trill is on the 2nd note...
>> I tried writing out the voices ( "\new Voice { ... }" ) but it didn't work 
>> either.
>> Thanks for your help!
>> Martin
>> 
>> \version "2.18.2"
>> \score {
>>  \new Staff {
>>  <<
>>{
>>  c'2 c'
>>}
>>\\
>>{
>>  \trill c2 c
>>}
>>>> 
>>  }
>> }
> 
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: More trill questions

2016-11-04 Thread H. S. Teoh
On Fri, Nov 04, 2016 at 07:13:20PM -0400, Martin wrote:
> Hi again,
> I don't understand why the example below doesn't work.
> >From what I can see, starting with a trill in a polyphonic passage triggers 
> >a "syntax error, unexpected EVENT_IDENTIFIER".
> I got it to work is the trill is on the 2nd note...

The \trill command is supposed to *follow* the trilled note, so it
should be written c2\trill instead of \trill c2.


--T

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


More trill questions

2016-11-04 Thread Martin
Hi again,
I don't understand why the example below doesn't work.
>From what I can see, starting with a trill in a polyphonic passage triggers a 
>"syntax error, unexpected EVENT_IDENTIFIER".
I got it to work is the trill is on the 2nd note...
I tried writing out the voices ( "\new Voice { ... }" ) but it didn't work 
either.
Thanks for your help!
Martin

\version "2.18.2"
\score {
  \new Staff {
  <<
{
  c'2 c'
}
\\
{
  \trill c2 c
}
  >>
  }
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user