lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating a slur with markup


From: Rachael Thomas
Subject: Re: creating a slur with markup
Date: Thu, 27 Jun 2013 12:45:41 -0500




On Thu, Jun 27, 2013 at 11:13 AM, David Kastrup <address@hidden> wrote:
Rachael Thomas <address@hidden> 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
address@hidden
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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]