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.