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 further improveme

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 ha

Re: Non-Standard Rhythmic Durations

2017-07-01 Thread Brin Solomon
On Tue, Jun 27, 2017 at 4:41 PM, Simon Albrecht wrote: > On 27.06.2017 05:47, Brin Solomon wrote: > >> Is there a way to send an arbitrary rhythmic value (i.e. one that can't >> be described with the 8, 4, 4., etc system) to the >> Completion_heads_engraver, >> > > Just write your durations like

Re: Non-Standard Rhythmic Durations

2017-06-27 Thread Simon Albrecht
On 27.06.2017 05:47, Brin Solomon wrote: Is there a way to send an arbitrary rhythmic value (i.e. one that can't be described with the 8, 4, 4., etc system) to the Completion_heads_engraver, Just write your durations like { c8*17 } and the Completion_heads_engraver will handle them fine. Best

Re: Non-Standard Rhythmic Durations

2017-06-26 Thread Nathan Ho
On 2017-06-26 20:47, Brin Solomon wrote: Hey all, I'm working on an algorithmic piece where all the rhythmic durations are an integer number of eighth notes long. I'm using Completion_heads_engraver to handle the bar lines, but I'm running into trouble when I need to write notes that are five ei