lilypond-user
[Top][All Lists]
Advanced

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

Re: placement sostenuto


From: eluze
Subject: Re: placement sostenuto
Date: Sat, 24 Sep 2011 00:08:13 +0200
User-agent: Opera Mail/11.51 (Win32)

Am 23.09.2011, 23:38 Uhr, schrieb Thomas Morley <address@hidden>:


Hi,

this does the job:

\version "2.14.2"

#(define-public my-script-alist
  `(
    ("accent"
     . (

%------------------------- Test ------------------------------------------------

      \layout {
              \context {
                        \Score
      scriptDefinitions = #my-script-alist
              }
      }

\relative c' {
  c'1-. c-| c1_- c-^ c
}

But I didn't manage to shorten it. Perhaps someone else ...

Cheers,
  Harm

great, thanks - i knew it's possible!

now we need a way to only override the relevant items - i.e. to replace the padding for "tenuto" in the original list! (then we even get rid of the \layout part!)

anybody has ideas?!

Eluze



reply via email to

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