(Fwd) auto-knee-gap
Sorry, I found the solution myself: \override Beam #'auto-knee-gap = 2 --- Weitergeleitete Nachricht / Forwarded message --- Von:Thomas Scharkowski <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] Betreff: auto-knee-gap Datum:
auto-knee-gap
Hello, I want to get kneed beaming in this bar: -- \notes { \time 6/8 \clef "G_8" \key d \minor { \relative c' { \override Beam #'auto-knee-gap = #'(2) d d, d' d, } } } --