Issue 896 in lilypond: When used after \tag, \partcombine may fail to print notes

View: New views
1 Messages — Rating Filter:   Alert me  

Issue 896 in lilypond: When used after \tag, \partcombine may fail to print notes

by lilypond-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Status: Accepted
Owner: jameseli...@...
Labels: Type-Defect Priority-Medium

New issue 896 by jameseli...@...: When used after \tag,  
\partcombine may fail to print notes
http://code.google.com/p/lilypond/issues/detail?id=896

\version "2.13.6"

music = {
   \set Staff.printPartCombineTexts = ##f
   \partcombine \relative c' {
     \tag #'part e4 \tag #'full e4 f g a
     b r c r % this last c is not printed
   }
   \relative c' {
     c4 d e f
     g r a r
   }
}

\new Staff \keepWithTag #'part \music


Attachments:
        partcombine.preview.png  1.9 KB

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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@...
http://lists.gnu.org/mailman/listinfo/bug-lilypond