On 8/11/2015 11:14 AM, tisimst wrote:
\layout {
  \override Voice.StemTremolo.after-line-breaking =
#(lambda (grob)
    (let* ((*pad 1.0*) % <--- ADJUST THIS TO TASTE
           (cnt (ly:grob-property grob 'flag-count))
           (stem (ly:grob-object grob 'stem))
           (leng (ly:grob-property stem 'length)))
      (if (> cnt 2)
        (ly:grob-set-property! stem 'length (+ leng pad)))))
}

Sorry, the % is going to cause an error because it isn't a scheme comment. Either change the "%" to a semicolon ";" or just remove my comment altogether.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to