On Thu, Jun 27, 2013 at 2:47 PM, Rachael Thomas <
rachael.thomas.carl...@gmail.com> wrote:

>
>
>
> On Thu, Jun 27, 2013 at 12:45 PM, Rachael Thomas <
> rachael.thomas.carl...@gmail.com> wrote:
>
>>
>>
>>
>> On Thu, Jun 27, 2013 at 11:13 AM, David Kastrup <d...@gnu.org> wrote:
>>
>>> Rachael Thomas <rachael.thomas.carl...@gmail.com> writes:
>>>
>>> >     for now you are stuck with
>>> >
>>> >     \new Voice { c-\withMusicProperty #'spanner-id #"g"
>>> >     \tweak #'extra-offset #'(0 . -1) ((
>>> >     c-\withMusicProperty #'spanner-id #"g" )) c }
>>> >
>>> > How would you use the \withMusicProperty identifier within a chord
>>> > structure?
>>>
>>> Just the same as outside.  That's one of the nicer results of issue 2240
>>> (version 2.15.28 or later).
>>>
>>> --
>>> David Kastrup
>>>
>>>
>>> _______________________________________________
>>> lilypond-user mailing list
>>> lilypond-user@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>>
>>
>> I get a syntax error, unexpected NOTENAME_PITCH
>>
>> \new TabVoice {
>>   \tabFullNotation
>>   \stemDown
>>   <c' e-\withMusicProperty #'spanner-id #"g" d a,>8\2\4\5\6\repeatTie
>> \tweak #'extra-offset #'(0 . -1) (( <b d-\withMusicProperty #'spanner-id
>> #"g">))
>>   }
>>
>> I was able to find one reference to this identifier but I was unable to
>> understand its meaning.  I think that I am missing something elemental
>> here.
>>
>> Thank you,
>> Rachael
>>
>
>
> I am using version 2.16.2.  Could it be possible that I need to be on the
> Development version?
>
> Thanks,
> Rachael
>

FYI:

I think I found the correct syntax.  Thank you for your help!

\new TabVoice {
  \tabFullNotation
  \stemDown

  <c' e d a,>8\2\4\5\6\repeatTie-\withMusicProperty #'spanner-id #"g"
\tweak #'extra-offset #'(0 . -2.5) (( <b d>-\withMusicProperty #'spanner-id
#"g" ))
  <fis' a>\1\3\repeatTie-\withMusicProperty #'spanner-id #"g" \tweak
#'extra-offset #'(0 . -2.4) (( <e' g>\1\3-\withMusicProperty #'spanner-id
#"g" ))
  }

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

Reply via email to