RE: Name of the command

2018-01-01 Thread Mark Stephen Mrotek
David,

Thanks for the direction.

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
David Kastrup
Sent: Monday, January 01, 2018 3:20 PM
To: Caagr98 <caag...@gmail.com>
Cc: lilypond-user@gnu.org
Subject: Re: Name of the command

Caagr98 <caag...@gmail.com> writes:

>> On 01/02/18 00:07, Mark Stephen Mrotek wrote:
>>> Hello,
>>> 
>>>  
>>> 
>>> A command exists that allows the notes of a grace to be tied to the 
>>> following chord, e.g.,
>>> 
>>> \grace {c8~ e~ g~} 2.
>>> 
>>>  
>>> 
>>> I thought it was
>>> 
>>> \tie WaitforChord, yet that is not correct. Tried searching the manual.
>>> 
>>>  
>>> 
>>> Any direction appreciated.
>
> Are you thinking of `\set tieWaitForChord = ##t \grace {blah} blah 
> \unset tieWaitForChord`?

The very first "selected snippet" in the Ties entry in the manual is "Using
ties with arpeggios".

It shows the correct name of the property to use.

--
David Kastrup

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


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


RE: Name of the command

2018-01-01 Thread Mark Stephen Mrotek
Urs,

Thank you. 

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Urs
Liska
Sent: Monday, January 01, 2018 3:20 PM
To: lilypond-user@gnu.org
Subject: Re: Name of the command



Am 02.01.2018 um 00:12 schrieb Caagr98:
> Are you thinking of `\set tieWaitForChord = ##t \grace {blah} blah \unset
tieWaitForChord`?

No, of
\set tieWaitForNote

Urs

>
> On 01/02/18 00:07, Mark Stephen Mrotek wrote:
>> Hello,
>>
>>   
>>
>> A command exists that allows the notes of a grace to be tied to the
following chord, e.g.,
>>
>> \grace {c8~ e~ g~} 2.
>>
>>   
>>
>> I thought it was
>>
>> \tie WaitforChord, yet that is not correct. Tried searching the manual.
>>
>>   
>>
>> Any direction appreciated.
>>
>>   
>>
>> Mark
>>
>>
>>
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


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


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


Re: Name of the command

2018-01-01 Thread Urs Liska



Am 02.01.2018 um 00:12 schrieb Caagr98:

Are you thinking of `\set tieWaitForChord = ##t \grace {blah} blah \unset 
tieWaitForChord`?


No, of
\set tieWaitForNote

Urs



On 01/02/18 00:07, Mark Stephen Mrotek wrote:

Hello,

  


A command exists that allows the notes of a grace to be tied to the following 
chord, e.g.,

\grace {c8~ e~ g~} 2.

  


I thought it was

\tie WaitforChord, yet that is not correct. Tried searching the manual.

  


Any direction appreciated.

  


Mark



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


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



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


Re: Name of the command

2018-01-01 Thread Caagr98
Dammit. I did look it up in the source code, but then I wrote it wrong here.

On 01/02/18 00:19, David Kastrup wrote:
> Caagr98  writes:
> 
>>> On 01/02/18 00:07, Mark Stephen Mrotek wrote:
 Hello,

  

 A command exists that allows the notes of a grace to be tied to the
 following chord, e.g.,

 \grace {c8~ e~ g~} 2.

  

 I thought it was

 \tie WaitforChord, yet that is not correct. Tried searching the manual.

  

 Any direction appreciated.
>>
>> Are you thinking of `\set tieWaitForChord = ##t \grace {blah} blah
>> \unset tieWaitForChord`?
> 
> The very first "selected snippet" in the Ties entry in the manual is
> "Using ties with arpeggios".
> 
> It shows the correct name of the property to use.
> 

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


Re: Name of the command

2018-01-01 Thread David Kastrup
Caagr98  writes:

>> On 01/02/18 00:07, Mark Stephen Mrotek wrote:
>>> Hello,
>>> 
>>>  
>>> 
>>> A command exists that allows the notes of a grace to be tied to the
>>> following chord, e.g.,
>>> 
>>> \grace {c8~ e~ g~} 2.
>>> 
>>>  
>>> 
>>> I thought it was
>>> 
>>> \tie WaitforChord, yet that is not correct. Tried searching the manual.
>>> 
>>>  
>>> 
>>> Any direction appreciated.
>
> Are you thinking of `\set tieWaitForChord = ##t \grace {blah} blah
> \unset tieWaitForChord`?

The very first "selected snippet" in the Ties entry in the manual is
"Using ties with arpeggios".

It shows the correct name of the property to use.

-- 
David Kastrup

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


Re: Name of the command

2018-01-01 Thread Caagr98
Are you thinking of `\set tieWaitForChord = ##t \grace {blah} blah \unset 
tieWaitForChord`?

On 01/02/18 00:07, Mark Stephen Mrotek wrote:
> Hello,
> 
>  
> 
> A command exists that allows the notes of a grace to be tied to the following 
> chord, e.g.,
> 
> \grace {c8~ e~ g~} 2.
> 
>  
> 
> I thought it was
> 
> \tie WaitforChord, yet that is not correct. Tried searching the manual.
> 
>  
> 
> Any direction appreciated.
> 
>  
> 
> Mark
> 
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 

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


Name of the command

2018-01-01 Thread Mark Stephen Mrotek
Hello,

 

A command exists that allows the notes of a grace to be tied to the
following chord, e.g.,

\grace {c8~ e~ g~} 2.

 

I thought it was

\tie WaitforChord, yet that is not correct. Tried searching the manual.

 

Any direction appreciated.

 

Mark

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