A simple solution is to use
\override TextScript #'staff-padding = #3.0

(adjust the value so that the distance to the staff looks good).
As long as no note head comes too close, the text will then keep this
fixed distance to the staff.

  /Mats

Jesse F. Engle wrote:
I'm not top posting.

Operating System -- Mac OS 10.3.9
LilyPond Version -- 2.10.9 Stable

Bug Description -- When a percussive sticking ('R' for right hand, and 'L' for
left hand) is specified for notes in a tuplet, the sticking collides with the
tuplet number and/or the tuplet bracket.

As far as I know, sticking is usually notated in the space either above or below
the staff, away from any dynamic markings or accents, and in a straight and
uniform line; it doesn't follow the contour of the note beams. Perhaps a
subclass of the Lyric_engraver could handle this?

%%% Bug Example

\paper {
        ragged-right = ##t
}

\new RhythmicStaff {
        \time 1/4
        \times 4/6 { c16^"R" c^"L" c^"R" c^"L" c^"L" r }
}

\version "2.10.9"



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to