bug-lilypond
[Top][All Lists]
Advanced

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

Re: slurs in polyphony and TabStaff problems


From: Federico Bruni
Subject: Re: slurs in polyphony and TabStaff problems
Date: Sun, 10 Jun 2012 15:42:36 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

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 }
    >>
  >>
}



reply via email to

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