Hi,

I'm trying to typeset etudes with variations (alternative bowings,
articulations etc. for the same music) at the bottom. The variations should
be printed in small.

Minimal example:

music = \repeat unfold 32 { c'' d'' e'' f'' }

% Default size
\score {
\music
}

% Small staves for variations
\score {
\layout {
#(layout-set-staff-size 16)
}
\music
}

Problem: I find that the space between systems in the small section is too
big.

Changing spacings in the paper block would affect both normal size and
small size scores. How can I reduce the system-system-spacing without
affecting the normal size layout?

cheers
Hendrik
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to