On Sun, Jul 2, 2017 at 5:34 AM, Robin Bannister wrote:
> Brin Solomon wrote:
>
> I get something that looks like an eighth note instead of a
>> half tied to an eighth.
>>
>
> It gets closer when you add the line
>
> \set completionUnit = #(ly:make-moment 1 8)
>
> If this needs further improveme
For some reason, TextSpanners by default repeat the text at the beginning of
a line after breaking, while DynamicTextSpanners do not. I became very
confused by this inconsistency when I wanted to make my crescendi and
diminuendi show text after line breaks, because for the life of me I
couldn't fig
Brin Solomon wrote:
I get something that looks like an eighth note instead of a
half tied to an eighth.
It gets closer when you add the line
\set completionUnit = #(ly:make-moment 1 8)
If this needs further improvement, try to understand what
completionUnit and completionFactor do. [I ha