lilypond-user
[Top][All Lists]
Advanced

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

Re: Configurable Rests


From: Kieren MacMillan
Subject: Re: Configurable Rests
Date: Fri, 21 Oct 2016 14:27:47 -0400

Hi Werner,

> to show you what I want:

I believe the following gives the output you want:

%%%  SNIPPET BEGINS
\version "2.19"

hornI = {
  \partcombineApart
  c''4 \once \partcombineUnisono r c'' r
  g' \once \partcombineUnisono r c' r
  \bar "|."
}

hornII = {
  g'4 r g'8 r c'' r
  r4 r e'8 g' c''4
}

\score {
  \new Staff \with { printPartCombineTexts = ##f }
    \partcombine #'(0 . 0) \hornI \hornII
}
%%%  SNIPPET ENDS

Unfortunately, that may require v2.19 — I’m not sure exactly when the 
partcombiner was improved.
(For the record, I am using v2.19.49 for mission-critical engraving work, so 
it’s not nearly as “unstable” as the labelling suggests.)

Hope this helps!
Kieren.
________________________________

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




reply via email to

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