bug-lilypond
[Top][All Lists]
Advanced

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

Re: dealing with tabstaff commands when no tabstaff is defined


From: Graham Percival
Subject: Re: dealing with tabstaff commands when no tabstaff is defined
Date: Sat, 30 Jun 2007 17:26:31 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Thanks, entered as
http://code.google.com/p/lilypond/issues/detail?id=387

Cheers,
- Graham


hernan gonzalez wrote:
I have a score that uses TabStaff; the voices include here and there
some tab-related commands (eg.   \set TabStaff.minimumFret ). If I
choose to  not output the TabStaff (commenting out that staff from the
main score definition), lilypond get badly  confused with the
tabstaff-related commands it finds.

Test case:
With Lilypond 2.10.23 (Win)

%%%%%%%%%%%%%%%%%%%%%
\version "2.10.1"
frag =  {
e'1  \set TabStaff.minimumFret = #3
g'1  \set TabStaff.minimumFret = #0
e'1
}

\score {
<<
 << \new Staff { \frag } >>
 % << \new TabStaff { \frag } >>  % uncommenting this line it works ok.
 >>
}
%%%%%%%%%%%%%%%%%%%%%

Cheers






reply via email to

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