lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4429 in lilypond: \partcombine fails inside \grace


From: lilypond
Subject: [Lilypond-auto] Issue 4429 in lilypond: \partcombine fails inside \grace
Date: Mon, 01 Jun 2015 01:38:03 +0000

Status: Accepted
Owner: address@hidden
Labels: Type-Ugly partcombine

New issue 4429 by address@hidden: \partcombine fails inside \grace
https://code.google.com/p/lilypond/issues/detail?id=4429

The voices cross in the second chord, but the heads share a stem. They should have separate stems.

\version "2.19.20"
\layout { ragged-right = ##t }

\context Voice = "v" {
  r2
  \grace { \partcombine \relative { e'16 e }
                        \relative { c'16 f } }
  c'2
}

The idea to try this came from this thread:
http://lists.gnu.org/archive/html/lilypond-devel/2015-05/msg00580.html

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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