Hi Chip,
How do I resolve this?
When it comes to spacing, I only resort to "spacer notes" in rare circumstances — instead, I prefer to manipulate the X-extent of the objects, to force the space I need. Here's an example in this case:
%%%%%%%%%%%%% \version "2.12.0" \include "english.ly" music = { r16 a a8 a16 a8 g16-\bendAfter #-4 \bar "|" } \score { \music } noteFix = { \once \override Stem #'X-extent = #'(2 . 10) } fixedMusic = { r16 a a8 a16 a8 \noteFix g16-\bendAfter #-4 \bar "|" } \score { \fixedMusic } %%%%%%%%%%%%% Hope this helps! Kieren. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user