bug-lilypond
[Top][All Lists]
Advanced

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

Partcombine: beaming


From: Jean-Charles Malahieude
Subject: Partcombine: beaming
Date: Mon, 27 Jun 2011 22:48:29 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10

Hello all,

While combining parts for a piano reduction (choral score), it appears that each time the first combine "voice" is lower than the other, beams are not "combined" :


\version "2.14.1"

VlnI = \relative c'' {
  a4. g8 f[ g a f]
}

VlnII = \relative c' {
  f4. g8 a[ g f a]
}

\score {
  \new Staff <<
    \set Staff.printPartCombineTexts = ##f
    \partcombine
    \VlnI
    \VlnII
  >>

  \layout { }
}

Attachment: partcombine-beams.png
Description: PNG image


reply via email to

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