[Top][All Lists]
[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: |
Mon, 01 Oct 2012 05:19:57 +0000 |
Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_17_4
Comment #44 on issue 2717 by address@hidden: Implement \single for converting
overrides to tweaks
http://code.google.com/p/lilypond/issues/detail?id=2717
Pushed to staging as
commit 8060ec28b2839f70cf0474e5c23eca907ddaa112
Author: David Kastrup <address@hidden>
Date: Sun Sep 16 22:04:07 2012 +0200
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.
- Re: [Lilypond-auto] Issue 2717 in lilypond: Implement \single for converting overrides to tweaks,
lilypond <=