lilypond-user
[Top][All Lists]
Advanced

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

partcombine and tag


From: Gianmaria Lari
Subject: partcombine and tag
Date: Fri, 22 Apr 2016 15:46:50 +0200

I'm trying to understand how to use partcombine and tag and I don't understand why compiling the following code I obtain two measures

4 4 | 4 

instead of just one 

4 4 4

In the attached image the resulting score.

Here it is the code.
%%%
\version "2.19.40"

note = \partcombine {e'4} {\tag #'pdfOut c4 \tag #'midiOut c'4}

music = 
{
  \time 3/4 
  \note \note \note
}

\score 
{
  \keepWithTag #'pdfOut \music
  \layout {}

Thanks, g.

Attachment: Capture.PNG
Description: PNG image


reply via email to

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