bug-lilypond
[Top][All Lists]
Advanced

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

Re: Sticking overlaps tuplet


From: Mats Bengtsson
Subject: Re: Sticking overlaps tuplet
Date: Mon, 08 Jan 2007 09:19:27 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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