lilypond-user
[Top][All Lists]
Advanced

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

Re: \partcombine error when Solo starts with a rest


From: Kieren MacMillan
Subject: Re: \partcombine error when Solo starts with a rest
Date: Fri, 23 Sep 2016 11:27:38 -0400

Hi all,

Here’s the hack I came up with so I can move forward with today’s engraving:

%%%  SNIPPET BEGINS
\version "2.19.46"

restify =
  \tweak NoteHead.stencil #ly:text-interface::print
  \tweak NoteHead.text \markup \musicglyph #"rests.2"
  \tweak Stem.stencil ##f
  \etc

musicA = {
    \restify e''4 e''2 c''4
}
musicB = {
    g'2 e'
}

\new Staff \partcombine \musicA \musicB
%%%  SNIPPET ENDS

There are ways to improve this, I’m sure… but it seems to work for what I need.
I hope it helps someone else.

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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