Maria durch ein Dornwald ging: Difference between revisions
Created page with "German advent song with many features of Lilypond. The header is not displaying, I don't know why. <lilypond version="2.24"> \language "deutsch" #(set-global-staff-size 24) musicextrema = #(define-music-function (mus)(ly:music?) (let* ( (alle-pitches (let loop ((mus mus) (pitches '())) (let ((p (ly:music-property mus 'pitch))) (if (ly:pitch? p) (cons p pitches) (let ((elt (ly:music-property mus 'ele..." |
m arranger added |
||
| (5 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 | The setting is for playing on the organ on manual only.</noinclude> | ||
<lilypond version="2.24" full> | |||
<lilypond version="2.24"> | |||
\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 135: | Line 134: | ||
\layout { | \layout { | ||
\context { | \context { | ||
\Lyrics | \Lyrics | ||
| Line 161: | Line 143: | ||
\override LyricText.self-alignment-X = #LEFT | \override LyricText.self-alignment-X = #LEFT | ||
} | } | ||
\context { | \context { | ||
\ChordNames | \ChordNames | ||
| Line 189: | 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 204: | 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 379: | 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 397: | 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 408: | 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 427: | Line 400: | ||
(music-pitches #{ | (music-pitches #{ | ||
{ | { | ||
c | c b, | ||
} #} | } #} | ||
)) | )) | ||
} | } | ||
</lilypond> | </lilypond> | ||