hi
i just stumbeled over this curiosity:

\version "2.13.17"
<<
  \context TabStaff {e, e g b}
  \context Staff    {\clef "G_8" e, e g b}
>>
http://old.nabble.com/file/p28208169/bug%2Btabvoice.png tabstaff & staff 

the normal staff is missing and the key of the tabstaff is not correct!



% changing the order of the staffs works
<<
  \context Staff    {\clef "G_8" e, e g b}
  \context TabStaff {e, e g b}
>>

% explicitly naming the contexts works also
<<
  \context TabStaff = "tab" {e, e g b}
  \context Staff    = "notes" {\clef "G_8" e, e g b}
>>
-- 
View this message in context: 
http://old.nabble.com/simultaneous-tabstaff-and-staff-curiosity-tp28208169p28208169.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to