bug-lilypond
[Top][All Lists]
Advanced

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

simultaneous tabstaff and staff curiosity


From: -Eluze
Subject: simultaneous tabstaff and staff curiosity
Date: Sun, 11 Apr 2010 05:10:11 -0700 (PDT)

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.





reply via email to

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