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: Timothy Lanfear
Subject: Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel
Date: Sat, 15 Mar 2025 11:38:13 +0000
User-agent: Mozilla Thunderbird

On 15/03/2025 04:40, Eric Benson wrote:
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?

Does this do what you want?

\score {
  \tripletFeel 8 {
    \partial 4
    \once \omit Voice.Rest \tweak X-extent #'(inf.0 . -inf.0) r8
    \tweak NoteColumn.X-offset #-0.5 e'8 |
    a'2. \tuplet 3/2 { e'8 e'8 e'8 } |
  }
}

-- 
Timothy Lanfear, Bristol, UK.

reply via email to

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