On Sat, Feb 01, 2020 at 09:35:02AM -0500, Pierre-Luc Gauthier wrote:
> In this MWE the trill pitch des''' is not displayed for some reason.
>
> When \partCombineChords is forced, why doesn't both trill note get displayed ?
It looks like this is a limitation of \partcombine. From the manual:
"\part
Aaron Hill writes:
> Music functions certainly give you the most flexibility, although
> there are simple cases where you can use 2.19's \etc keyword as a
> shorthand to defining the function yourself:
>
>
> \version "2.19"
>
> stemColor = \override Stem.color = \etc
>
> { d'8 \stemColor #re
On 2020-02-02 2:26 am, David Kastrup wrote:
Aaron Hill writes:
Music functions certainly give you the most flexibility, although
there are simple cases where you can use 2.19's \etc keyword as a
shorthand to defining the function yourself:
\version "2.19"
stemColor = \override Stem.colo
Aaron Hill writes:
> On 2020-02-02 2:26 am, David Kastrup wrote:
>> Aaron Hill writes:
>>
>>> Music functions certainly give you the most flexibility, although
>>> there are simple cases where you can use 2.19's \etc keyword as a
>>> shorthand to defining the function yourself:
>>>
>>> \ve
> -Original Message-
> From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca]
> Sent: Saturday, February 01, 2020 11:15 AM
> To: Daniel Rosen
> Cc: Lilypond-User Mailing List
> Subject: Re: Clef change placement
>
> > Is there a way to achieve this placement automatically, other t
Hi all,
Trying to answer a question on the Facebook group led me to discover that (to
my surprise!) TrillPitchHead doesn’t implement note-head-interface and thus (I
believe) doesn’t respond to the #'style tweak.
Is there a good reason (i.e., other than the fact that Somebody™ didn’t code
it!)