Le mardi 15 août 2023 à 01:37 +0100, Viktor Mastoridis a écrit :
> The previous code (shrink =...) doesn't work for tabs...


It works here:

\version "2.24.2"

shrink =
\propertyTweak stencil
  #(grob-transformer 'stencil (lambda (grob orig) (ly:stencil-scale orig 0.7
0.7)))
  \etc

\layout {
  \context {
    \TabStaff
    \shrink PercentRepeat
    \shrink RepeatSlash
    \shrink DoubleRepeatSlash
  }
}

\new TabStaff \with {
  stringTunings = #ukulele-tuning
}
\relative c {
  \tabFullNotation
  \repeat percent 2 { c'4 d e g}
  \repeat percent 2 { c,16 d16 e8}
  \repeat percent 2 { c8 d8}
}



Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to