lilypond-user
[Top][All Lists]
Advanced

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

String number indication stuffs up cross-staff kneed beam


From: Nick Payne
Subject: String number indication stuffs up cross-staff kneed beam
Date: Sun, 27 Feb 2011 14:30:14 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

See below. The output is fine until I add the '\3' string number indication to the last note on the lower stave, at which point the output gets garbaged. The problem doesn't happen if the string number orientation is set to down rather than up, nor does it happen with a kneed beam on a single staff with the string number orientation up.

\version "2.13.51"

notesHigh = \relative c'' {
    \stemUp bes32[ r g' fis]
}

notesLow = \relative c'' {
    \override Fingering #'staff-padding = #'()
    \override StringNumber #'staff-padding = #'()
    \override Fingering #'add-stem-support = ##f
    \override StringNumber #'add-stem-support = ##t
    \set fingeringOrientations = #'(up)
    \set stringNumberOrientations = #'(up)
    \stemUp
    \change Staff = "high"
    \stemDown bes32[
    \change Staff = "low"
    \stemUp <a-1> <c-4\3>16]
}

\score {
    \new PianoStaff <<
        \new Staff = high {
            \notesHigh
        }
        \new Staff = low {
            \notesLow
        }
>>
}


Nick

Attachment: good.png
Description: PNG image

Attachment: bad.png
Description: PNG image


reply via email to

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