lilypond-user
[Top][All Lists]
Advanced

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

Re: System spacing in a markup score


From: Pierre Perol-Schneider
Subject: Re: System spacing in a markup score
Date: Sun, 12 Jul 2020 06:22:03 +0200

Hi Tomthy,
Thanks but no. This gives me access to the paper defs, ok, not the actual system spacing inside the markup score.
Cheers,
Pierre

Le sam. 11 juil. 2020 à 22:47, Timothy Lanfear <timothy@lanfear.me> a écrit :
On 11/07/2020 08:44, Pierre Perol-Schneider wrote:
> Hi List,
>
> How can I access the paper defs in a markup score?
> E.g. system-system-spacing?
>
How about something like this?

\version "2.20.0"

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

\markup {
   \score {
     \new Staff { \repeat unfold 10  { c' d' e' f' } g' \bar "|." }
     #(newline)
     #(display (cdr (assoc 'basic-distance (ly:output-def-lookup
$defaultpaper 'system-system-spacing))))
     \layout {
       system-count = 3
       line-width = 90
       \context { \Score \override BarNumber.font-size = #-4 }
       \context { \Staff \magnifyStaff #5/8 }
     }
   }
}



--
Timothy Lanfear, Bristol, UK.



reply via email to

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