liedbausteine mit default style baubar
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
%songStyle = #'büdel
 | 
					%songStyle = #'büdel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\include "../../lilypond-custom-includes/base_config.ly"
 | 
					\include "../../lilypond-custom-includes/base_config.ly"
 | 
				
			||||||
\include "../../liedbausteine/sandbox.ly"
 | 
					\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HEADER = \bookpart {
 | 
					HEADER = \bookpart {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
 Submodule lilypond-common-includes updated: d6774670f3...8b0fc2d7c9
									
								
							@@ -5,5 +5,5 @@ customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.l
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
\include "categories.ly"
 | 
					\include "categories.ly"
 | 
				
			||||||
\include "../lilypond-common-includes/general_include.ly"
 | 
					\include "../lilypond-common-includes/general_include.ly"
 | 
				
			||||||
AUTHOR_DATA = #(call-with-input-file "../../data/authors.json" json->scm)
 | 
					AUTHOR_DATA = #(call-with-input-file "../../lilypond-song-includes/data/authors.json" json->scm)
 | 
				
			||||||
SONG_DATA = #(call-with-input-file "../../data/songs.json" json->scm)
 | 
					SONG_DATA = #(call-with-input-file "../../lilypond-song-includes/data/songs.json" json->scm)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,7 @@
 | 
				
			|||||||
\version "2.25.8"
 | 
					\version "2.25.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\include "../../lilypond-common-includes/snippet_include.ly"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
basicSongInfo = \header {
 | 
					basicSongInfo = \header {
 | 
				
			||||||
  title = "Liedtitel"
 | 
					  title = "Liedtitel"
 | 
				
			||||||
  alttitle = "Alternativtitel"
 | 
					  alttitle = "Alternativtitel"
 | 
				
			||||||
@@ -121,3 +123,30 @@ Anführungszeichen sind so „ und so “"
 | 
				
			|||||||
columnVerseMarkup =
 | 
					columnVerseMarkup =
 | 
				
			||||||
"Stro(phen,a:m) können jetzt auch in (Spal,f)ten!
 | 
					"Stro(phen,a:m) können jetzt auch in (Spal,f)ten!
 | 
				
			||||||
Voll (krass,e) (eh,a:m)!"
 | 
					Voll (krass,e) (eh,a:m)!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					MUSIC =
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  <<
 | 
				
			||||||
 | 
					      \songChords
 | 
				
			||||||
 | 
					      \new ChoirStaff = "firstStaff"
 | 
				
			||||||
 | 
					      <<
 | 
				
			||||||
 | 
					        \new Voice = "firstVoice" { \firstVoice }
 | 
				
			||||||
 | 
					        \addlyrics { \firstVerse }
 | 
				
			||||||
 | 
					        \addlyrics { \secondVerse }
 | 
				
			||||||
 | 
					      >>
 | 
				
			||||||
 | 
					   >>
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					TEXT = \markuplist
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  \group-verses {
 | 
				
			||||||
 | 
					    \chordverse #"3." \thirdVerseMarkup
 | 
				
			||||||
 | 
					    \chordverse #"4." \fourthVerseMarkup
 | 
				
			||||||
 | 
					    \chordverse #"5." \fifthVerseMarkup
 | 
				
			||||||
 | 
					    \chordverse #"6." \sixthVerseMarkup
 | 
				
			||||||
 | 
					    \chordverse #"7." \seventhVerseMarkup
 | 
				
			||||||
 | 
					    \chordverse #"8." \columnVerseMarkup
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\include "../../lilypond-common-includes/default_output.ly"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user