Mehrstimmige Sequenzen und Kadenzen transponiert

Zur Navigation springen Zur Suche springen
mydrei =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sop }
           \new Voice { \transpose c $p \alt }
           \new NullVoice \Struktur
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \ten }
         >>
       >>
     >>
   #}
   )
mydreii =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sopI }
           \new Voice { \transpose c $p \altI }
           \new NullVoice \Struktur
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \ten }
         >>
       >>
     >>
   #}
   )
mydreiii =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sop }
           \new Voice { \transpose c $p \alt }
           \new NullVoice \Struktur
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \tenI }
         >>
       >>
     >>
   #}
   )

mykad =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new GrandStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sopkad }
           \new NullVoice \strukad
         >>
         \new Staff="down"
         <<
           \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 92)
                                                                                      (alignment-distances . (10 10)))
           \new Voice { \transpose c' $p \tenkad }
         >>
         \new Staff
         \transpose c $p \baskad
       >>
     >>
   #}
   )
mykadi =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sopk }
           \new Voice { \transpose c $p \altk }
           \new NullVoice \strukad
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \tenk }
         >>
       >>
     >>
   #}
   )

myubi =
\markup \fill-line {
  \null
  \fontsize #4 \bold "Dreistimmige Sequenzen"
  \null
}
myubii = \markup \center-column {
  \fill-line {
    \fontsize #4 \bold "Drei-/Vierstimmige Kadenzen"
  }
  " "
}

\bookpart {
  \myubi
  \mydrei g,
  \mydreii g,
  \mydreiii g,
  \myubii
  \mykad g
  \mykadi g
}

\bookpart {
  \myubi
  \mydrei f,
  \mydreii f,
  \mydreiii f,
  \myubii
  \mykad f
  \mykadi f
}
mydrei =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sop }
           \new Voice { \transpose c $p \alt }
           \new NullVoice \Struktur
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \ten }
         >>
       >>
     >>
   #}
   )
mydreii =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sopI }
           \new Voice { \transpose c $p \altI }
           \new NullVoice \Struktur
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \ten }
         >>
       >>
     >>
   #}
   )
mydreiii =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sop }
           \new Voice { \transpose c $p \alt }
           \new NullVoice \Struktur
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \tenI }
         >>
       >>
     >>
   #}
   )

mykad =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new GrandStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sopkad }
           \new NullVoice \strukad
         >>
         \new Staff="down"
         <<
           \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 92)
                                                                                      (alignment-distances . (10 10)))
           \new Voice { \transpose c' $p \tenkad }
         >>
         \new Staff
         \transpose c $p \baskad
       >>
     >>
   #}
   )
mykadi =
#(define-music-function (p)
   (ly:pitch?)
   #{
     <<
       \new PianoStaff
       <<
         \new Staff="leadsheet"
         <<
           \new Voice="melody"
           { \transpose c $p \sopk }
           \new Voice { \transpose c $p \altk }
           \new NullVoice \strukad
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p \tenk }
         >>
       >>
     >>
   #}
   )

myubi =
\markup \fill-line {
  \null
  \fontsize #4 \bold "Dreistimmige Sequenzen"
  \null
}
myubii = \markup \center-column {
  \fill-line {
    \fontsize #4 \bold "Drei-/Vierstimmige Kadenzen"
  }
  " "
}

\bookpart {
  \myubi
  \mydrei g,
  \mydreii g,
  \mydreiii g,
  \myubii
  \mykad g
  \mykadi g
}

\bookpart {
  \myubi
  \mydrei f,
  \mydreii f,
  \mydreiii f,
  \myubii
  \mykad f
  \mykadi f
}

#(set-global-staff-size 24)

MollDur =
#(define-music-function (p q m)
   (ly:pitch? ly:pitch? ly:music?)
   #{
     \key $p \major \transpose c $p \naturalizeMusic \transpose $q c { $m }
   #}
   )

