lilypond-user
[Top][All Lists]
Advanced

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

Re: Is there any way to use dynamics as prefixes?


From: Thomas Morley
Subject: Re: Is there any way to use dynamics as prefixes?
Date: Tue, 28 Feb 2017 21:25:18 +0100

2017-02-28 20:37 GMT+01:00  <address@hidden>:
> On 02/28/17 20:14, David Kastrup wrote:

>> But if you prefer the latter, just start your music file with
>>
>> "("=<>(
>
>
> What is this, Perl?


Nope.
See declarations-init.ly for the original:
"(" =  #(make-span-event 'SlurEvent START)

David's suggestion simply redefines it. See the output of:

%% original
"(" =  #(make-span-event 'SlurEvent START)

\void \displayMusic (
\void \displayLilyMusic (


%% redefined
"("=<>(

\void \displayMusic (
\void \displayLilyMusic (

Cheers,
  Harm



reply via email to

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