lilypond-user
[Top][All Lists]
Advanced

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

Fingering collision with tempo when using cross-staff beams


From: Michael Rivers
Subject: Fingering collision with tempo when using cross-staff beams
Date: Wed, 5 Jan 2022 13:59:15 -0600

The fingering here collides with the tempo. If the cross-staff beams are commented out (all notes on the upper staff), the fingering displays fine.

Is there a workaround? Am I doing something wrong?

\version "2.23.5"

global = {
  \time 6/8
  \tempo "Allegro"
}

goUp = { \change Staff = "right"
         \stemDown
}

goDown = { \change Staff = "left"
           \stemUp 
}

right = \relative c'' {
  \global
  <b g>8-2-4 \goDown <e, g> \goUp <b' g> \goDown d,4.->_5 |
  
}

left = \relative c' {
  \global
  s2. |
  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \left }
  >>
}


reply via email to

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