Is this a bug? (the comments in the example explain everything)
Thanks

\version "2.13.61"

music = \relative c' {
  % connect wrong strings in TabStaff
  dis\2\glissando <e\2 a\1>
  <e\2 a\1>\glissando dis\2
  
  % glissando direction in TabStaff
  e8\2\glissando dis % correct
  <e\2 a\1>\glissando <dis\2 gis\1> % correct
  <e\2 a\1>4\glissando <dis\2 a'\1> % line from fret 5 to fret 4 should
be "up to down" as in previous glissandos
}

\new StaffGroup <<
  \new Staff { \clef "G_8" \music }
  \new TabStaff { \clef "moderntab" \music }
>>



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

Reply via email to