lilypond-user
[Top][All Lists]
Advanced

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

Re: Distance between a main measure and an ossia


From: Xavier Scheuer
Subject: Re: Distance between a main measure and an ossia
Date: Wed, 4 Dec 2024 14:03:08 +0100

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

reply via email to

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