lilypond-user
[Top][All Lists]
Advanced

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

Fingering placement problem


From: Nick Payne
Subject: Fingering placement problem
Date: Fri, 08 Jan 2010 20:40:36 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

In the following example, forcing the staccato to appear below the note also moves the fingering from immediately below the notehead to below the staccato marking, and I haven't found a way to stop this happening - setting Fingering #'outside-staff-priority to ##f or a negative value doesn't change the behaviour:

%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.13.10"

\relative c'' {
    \time 3/4 \stemDown
    \override Stem #'length-fraction = #(magstep 2)
    \override Fingering #'staff-padding = #'()
    \override Fingering #'add-stem-support = ##f
    \set fingeringOrientations = #'(down)

    <d-3>8[ <a-2>] <d,-0> d' <bes-3>16( <a-2>) <bes> <g-0>
    <d'-3>8-.[ <a-2>-.] <d,-0>-. d'-. <bes-3>16( <a-2>) <bes> <g-0>
    <d'-3>8_.[ <a-2>_.] <d,-0>_. d'_. <bes-3>16( <a-2>) <bes> <g-0>
}
%%%%%%%%%%%%%%%%%%%%%%%%


Nick Payne

reply via email to

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