lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur over a single note


From: Pierre Perol-Schneider
Subject: Re: Slur over a single note
Date: Mon, 25 Feb 2019 12:55:06 +0100

Hi,
How about:
{
  a''1
  -\tweak X-offset #-1.8
  ^\markup\overtie\concat {
      \scale #'(1 . 2) \musicglyph #"scripts.trill_element" \hspace #-.1
      \scale #'(1 . 1.8) \musicglyph #"scripts.trill_element" \hspace #-.1
      \scale #'(1 . 1.6) \musicglyph #"scripts.trill_element" \hspace #-.1
      \scale #'(1 . 1.4) \musicglyph #"scripts.trill_element" \hspace #-.1
      \scale #'(1 . 1.2) \musicglyph #"scripts.trill_element" \hspace #-.1
      \scale #'(1 . 1) \musicglyph #"scripts.trill_element"
  }
}

Cheers,
Pierre

Le lun. 25 févr. 2019 à 12:34, Urs Liska <address@hidden> a écrit :
Hi Aaron and Harm,

thank you for that pointer.

Yes, this is what I need. I'll manage to get from there (the challenge
remains to make this optional).

Urs

Am 25.02.19 um 12:12 schrieb Aaron Hill:
> On 2019-02-25 3:03 am, Urs Liska wrote:
>> Hi,
>>
>> I'm in need of an idea how to approach this: I need to print a slur
>> over a single note.
>>
>> More concretely there already is a markup with a certain width above
>> the note (see attached image), and I need to print a slur over that
>> markup (see second attached image).
>>
>
> Is this not just \overtie?
>
>
> -- Aaron Hill
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

reply via email to

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