#(define-markup-command (text-fromproperty layout props text-1 symbol text-2)
   (markup? symbol? markup?)
   #:category other
   (let ((m (chain-assoc-get symbol props)))
     (if (markup? m)
         ;; prevent infinite loops by clearing the interpreted property:
         (interpret-markup
          layout
          (cons (list (cons symbol `(,property-recursive-markup ,symbol))) props)
          (make-concat-markup (list text-1 m text-2)))
         empty-stencil)))

orgelpre =
%Notensatz für Vorspiel 4stimmig + Umbrüche
#(define-music-function (sop alt ten bas stru p)
   (ly:music? ly:music? ly:music? ly:music? ly:music? ly:pitch?)
   #{
     <<
       \new PianoStaff="leadsheet"
       <<
         \new Staff="up"
         <<
           \new Voice="Alt" { \voiceOne \transpose c $p $sop }
           \new Voice { \voiceTwo \transpose c $p $alt }
         >>
         \new Staff="down"
         <<
           \new Voice { \voiceOne \transpose c $p $ten }
           \new Voice { \voiceTwo \transpose c $p $bas }
           \new NullVoice $stru
         >>
       >>
     >>
   #}
   )

orgelp =
%% Orgelsatz mit Pedal
#(define-music-function (sop alt ten bas ped stru p)
   (ly:music? ly:music? ly:music? ly:music? ly:music? ly:music? number?)
   #{
     <<
       \new PianoStaff="leadsheet"
       <<
         \new Staff="up"
         <<
           \new Voice="Alt" { \voiceOne $sop }
           \new Voice { \voiceTwo $alt }
         >>
         \new Staff="down"
         <<
           \new Voice { \voiceOne $ten }
           \new Voice { \voiceTwo $bas }
           \new NullVoice $stru
         >>
       >>
       \new StaffGroup
       \new Staff="Pedal" \with {
         \magnifyStaff $p
       }
       <<
         \new Voice $ped
       >>
     >>
   #}
   )

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))
\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
    \override TextSpanner.dash-period = #1
    \override TextSpanner.dash-fraction = #0.5
    \override TextSpanner.bound-details.left.text = #"rit."
    \override TextSpanner.bound-details.right.text =
    \markup { \draw-line #'(0 . -1) }
  }
  \context {
    \Lyrics
    \override VerticalAxisGroup.staff-affinity = #CENTER
  }
  \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
    barNumberVisibility = #all-bar-numbers-visible
    \override Timing.beamExceptions = #'()
    \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
  }
}

#(define-markup-command (text-fromproperty layout props text-1 symbol text-2)
   (markup? symbol? markup?)
   #:category other
   (let ((m (chain-assoc-get symbol props)))
     (if (markup? m)
         ;; prevent infinite loops by clearing the interpreted property:
         (interpret-markup
          layout
          (cons (list (cons symbol `(,property-recursive-markup ,symbol))) props)
          (make-concat-markup (list text-1 m text-2)))
         empty-stencil)))

\paper {
  #(include-special-characters)
  indent = #0
  ragged-right = ##f
  ragged-last = ##f
  ragged-bottom = ##f
  ragged-last-bottom = ##f
  print-all-headers = ##f
  print-page-number = ##f
  scoreTitleMarkup = ##f
  bookTitleMarkup =
  \markup {
    %\override #'(baseline-skip . 1)
    \column \override #'(baseline-skip . 1) {
      \fill-line {
        \huge \larger \larger \bold
        \center-column {
          \fromproperty #'header:title
          " "
        }
      }
      \fill-line
      {
        \bold
        \center-column {
          \fromproperty #'header:subtitle
          " "
        }
      }
      \fill-line
      {
        \center-column {
          \fromproperty #'header:subsubtitle
          " "
        }
      }
      \fontsize #-1.5 {
        \fill-line {
          "Notensatz: lilypond.miraheze.org" \fromproperty #'header:composer
        }
        \fill-line {
          ""  \text-fromproperty "Originaltonart: " #'header:key "-Dur"
        }
      }
    }
  }
}