bug-lilypond
[Top][All Lists]
Advanced

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

Re: tied note in TabStaff is displayed if it's inside a chord which star


From: Federico Bruni
Subject: Re: tied note in TabStaff is displayed if it's inside a chord which starts a glissando
Date: Sun, 09 Sep 2012 10:06:35 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6

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



reply via email to

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