Yes, this does solve my problem. I can use "s8" instead of "r8" because I don't need a visible rest there. The written music can start with the leading eighth note, but the midi needs the extra eighth rest to align with the beat. The only drawback to this solution is that it causes a little bit of empty horizontal space in the score. I would like to use an eighth rest that doesn't consume any horizontal space. Does anyone have any suggestions on how to do that?
On Wed, Mar 5, 2025 at 12:51 AM Ya Gloops <yaglo...@yahoo.fr> wrote: > > Hello ! > \include "swing.ly" > > \score { > \tripletFeel 8 { > \partial 4 r8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | > } > \midi{} > \layout {} > } > > Le mercredi 5 mars 2025 à 02:33:06 UTC+1, Eric Benson <ebseat...@gmail.com> > a écrit : > > > Here's a minimal example: > > \include "swing.ly" > > > \score { > > \tripletFeel 8 { > > \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | > > } > > \midi{} > } > > produces > > xx.ly:5:19: warning: bar check failed at: 1/24 > > >