Maria durch ein Dornwald ging: Difference between revisions
m Make Wiki display the header |
mNo edit summary |
||
| Line 1: | Line 1: | ||
German advent song with many features of Lilypond. | <noinclude>German advent song with many features of Lilypond.</noinclude> | ||
<lilypond version="2.24" full> | <lilypond version="2.24" full> | ||
\language "deutsch" | \language "deutsch" | ||
| Line 133: | Line 132: | ||
\layout { | \layout { | ||
\context { | \context { | ||
\Lyrics | \Lyrics | ||
| Line 159: | Line 141: | ||
\override LyricText.self-alignment-X = #LEFT | \override LyricText.self-alignment-X = #LEFT | ||
} | } | ||
\context { | \context { | ||
\ChordNames | \ChordNames | ||
| Line 187: | Line 160: | ||
\context { | \context { | ||
\Score | \Score | ||
barNumberVisibility = #first-bar-number-invisible-and-no-parenthesized-bar-numbers | barNumberVisibility = #first-bar-number-invisible-and-no-parenthesized-bar-numbers | ||
\override BarNumber.after-line-breaking = ##f | \override BarNumber.after-line-breaking = ##f | ||
| Line 202: | Line 169: | ||
\override BarNumber.self-alignment-X = #0 | \override BarNumber.self-alignment-X = #0 | ||
\override BarNumber.break-visibility = #end-of-line-invisible | \override BarNumber.break-visibility = #end-of-line-invisible | ||
\accepts GermanChordNames | \accepts GermanChordNames | ||
} | } | ||
| Line 395: | Line 360: | ||
ragged-right = ##f | ragged-right = ##f | ||
ragged-last = ##f | ragged-last = ##f | ||
ragged-last-bottom = ##f | |||
print-all-headers = ##f | print-all-headers = ##f | ||
print | print-page-number = ##f | ||
oddHeaderMarkup = ##f | oddHeaderMarkup = ##f | ||
evenHeaderMarkup = ##f | evenHeaderMarkup = ##f | ||
| Line 406: | Line 372: | ||
markup-system-spacing.padding = #5 | markup-system-spacing.padding = #5 | ||
ragged-last-bottom = ##t | ragged-last-bottom = ##t | ||
scoreTitleMarkup = #bookTitleMarkup | |||
bookTitleMarkup = ##f | |||
} | } | ||
| Line 425: | Line 393: | ||
(music-pitches #{ | (music-pitches #{ | ||
{ | { | ||
c | c b, | ||
} #} | } #} | ||
)) | )) | ||
} | } | ||
</lilypond> | </lilypond> | ||