lilypond-user
[Top][All Lists]
Advanced

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

Re: Function to add articulation to all notes


From: David Nalesnik
Subject: Re: Function to add articulation to all notes
Date: Thu, 28 Dec 2017 11:13:51 -0600

On Thu, Dec 28, 2017 at 11:11 AM, David Nalesnik
<address@hidden> wrote:

>
> This works, but I'm guessing there's a better way:
>
> \version "2.19.65"
>
> addArticulation =
> #(define-music-function (event music) (ly:event? ly:music?)
>    (define (add mus)
>      (if (not (memq 'articulations ; Don't add staccato if there
> already exist an articulation

(Make sure the above comment is on one line or add a semicolon to broken line.)



reply via email to

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