Hi,

I just found the very handy BendAfter object. However, as can be seen in
the example below the bend collides with the dot. This only happens on
notes "in the spaces", i.e. not the ones on the lines.

It also throws a warning:

warning: programming error: bounds of this piece aren't breakable. 

To fix the collission use

\override BendAfter #'extra-offset = #'(1.0 . -.0)

to move the symbol away from the dot.

\version "2.9.11"
\score {
  <<
    \new Staff \relative c' {
      \time 4/4
      g''4.-\bendAfter #+1
    }
  >>
}

\paper {
  ragged-right = ##t
}


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

Reply via email to