lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingering collision with tempo when using cross-staff beams


From: Valentin Petzel
Subject: Re: Fingering collision with tempo when using cross-staff beams
Date: Thu, 06 Jan 2022 16:44:56 +0100

A quick workaround:

\version "2.23.5"

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

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

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

right = \relative c'' {
  \global
  \once\override Fingering.cross-staff = ##f
  <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 }
  >>
}

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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