bug-lilypond
[Top][All Lists]
Advanced

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

TabStaff and partcombine do not seem to work together


From: hernan
Subject: TabStaff and partcombine do not seem to work together
Date: Sun, 1 Jul 2007 20:07:19 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

>just to convince the clever php guy at http://post.gmane.org/post.php that im
not top posting... 
> 

-----------------------------------------------------------------------

Here goes a test case

\version "2.10.1"
melodia = \transpose c c' \partcombine { e4 g g g  }{e4 e e e }
\score
{
    <<
        \new Staff
        {    
            \set Staff.printPartCombineTexts = ##f 
            \melodia
        }
        \new TabStaff { \melodia } % commenting out this line works ok
    >>
}







reply via email to

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