bug-lilypond
[Top][All Lists]
Advanced

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

Issue 387 in lilypond: tabstaff \set commands create a TabStaff context


From: codesite-noreply
Subject: Issue 387 in lilypond: tabstaff \set commands create a TabStaff context
Date: Sat, 30 Jun 2007 17:25:58 -0700

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




reply via email to

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