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

2018-04-06 Thread Noeck
Nice! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

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

2018-04-06 Thread David Kastrup
Noeck writes: > Dear bug-squad, > > Am 06.04.2018 um 19:14 schrieb Noeck: >> #'tab vs. tab > >> http://lilypond.org/doc/v2.19/Documentation/notation/different-editions-from-one-source#using-tags > > > Btw, is it worth to change the docs and suggest the #'-less syntax to > users or rather not? We

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

2018-04-06 Thread Thomas Morley
2018-04-06 18:38 GMT+02:00 Larry Morandi : > I'm trying to print a score that does not include the TabStaff which I > include on my individual parts. I'm finding that I get extraneous partial > tab clefs and lines placed in my output whenever a "TabStaff.minimumFret" > definition is found. > > So I

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

2018-04-06 Thread Noeck
Dear bug-squad, Am 06.04.2018 um 19:14 schrieb Noeck: > #'tab vs. tab > http://lilypond.org/doc/v2.19/Documentation/notation/different-editions-from-one-source#using-tags Btw, is it worth to change the docs and suggest the #'-less syntax to users or rather not? Joram _

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

2018-04-06 Thread David Kastrup
Noeck writes: > Am 06.04.2018 um 19:08 schrieb David Kastrup: >> Seriously? >> >> \removeWithTag tab \new Staff { \melody } > > Is that a remark to #'tab vs. tab Nope. > or is there a benefit of putting \removeWithTag before the \new Staff? If you worry about extraneous contexts being created

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

2018-04-06 Thread Noeck
Am 06.04.2018 um 19:08 schrieb David Kastrup: > Seriously? > > \removeWithTag tab \new Staff { \melody } Is that a remark to #'tab vs. tab or is there a benefit of putting \removeWithTag before the \new Staff? In the first case: that’s how it is explained in the docs: http://lilypond.org/doc/v2

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

2018-04-06 Thread Noeck
Hi David, I am sorry, I still don’t get it. Am 06.04.2018 um 19:21 schrieb David Kastrup: > If you worry about extraneous contexts being created, don't create > extraneous contexts. There is no \new and no \context in Larry’s code. That’s what I thought is called an implicit context creation (I

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

2018-04-06 Thread Larry Morandi
Thank you, I got it. (I would have replied to the list, but the only button that appeared on the page was to reply directly to you, and I only get digests, which are hard to reply to.) You are right it does work correctly. My fault. Larry M. On Fri, Apr 6, 2018 at 10:19 AM Noeck wrote: > Dear

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

2018-04-06 Thread Noeck
Dear Larry, please always reply to the list. Am 06.04.2018 um 19:14 schrieb Larry Morandi: > Thanks for your reply. You say that using tags works, but it doesn’t for me > using the current stable release, 2.18.2. The output look exactly the same > whether I use tags for not. Are you using 2.19.

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

2018-04-06 Thread Larry Morandi
Great solution. Thanks. Larry M. On Fri, Apr 6, 2018 at 10:23 AM Thomas Morley wrote: > 2018-04-06 18:38 GMT+02:00 Larry Morandi : > > I'm trying to print a score that does not include the TabStaff which I > > include on my individual parts. I'm finding that I get extraneous partial > > tab cle

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

2018-04-06 Thread David Kastrup
Noeck writes: > 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 m

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

2018-04-06 Thread Noeck
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 { \remove

Extraneous TabStaff printing when I don't want tab output

2018-04-06 Thread Larry Morandi
I'm trying to print a score that does not include the TabStaff which I include on my individual parts. I'm finding that I get extraneous partial tab clefs and lines placed in my output whenever a "TabStaff.minimumFret" definition is found. So I'm looking for a way have this fixed, or to do somethi