Re: staccato overlaping on staff line

2014-03-11 Thread Ralph Palmer
On Sat, Mar 8, 2014 at 4:50 PM, Karol Majewski wrote: > \version "2.19.3" > > upper = { > \clef treble \time 2/4 > \voiceOne a''8 \noBeam 8 > } > > lower = { > \clef bass \time 2/4 > \override Beam.auto-knee-gap = ##f > \voiceTwo b8 -. \change Staff = "upper" 8 -. > } > > \score { > \

Re: staccato overlaping on staff line

2014-03-09 Thread karol
<http://lilypond.1069038.n5.nabble.com/file/n160273/staccato.png> -- View this message in context: http://lilypond.1069038.n5.nabble.com/staccato-overlaping-on-staff-line-tp160251p160273.html Sent from the Bugs mailing list archive at Nabb

staccato overlaping on staff line

2014-03-08 Thread Karol Majewski
\version "2.19.3" upper = { \clef treble \time 2/4 \voiceOne a''8 \noBeam 8 } lower = { \clef bass \time 2/4 \override Beam.auto-knee-gap = ##f \voiceTwo b8 -. \change Staff = "upper" 8 -. } \score { \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower