lilypond-user
[Top][All Lists]
Advanced

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

Re: placement sostenuto


From: David Nalesnik
Subject: Re: placement sostenuto
Date: Fri, 23 Sep 2011 18:17:53 -0500

Hi Harm,

On Fri, Sep 23, 2011 at 5:52 PM, Thomas Morley <address@hidden> wrote:


2011/9/24 Thomas Morley <address@hidden>

There might be another point of interest: How to reset?

I'm aware it could be done with a new #(assoc-set! ... ) using default values.

I was wrong: This doesn't work! Sorry!

Yes, if you set the 'padding value like this, it will apply to all tenuto marks in your file.  If you reset it to another value, it will change the 'padding values of every tenuto to the new value.  So, unfortunately, it's not like using \override and \revert.

You could do something like this to "revert" to Lily's default:

\version "2.14.2"

#(assoc-set! (assoc-ref default-script-alist "tenuto") 'padding 0.75)

{
  c''1_-
  \once \override Script #'padding = #0.2
  c''1_-
  c''1_-
}

I was hoping to be able to set 'padding to a procedure. But 'padding doesn't respond if set that way, as I noted on an earlier email of this thread.  I wonder if I'm doing something wrong here -- can 'padding be set to a procedure somehow?

David

reply via email to

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