36 lines
		
	
	
		
			942 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			942 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| songFormatAndSize = "a5"
 | |
| songMargin = 5
 | |
| songInfoFontSize = 0
 | |
| songInfoLineWidthFraction = 0.9
 | |
| songTitleSize = 6
 | |
| songTitleFont = "Liberation Sans"
 | |
| songChordFont = "Liberation Sans"
 | |
| songLyricFont = "Liberation Sans"
 | |
| songChordFontSeries = #'bold
 | |
| songTextChordAlignment = #'left
 | |
| songScoreChordFontSize = 2
 | |
| songTextChordFontSize = \songScoreChordFontSize
 | |
| songTextChordDistance = 2.8
 | |
| songTextLineHeigth = 5.8
 | |
| songTocColumns = 3
 | |
| globalSize = 15
 | |
| lyricSize = 1.6
 | |
| stanzaFormat = "~a."
 | |
| romanStanzaFormat = "~@r."
 | |
| refString = "Ref.:"
 | |
| refStringWithNumbers = "Ref. ~a:"
 | |
| % hübsche Wiederholungszeichen für den Liedtext
 | |
| repStart = "𝄆"
 | |
| repStop = "𝄇"
 | |
| customChordPrintings = {}
 | |
| 
 | |
| \paper {
 | |
|   cueMarkup = \markup {
 | |
|     \italic
 | |
|       #(make-on-the-fly-markup (lambda (layout props m)
 | |
|         (interpret-markup layout props
 | |
|           (string-join (map (lambda (n) (format #f "~@r." n)) (chain-assoc-get 'cues props)) ", ")))
 | |
|         (make-null-markup))
 | |
|   }
 | |
| }
 |