make columns configurable
This commit is contained in:
parent
7e7d6820fb
commit
ed81b5c903
@ -10,5 +10,6 @@ songScoreChordFontSize = 3
|
||||
songTextChordFontSize = 2
|
||||
songTextLineHeigth = 5.5
|
||||
songInfoPoetAndComposerStacked = ##f
|
||||
songTocColumns = 3
|
||||
globalSize = 15
|
||||
lyricSize = 1.6
|
@ -10,5 +10,6 @@ songScoreChordFontSize = 0
|
||||
songTextChordFontSize = \songScoreChordFontSize
|
||||
songTextLineHeigth = 5
|
||||
songInfoPoetAndComposerStacked = ##f
|
||||
songTocColumns = 3
|
||||
globalSize = 15
|
||||
lyricSize = 1.6
|
@ -10,5 +10,6 @@ songScoreChordFontSize = 2
|
||||
songTextChordFontSize = 2
|
||||
songTextLineHeigth = 5
|
||||
songInfoPoetAndComposerStacked = ##t
|
||||
songTocColumns = 2
|
||||
globalSize = 15
|
||||
lyricSize = 1.6
|
@ -236,7 +236,7 @@
|
||||
(ly:output-def-lookup layout 'indexTitleMarkup))))
|
||||
(cons title
|
||||
(interpret-markup-list layout props
|
||||
(make-columnlayout-markup-list 3 2
|
||||
(make-columnlayout-markup-list songTocColumns 2
|
||||
(let ((h (- (ly:output-def-lookup layout 'paper-height) 12)))
|
||||
(cons (- h (interval-length (ly:stencil-extent title Y))) h))
|
||||
(prepare-item-markup index-items layout))))))
|
||||
@ -249,7 +249,7 @@
|
||||
(ly:output-def-lookup layout 'categoryTitleMarkup))))
|
||||
(cons title
|
||||
(interpret-markup-list layout props
|
||||
(make-columnlayout-markup-list 3 2
|
||||
(make-columnlayout-markup-list songTocColumns 2
|
||||
(let ((h (- (ly:output-def-lookup layout 'paper-height) 12)))
|
||||
(cons (- h (interval-length (ly:stencil-extent title Y))) h))
|
||||
(prepare-item-markup category-index-items layout)))))))
|
||||
|
Loading…
Reference in New Issue
Block a user