OK, this does change skyline-padding in chords, but unfotunately it also 
changes skyline-padding between single notes (see example: c'8~ c'4). I'd like 
tied chords to have different skyline-padding value than tied single notes.

hint =
 \override TieColumn.before-line-breaking =
   #(lambda (grob)
     (for-each
       (lambda (clr tie)
         (ly:grob-set-nested-property! tie '(details skyline-padding) 5)
         (ly:grob-set-property! tie 'color clr))
       (circular-list red green)
         (ly:grob-array->list (ly:grob-object grob 'ties))))

\relative c' {
   \hint
   <c e g c e>4~
   <c e g c e>
   c'8~ c'4.
}




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to