lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted warnings/errors on pedals for multiple voices


From: Kieren MacMillan
Subject: Re: Unwanted warnings/errors on pedals for multiple voices
Date: Tue, 7 Apr 2020 15:40:56 -0400

Hi Paolo,

> I don't think so. Please have a look at this http://lilybin.com/8ufzza/1 :

Here’s an edited version, using your method:

%%%%
\version "2.19.83"

notesA = { c''4 4 4 4 }
notesB = { a4 4 4 4 }
dynsAndPedPattern = { s4\sustainOn s s s\sustainOff }

% GOOD
{
\partcombine 
{ \notesA } { \dynsAndPedPattern } 
\partcombine 
{ \notesB } { \dynsAndPedPattern }
\partcombine 
{ \notesA } { \dynsAndPedPattern }
}
%%%%

To my eye — as engraver and pianist — it looks terrible.
But maybe you like it?

Cheers,
Kieren.


reply via email to

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