Anteil der songinfo Breite an Gesamtbreite konfigurierbar
This commit is contained in:
parent
3c2f27b477
commit
e17c544763
@ -1,6 +1,7 @@
|
||||
songFormatAndSize = "a5"
|
||||
songMargin = 5
|
||||
songInfoFontSize = 0
|
||||
songInfoLineWidthFraction = 0.9
|
||||
songTitleFont = "LilyPond Sans"
|
||||
songChordFont = "LilyPond Sans"
|
||||
songLyricFont = "LilyPond Sans"
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user