Maria durch ein Dornwald ging: Difference between revisions
m Make Wiki display the header |
m arranger added |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
German advent song with many features of Lilypond. | <noinclude>German advent song with many features of Lilypond. | ||
The setting is for playing on the organ on manual only.</noinclude> | |||
<lilypond version="2.24" full> | <lilypond version="2.24" full> | ||
\language "deutsch" | \language "deutsch" | ||
#(set-global-staff-size | #(set-global-staff-size 21) | ||
musicextrema = | musicextrema = | ||
#(define-music-function (mus)(ly:music?) | #(define-music-function (mus)(ly:music?) | ||
| Line 133: | Line 134: | ||
\layout { | \layout { | ||
\context { | \context { | ||
\Lyrics | \Lyrics | ||
| Line 159: | Line 143: | ||
\override LyricText.self-alignment-X = #LEFT | \override LyricText.self-alignment-X = #LEFT | ||
} | } | ||
\context { | \context { | ||
\ChordNames | \ChordNames | ||
| Line 187: | Line 162: | ||
\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 171: | ||
\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 377: | Line 344: | ||
\right-column { | \right-column { | ||
"M&T: August Franz von Haxthausen""(1792-1866) 1850" | "M&T: August Franz von Haxthausen""(1792-1866) 1850" | ||
} | |||
poet = \markup \override #'(baseline-skip . 2) | |||
\left-column { | |||
"arranged by Manuela" | |||
"for organ manualiter" | |||
} | } | ||
} | } | ||
| Line 395: | Line 367: | ||
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 379: | ||
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 400: | ||
(music-pitches #{ | (music-pitches #{ | ||
{ | { | ||
c | c b, | ||
} #} | } #} | ||
)) | )) | ||
} | } | ||
</lilypond> | </lilypond> | ||