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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to