bug-lilypond
[Top][All Lists]
Advanced

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

staccato overlaping on staff line


From: Karol Majewski
Subject: staccato overlaping on staff line
Date: Sat, 08 Mar 2014 22:50:34 +0100

\version "2.19.3"

upper = {
  \clef treble \time 2/4
  \voiceOne a''8 \noBeam <b' d'' g''>8
}

lower = {
  \clef bass \time 2/4
  \override Beam.auto-knee-gap = ##f
  \voiceTwo b8 -. \change Staff = "upper" <d' e' g'>8 -.
}

\score {
  \new PianoStaff <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}

Attachment: overlap.png
Description: PNG image


reply via email to

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