> Thanks for explaining. I've nearly forgot what Lilypond is :) Actually, the 16*7 and 16*5 comes from the quantized output of midi2ly - I'm using midi2ly to quantize raw midis and Lilypond to print readable scores in a batch. Would that be more like a problem of midi2ly?
Jimmie ________________________________ From: David Nalesnik Sent: 2013/10/29 1:05 To: Trevor Daniels Cc: bug-lilypond bug; Jimmie Felidae Subject: Re: [Lilypond] Incorrectly print notes with length 16*7 and 16*5 >Hopefully, we're good! On Mon, Oct 28, 2013 at 11:49 AM, Trevor Daniels <t.dani...@treda.co.uk>wrote: > > Neither am I :) > > This output looks correct to me. In the first example you're asking for a > g16 to be displayed but for its duration to be 7/16 long followed by a > fis16 > with duration 5/16, so filling the bar. See > > http://www.lilypond.org/doc/v2.17/Documentation/notation/writing-rhythms#scaling-durations > > Did you intend to produce 7 g16s followed by 5 fis16s? If so, this is the > way to do it: > > \repeat unfold 7 g16 > \repeat unfold 5 fis16 > > See > http://www.lilypond.org/doc/v2.17/Documentation/notation/repeats > > Jimmie Felidae wrote Monday, October 28, 2013 1:15 PM > > >> I'm not top posting. > > > > Tested on Lilypond 2.17.29 and latest release of 2.16. > > > > Example 1: > > % Wrong output in bar 1 > > \version "2.14.0" > > > > \relative c { > > \key d \major > > \time 6/8 > > g16*7 fis16*5 > > Or do you want the program to figure out the correct way to notate these durations for you, using ties as needed? This won't happen. To tell LilyPond to notate a G lasting 7 sixteenths (in 6/8), for example, you'd need g4. ~ g16 --David _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond