lilypond-user
[Top][All Lists]
Advanced

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

Re: Extraneous TabStaff printing when I don't want tab output


From: Noeck
Subject: Re: Extraneous TabStaff printing when I don't want tab output
Date: Fri, 6 Apr 2018 19:01:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Dear Larry,

tags seem to work here: The problem occurs where you set TabStaff
properties. This setting should be removed when you have no TabStaff.

If you tag the line in melody:

  \tag #'tab \set TabStaff.minimumFret = #0

and remove the tagged parts when using melody:

    \new Staff { \removeWithTag #'tab \melody }

that works.

I agree, it would be nicer if such settings would not automatically
create contexts which are not used.


HTH,
Joram



reply via email to

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