Danklied instrumental/score

Zur Navigation springen Zur Suche springen

Lilypond Score

\version "2.20.0"
\language "deutsch"
make-midi-list =
#(define-void-function (name score tempolist)
   ((string? #f) ly:score? list?)
   (for-each
    (lambda (tempo)
      (ly:book-process
       (apply
        ly:make-book
        $defaultpaper
        $defaultheader
        (list score))
       $defaultpaper
       #{
         \midi {
           \tempo 4 = $tempo
         }
       #}
       (format #f "~a_~a"
         (or name "midi")
         tempo)))
    tempolist))

#(define ((chord-name->german-markup-text-alteration B-instead-of-Bb) pitch lowercase?)

   (define (pitch-alteration-semitones pitch)
     (inexact->exact (round (* (ly:pitch-alteration pitch) 2))))

   (define (conditional-string-downcase str condition)
     (if condition
         (string-downcase str)
         str))

   (let* ((name (ly:pitch-notename pitch))
          (alt-semitones  (pitch-alteration-semitones pitch))
          (n-a (if (member (cons name alt-semitones) `((6 . -1) (6 . -1)))
                   (cons 7 (+ (if B-instead-of-Bb 1 1) alt-semitones))
                   (cons name alt-semitones))))
     (make-line-markup
      (list
       (make-simple-markup
        (conditional-string-downcase
         (vector-ref #("C" "D" "E" "F" "G" "A" "H" "B") (car n-a))
         lowercase?))
       (let ((alteration (/ (cdr n-a) 2)))
         (cond
          ((and (equal? lowercase? #f) (= alteration FLAT) (= (car n-a) 7)) (make-simple-markup ""))
          ((and (= alteration FLAT) (or (= (car n-a) 5) (= (car n-a) 2) )) (make-simple-markup "s"))
          ((= alteration FLAT) (make-simple-markup "es"))
          ((and (= alteration DOUBLE-FLAT) (or (= (car n-a) 5)(= (car n-a) 2) )) (make-simple-markup "ses"))
          ((= alteration DOUBLE-FLAT) (make-simple-markup "eses"))
          ((= alteration SHARP) (make-simple-markup "is"))
          ((= alteration DOUBLE-SHARP) (make-simple-markup "isis"))
          (else empty-markup)))))))

#(define germanChords (chord-name->german-markup-text-alteration #t))

\layout {
  \context {
    \Voice
    beamExceptions = #'()
    \override BreathingSign.text =
    \markup { \musicglyph #"scripts.lvarcomma" }
    \override Stem.neutral-direction = #down
    \override Script.outside-staff-priority = #'()
    \override Script.padding = #1
    \override Tie.thickness = #1
    \override PhrasingSlur.thickness = #3
    \override Rest.voiced-position = #0
    \override MultiMeasureRest.expand-limit = #3
  }
  \context {
    \Staff
    printPartCombineTexts = ##f
    beamExceptions = #'()
    \override BreathingSign.text =
    \markup { \musicglyph #"scripts.lvarcomma" }
    \override InstrumentName.font-features = #'("smcp")
  }
  \context {
    \Score
    \override VerticalAxisGroup.remove-first = ##t
    skipBars = ##f
    \override MetronomeMark.font-size = #1
    \override MetronomeMark.font-shape = #'caps
    \override BarLine.thick-thickness = 5
    \override Timing.beamExceptions = #'()
    barNumberVisibility = #all-bar-numbers-visible
    \override BarNumber.color = #(rgb-color 0.7 0.7 0.7)
    \override BarNumber.layer = #-200
    \override BarNumber.padding = #0.4
    \override BarNumber.outside-staff-priority =#'()
    \override BarNumber.after-line-breaking = ##f
    \override BarNumber.font-size = #-1
    \override BarNumber.font-series = #'bold
    \override BarNumber.self-alignment-X = #0
    \override BarNumber.break-visibility = #end-of-line-invisible
  }
  \context {
    \ChordNames
    chordNameLowercaseMinor = ##f
    \remove Staff_performer
    chordRootNamer = #germanChords
    \override ChordName.font-name = #"Orator10 BT"
    chordNoteNamer = #(chord-name->german-markup #f)
    \override ChordName.X-offset =
    #ly:self-alignment-interface::aligned-on-x-parent
    \override ChordName.self-alignment-X = #CENTER
    \override ChordName.font-name = #"Arial Narrow"
    \override ChordName.layer = #2
    \override ChordName.font-size = #-0.5
    noChordSymbol = ##f
  }
  \context {
    \Lyrics
    \override VerticalAxisGroup.staff-affinity = #CENTER
  }
} 
myTitel = "Ein Danklied sei dem Herrn"
mycomp=\markup \line \fontsize #0 {
  "M: Münster 1830"
}

sop = \relative c'' {
  \time 4/4
  \key c \major
  \partial 4
  g4
  g c c a 
  g2 r4 e4
  g g f e
  f2 r4 e
  g g c c
  h2 r4 d4
  c g c c
  h2 c4 \breathe g
  e f g g
  c h c a
  h c e g
  g f e
  \bar "|."
}

alt = \relative c' {
  f4
  e g a f
  e2 s4 c
  h4 c d h
  d2 s4 c
  c f e a
  gis2 s4 gis4
  e f e g
  f2 e4 d
  c c e e
  f gis e4 e
  g g c c
  e4 d c
}

ten = \relative c' {
  \key c \major
  \clef bass
  h4
  c2 ~ c ~ c r4 g ~
  g2 a4 g
  f2 r4 g
  g2 ~ g4 a
  e2 r4 e4
  c' h g2
  h c4 g ~
  g2 ~ g
  a4 gis c a
  g2 ~ g ~
  g ~ g4
}

bas = \relative c' {
  g4
  c, e f2
  c s4 e
  d e d e
  d2 s4 e ~
  e d c f
  h,2 s4 h4
  a' g c,2
  g'2 c,4 h
  e2 c
  f4 e c4 c
  d e c2
  c ~ < e c >4
}

Akk=
\chordmode {
  g4:7
  c2 f
  c1
  g4:7 c d:m e:m
  d2:m s4 c
  c g:7 c f
  e2:7 s4 s
  a:m g:7 a:m s
  g2 c4 g
  c f c2
  f4 e a:m q
  g c s s
  c g:7 c
}

Struktur =
{
  \override Score.NonMusicalPaperColumn.page-break-permission = ##f
  %\override Score.NonMusicalPaperColumn.line-break-permission = ##f
  %\override Score.SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/26)
  \override PianoStaff.VerticalAxisGroup.staff-staff-spacing.padding = #6
  s4
  \repeat unfold 3 { s1 * 3 \break }
}

kopf=\header {
  title = "Danklied instrumental"
  subtitle = \markup { nach \myTitel }
  subsubtitle = ##f
  composer = \markup { #mycomp }
  poet = "Notensatz: lilypond.miraheze.org"
}

\bookpart {
  \paper {
    top-margin = 25\mm
    ragged-right = ##f
    ragged-last = ##f
    ragged-bottom = ##f
    ragged-last-bottom = ##f
    bottom-margin = 25\mm
    indent = #0
    line-width = 150\mm
    print-all-headers = ##f
    #(include-special-characters)
    print-first-page-number = ##t
    first-page-number = #1
    oddFooterMarkup = ##f
    evenFooterMarkup = ##f
    oddHeaderMarkup = #oddFooterMarkup
    evenHeaderMarkup = #evenFooterMarkup
    markup-system-spacing.padding = #6
    system-system-spacing.padding = #6
    markup-markup-spacing.padding = #2
  }
  \kopf
  \score
  {
    <<
      \new ChordNames \Akk
      \new PianoStaff="leadsheet"
      <<
        \new Staff="Discant"
        <<
          \new Voice="Alt" { \voiceOne \sop }
          \new Voice { \voiceTwo \alt }
        >>
        \new Staff="Bass"
        <<
          \new Voice { \voiceOne \ten }
          \new Voice { \voiceTwo \bas }
          \new NullVoice \Struktur
        >>
      >>

    >>
  }
}