[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tuplet bracket padding at system ending
From: |
Kieren MacMillan |
Subject: |
Re: Tuplet bracket padding at system ending |
Date: |
Wed, 14 Aug 2024 07:58:59 -0400 |
Hi Karim,
> I tried with a Minimal example here with the dev. version:
The following seems more minimal to me:
%%% SNIPPET BEGINS
\version "2.25.1"
\layout {
\context {
\Score
tupletFullLength = ##t
}
}
one = {
r1
}
two = {
r2.
\tuplet 5/4 {
r8.
c'8
}
}
\score {
\new StaffGroup <<
\new Staff \one
\new Staff \two
\new Staff \one
>>
}
%%% SNIPPET ENDS
Cheers,
Kieren.
______________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.