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 <[email protected]> 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. > > >
