On Wed, 4 Dec 2024 at 11:55, Dimitri Sykias <
dsyk@otenet.gr> wrote:
>
> "How can I adjust the distance between a main measure and an ossia measure?
> Here is the code for the ossia part:
Hello,
You can change VerticalAxisGroup.staff-staff-spacing for the ossia staff.
And for your issue instead of using \new Staff each time use \context Staff = "ossia".
\context Staff = "ossia" \with {
\remove Time_signature_engraver
alignAboveContext = "right"
\magnifyStaff #2/3
firstClef = ##f
\override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 6)
(minimum-distance . 4)
(padding . 1))
}
Kind regards,
Xavier