Anteil der songinfo Breite an Gesamtbreite konfigurierbar
This commit is contained in:
@ -200,7 +200,7 @@
|
||||
#(define-markup-command (fractional-line-width layout props arg)(markup?)
|
||||
(interpret-markup layout props
|
||||
(make-override-markup
|
||||
`(line-width . ,(* (chain-assoc-get 'header:songinfo-size-factor props 0.9) (ly:output-def-lookup layout 'line-width)))
|
||||
`(line-width . ,(* (chain-assoc-get 'header:songinfo-size-factor props songInfoLineWidthFraction) (ly:output-def-lookup layout 'line-width)))
|
||||
arg)))
|
||||
|
||||
\paper {
|
||||
|
Reference in New Issue
Block a user