lilypond-user
[Top][All Lists]
Advanced

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

Re: Placing articulations outside of the staff.


From: Pierre Perol-Schneider
Subject: Re: Placing articulations outside of the staff.
Date: Fri, 8 Oct 2021 07:41:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Hi Calvin,
You could also use the 'tweak' command (note the '-' sign before it); ex:

\version "2.22"

{
  c''8\f[ -\tweak padding #1 ---> a'-.]

}

Cheers,
Pierre

Le 07/10/2021 à 13:12, Calvin Ransom a écrit :
Hi Kieren
I did mean to say accent and not accidental (was writing that email and this one when I should have gone to sleep 6 hours ago)
I will try that tomorrow. 
Thank you for the help,

Calvin Ransom


Calvin Ransom

From: Kieren MacMillan <kieren_macmillan@sympatico.ca>
Sent: Thursday, October 7, 2021 4:08:14 AM
To: Calvin Ransom <calvin@ransom.vip>
Cc: Lilypond-User Mailing List <lilypond-user@gnu.org>
Subject: Re: Placing articulations outside of the staff.
 
Hi Calvin,

> I am trying to make the tenuto and accidental stay outside of the staff when together.

Do you mean accent? Staccato?

> Am I not understanding how tweaks work correctly?

If you want things to stay outside the staff, you need to set their outside-staff-priority (which is #f by default):

    \override Script.outside-staff-priority = #0
        c''8[ ---> a']-.

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: https://na01.safelinks.protection.outlook.com/?url="">
‣ email:
kieren@kierenmacmillan.info


reply via email to

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