> 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 Trevor 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 > | > d2. > | > } > > Example 2: > % Wrong output in bar 1 > \version "2.14.0" > > \relative c { > \key f \major > \time 4/4 > \tempo 4 = 126 > c4 g16*5 r16*7 > | > f8 d16 d8. g8 f4 d8 c > | > d1 > | > > } > > > > _______________________________________________ > bug-lilypond mailing list > bug-lilypond@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-lilypond _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond