Érico Schmitt <[email protected]> writes: >> I'm not top posting. > > % graphically, \times 4/5 and \times 2/5 will look the same, but the note > % duration is calculated differently, and on the second example there are > % more notes in the bar than should be. > > \version "2.16.2" \relative c'' { > \time 2/4 r4 \times 4/5 { a8 g16 a g } | a32 a a a a } > > \version "2.16.2" \relative c'' { > \time 2/4 r4 \times 2/5 { a8 g16 a g } | a32 a a a a }
I have no clue why you would think the result unexpected. You have a quarter rest, followed by 5/16 which only take up 2/5 of the time, namely 1/8. Consequently the bar check fails, and 4 of the 1/32 notes complete the bar. _Exactly_ as expected. So what did you expect instead, and with which rationale? -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
