bug-lilypond
[Top][All Lists]
Advanced

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

Issue 407 in lilypond: tabStaff cannot handle \partcombine


From: codesite-noreply
Subject: Issue 407 in lilypond: tabStaff cannot handle \partcombine
Date: Fri, 17 Aug 2007 20:14:29 -0700

Issue 407: tabStaff cannot handle \partcombine
http://code.google.com/p/lilypond/issues/detail?id=407

Comment #1 by hanwenn:
TabStaff creates TabVoice, try this



\version "2.10.1"
melodia = \partcombine { e4 g g g  }{e4 e e e }
<<
  \new TabStaff <<
    \new TabVoice = "one" s1
    \new TabVoice = "two" s1
    \new TabVoice = "shared" s1
    \new TabVoice = "solo" s1
    { \melodia }
  >>
>>


note that these names are internal, this is hackish.



Issue attribute updates:
        Status: Invalid

-- 
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]