lilypond-user
[Top][All Lists]
Advanced

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

Re: Configurable Rests


From: Werner Arnhold
Subject: Re: Configurable Rests
Date: Tue, 25 Oct 2016 11:52:35 +0200

Hi Kieren,

as you said, works only with 2.19. I will use the solution for a large
project, so I have to work with a stable distribution.

I will try to improve my knowledge in Scheme (never a fault) and look
for a solution on that way.

Thank you all for your help!

Werner

Am Freitag, den 21.10.2016, 14:27 -0400 schrieb Kieren MacMillan:
> 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]