Il 10/06/2012 14:42, Colin Hall ha scritto:
Hi Federico,

The SVG file you sent looks nothing like the PNG images that you sent
in your original bug report that started this thread. It looks a bit
like the one for your other bug report "Ugly slur in TabStaff if font
is changed"

Can you clarify please?

sorry for the confusion

Actually, the second example I sent is not a regression.
As Mike pointed out (http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00046.html), the same problem occurred in 2.14.x

I made a simpler minimal example.
Manual beaming is responsible of the wrong slur in TabStaff:

\version "2.14.2"

music =  \relative c, {
  % comment \voiceTwo or remove manual beaming and the output is good
  \voiceTwo
  \acciaccatura { f16[ f] } f4

}

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

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

Reply via email to