lilypond-user
[Top][All Lists]
Advanced

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

Re: Issue with tablature in full score


From: Phil Holmes
Subject: Re: Issue with tablature in full score
Date: Wed, 15 Nov 2017 15:01:31 -0000

----- Original Message ----- From: "Matt Hood" <address@hidden>
To: <address@hidden>
Sent: Wednesday, November 15, 2017 9:39 AM
Subject: Issue with tablature in full score


Hi all,

I’m putting together an arrangement for four guitars, with the parts in tab and the full score in standard notation. Each part is its own variable, and then separate instances of Staff and TabStaff are used to output in the different formats.

I’ve gone back through and added fingering information to make the tab sensible, using these commands:
\set TabStaff.minimumFret = #??
\set TabStaff.restrainOpenStrings = ##??

This makes a nice looking tab, but now the full score is littered with extra clefs and spacing issues on every instance that I’ve changed some property of TabStaff.
Is there a way to disable all occurrences of a TabStaff in the full score?
Worst case scenario I can use tags, but that’s awfully tedious. Or I could have two copies of the parts, but then I’ve got to change two files for every alteration, which isn’t a great practice.

Any ideas?

Thanks for any help,
Matt.


Can you use variables, so in your tab you have var = \set TabStaff.minimumFret = #?? and in your score you have var = [blank] ?

--
Phil Holmes



reply via email to

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