bug-lilypond
[Top][All Lists]
Advanced

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

Stem tremolo and staff switch don't work together


From: Rutger Hofman
Subject: Stem tremolo and staff switch don't work together
Date: Mon, 5 Oct 2020 18:50:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Good evening bug list,

when a beam of notes with stem tremolo switches staff, the result is decidedly buggy. See source and png. Adding \stemUp|Down doesn't make things better. Without stem tremolo or without staff switch, things are fine.

I didn't find any workaround.

\version "2.21.0"

music = \relative c'' {
    f,16:32[ e: d: c: \change Staff = down b: a: g: f:]
}

\score {
    \new PianoStaff <<
        \new Staff = up <<
            \music
        >>
        \new Staff = down <<
            \relative c {
                \clef bass
                c1 % just to make the staff alive
            }
        >>
    >>
}


Rutger

Attachment: staff-tremolo-staff-switch-cropped.png
Description: staff-tremolo-staff-switch-cropped.png


reply via email to

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