Issue 387: tabstaff \set commands create a TabStaff context
http://code.google.com/p/lilypond/issues/detail?id=387
New issue report by gpermus:
%% the \set TabStaff commands below create a TabStaff if there's
%% no TabStaff (ie when \new TabStaff is commented out)
%% IMO, these commands should just do nothing.
\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.
>>
}
Attachments:
bar.preview.png 3.5 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Low
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond