Re: Non-Standard Rhythmic Durations

2017-07-02 Thread Brin Solomon
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

dynamic text spanner after breaking

2017-07-02 Thread Shevek
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

Re: Non-Standard Rhythmic Durations

2017-07-02 Thread Robin Bannister
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