lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BendAfter issues


From: Henrik Frisk
Subject: BendAfter issues
Date: Tue, 08 Aug 2006 20:18:21 +0200

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
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]