Il 04/06/2012 09:11, m...@apollinemike.com ha scritto:
On 4 juin 2012, at 08:05, David Kastrup wrote:

Federico Bruni<fedel...@gmail.com>  writes:

Another report about slurs and TabStaff.
IIUC, now slurs connect note heads in polyphony (instead of stems).
I _think_ that it's a desired output.

Frankly, it does not look like an improvement to me on the normal staff
either.  I thought that maybe the EventChord changes would have been
responsible, but it does not seem so.  Maybe Stem/Flag?

You're right.  Solution found, running regtests, will post soon.


Hey Mike,

I _think_ this is related: try the attached example, the problem
is with \voiceTwo activated.

The slur in TabStaff is really ugly.
Tested with 2.15.40 packaged version

Thanks,
Federico
\version "2.15.40"

music =  \relative c {
  \set stringTunings = #guitar-open-d-tuning
  % comment \voiceTwo and the output is good
  \voiceTwo
  g4 \acciaccatura g8 f4 d \acciaccatura { f16[ f] } f4
  
}

\score {
  \new StaffGroup <<
    \new Staff <<
      \context Voice { \clef "G_8" \music }
    >>
    \new TabStaff  <<
      \context TabVoice { \clef "moderntab" \music }
    >>
  >>
}

<<attachment: document.preview.png>>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to