lilypond-user
[Top][All Lists]
Advanced

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

Re: Resend: Vertical and horizontal spacing


From: Jean Abou Samra
Subject: Re: Resend: Vertical and horizontal spacing
Date: Tue, 15 Nov 2022 12:25:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

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

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