Le 14/11/2022 à 19:00, Sámuel Simon-Németh a écrit :
My first email didn't appear to send, so here we go with the copy-paste:

First of all, sorry for not understanding the docs, I hope you get it, being a beginner sucks.

So, the questions:

1) How would I increase the spacing between piano left hand and right hand, AND between systems? 2) How would I increase the minimum (horizontal) measure length, right now it looks a bit cramped.

Also also, sorry for sending my previous email twice, it didn't appear to send for the first time, and then it did.




Here is a full example.

\version "2.22.2"

\paper {
  system-system-spacing.basic-distance = 30
}

\layout {
  \context {
    \PianoStaff
    \override StaffGrouper.staff-staff-spacing.basic-distance = 20
  }
  \context {
    \Score
    \override SpacingSpanner.spacing-increment = 5
  }
}

filler = {
  \repeat unfold 128 c'16
}

\new PianoStaff <<
  \new Staff \filler
  \new Staff \filler
>>


Best,
Jean


Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to