lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: partial measure plus tuplet causes incorrect bar check warning with


From: Eric Benson
Subject: Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel
Date: Fri, 14 Mar 2025 18:40:52 -1000

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 <yagloops@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 <ebseattle@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]