lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2717 in lilypond: Implement \single for conver


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2717 in lilypond: Implement \single for converting overrides to tweaks
Date: Wed, 26 Sep 2012 14:12:24 +0000

Updates:
        Labels: -Patch-abandoned Patch-new

Comment #38 on issue 2717 by address@hidden: Implement \single for converting overrides to tweaks
http://code.google.com/p/lilypond/issues/detail?id=2717#c38

Issue 2717: Implement \single for converting overrides to tweaks

\single, like \once, can be applied to music consisting of one or more
overrides.  It translates such an override set, for example
\easyHeadsOn, into a tweak on the following music item, so you can use
it like

{ < \single\easyHeadsOn c' g' >2 q }

inside of a chord and have it only affect a single notehead of the
chord when \once\easyHeadsOn would affect all noteheads.

In that manner, most overrides defined in ly/property-init.ly
are made available as tweaks.

http://codereview.appspot.com/6495135




reply via email to

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