Compare commits
	
		
			2 Commits
		
	
	
		
			ed81b5c903
			...
			8e6eff1cad
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8e6eff1cad | |||
| 
						 | 
					5a2ead5510 | 
@@ -3,6 +3,8 @@
 | 
				
			|||||||
\include "styles.ly"
 | 
					\include "styles.ly"
 | 
				
			||||||
\include #(ly:format "styles/~a.ly" songStyle)
 | 
					\include #(ly:format "styles/~a.ly" songStyle)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\include #(if (defined? 'customStyleOverridesFile) customStyleOverridesFile "void.ly")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#(set-default-paper-size songFormatAndSize)
 | 
					#(set-default-paper-size songFormatAndSize)
 | 
				
			||||||
#(set-global-staff-size globalSize)
 | 
					#(set-global-staff-size globalSize)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -52,6 +52,12 @@ bchord =
 | 
				
			|||||||
% additional bass notes should get uppercased
 | 
					% additional bass notes should get uppercased
 | 
				
			||||||
#(define (bassnote-name->german-markup-nosym pitch lowercase?)(note-name->german-markup-nosym pitch #f))
 | 
					#(define (bassnote-name->german-markup-nosym pitch lowercase?)(note-name->german-markup-nosym pitch #f))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#(define chordNameExceptions
 | 
				
			||||||
 | 
					  (if (defined? 'customChordPrintings)
 | 
				
			||||||
 | 
					  (sequential-music-to-chord-exceptions customChordPrintings #t)
 | 
				
			||||||
 | 
					  '()))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generalLayout = \layout {
 | 
					generalLayout = \layout {
 | 
				
			||||||
  \generalLayout
 | 
					  \generalLayout
 | 
				
			||||||
  \context {
 | 
					  \context {
 | 
				
			||||||
@@ -66,6 +72,7 @@ generalLayout = \layout {
 | 
				
			|||||||
    chordRootNamer = #note-name->german-markup-nosym
 | 
					    chordRootNamer = #note-name->german-markup-nosym
 | 
				
			||||||
    chordNoteNamer = #bassnote-name->german-markup-nosym
 | 
					    chordNoteNamer = #bassnote-name->german-markup-nosym
 | 
				
			||||||
    majorSevenSymbol = "maj7"
 | 
					    majorSevenSymbol = "maj7"
 | 
				
			||||||
 | 
					    chordNameExceptions = \chordNameExceptions
 | 
				
			||||||
    % der baseline-skip der Akkorde beeinflusst, wie hoch die Hochstellung ist
 | 
					    % der baseline-skip der Akkorde beeinflusst, wie hoch die Hochstellung ist
 | 
				
			||||||
    \override ChordName.baseline-skip = #1.0
 | 
					    \override ChordName.baseline-skip = #1.0
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,15 +0,0 @@
 | 
				
			|||||||
generalLayout = \layout {
 | 
					 | 
				
			||||||
  \generalLayout
 | 
					 | 
				
			||||||
  \context {
 | 
					 | 
				
			||||||
    \ChordNames
 | 
					 | 
				
			||||||
    chordNameExceptions = #(sequential-music-to-chord-exceptions customChordPrintings #t)
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
verseChordLayout = \layout {
 | 
					 | 
				
			||||||
  \verseChordLayout
 | 
					 | 
				
			||||||
  \context {
 | 
					 | 
				
			||||||
    \ChordNames
 | 
					 | 
				
			||||||
    chordNameExceptions = #(sequential-music-to-chord-exceptions customChordPrintings #t)
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -11,5 +11,5 @@ songTextChordFontSize = 2
 | 
				
			|||||||
songTextLineHeigth = 5
 | 
					songTextLineHeigth = 5
 | 
				
			||||||
songInfoPoetAndComposerStacked = ##t
 | 
					songInfoPoetAndComposerStacked = ##t
 | 
				
			||||||
songTocColumns = 2
 | 
					songTocColumns = 2
 | 
				
			||||||
globalSize = 15
 | 
					globalSize = 14
 | 
				
			||||||
lyricSize = 1.6
 | 
					lyricSize = 1.6
 | 
				
			||||||
		Reference in New Issue
	
	Block a user