Il 08/09/2012 17:50, Federico Bruni ha scritto:
By default, tied notes in TabStaff are hidden.
However, if the tied note is in a chord which starts a glissando (and no
glissando starts from this note), the tied note appears.

It is not a regression, it happens in 2.14.2 as well.
But I think that it would be nice if it was fixed, if possible.


\version "2.16.0"

\new TabStaff \relative c {
d8 e,( fis) a fis'4~ <c gis fis'>
d8 e,( fis) a fis'4~ <c gis fis'>( \glissando
<cis a\6>4) r2. |
}

BTW, I know I can use \tweak as a workaround:

\new TabStaff \relative c {
  d8 e,( fis) a fis'4~ <c gis fis'>

  d8 e,( fis) a fis'4~
  <c gis \tweak TabNoteHead #'transparent ##t fis'>( \glissando
  <cis a\6>4) r2. |
}


I just want to let you know about this "problem".
Regards
--
Federico

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to