lilypond-user
[Top][All Lists]
Advanced

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

RepeatSlash size is changed when StaffSymbol.staff-space is overriden in


From: Viktor Mastoridis
Subject: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24
Date: Mon, 14 Aug 2023 17:22:04 +0100

Hello again,

I need more space between the 5 lines (for primary school age).
In 2.22 I used 
\override StaffSymbol.staff-space = #1.5 (with additional commands for stem length etc).

Now in 2.24, the same command enlarges the Repeat slashes and I simply can't find a way to shrink them a bit.
See attached screenshots for the difference.

Help will be greatly appreciated. 

\version "2.24.0"

\layout {
 \context {  
\Staff   \override StaffSymbol.staff-space = #1.5
}

\score {
 \relative c' {
    \repeat percent 2 {c8 d16 e }
    \repeat percent 2 {c8 d }
\repeat percent 2 {c2 d4 e }
 }
      }


---
Viktor Mastoridis



Attachment: 2.24.jpg
Description: JPEG image

Attachment: 2.22.jpg
Description: JPEG image


reply via email to

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