Ave Maria Bach Gounod

Zur Navigation springen Zur Suche springen
Ich wollte eine einfachere Begleitung in der linken Hand, die trotzdem ansprechend klingt.
sop = \relative c'' {
  \clef treble
  \key c \major
  \set Voice.beatStructure = #'(2 2)
  \oneVoice
  \repeat volta 2 { r4 g8 c e g, c e }
  \repeat volta 2 { r4 a,8 d f a, d f }
  \repeat volta 2 { r4 g,8 d' f d g, d' }
  \repeat volta 2 { r4 g,8 c e c g c }
  \set Voice.beatStructure = #'(2 2)
  e1
  f2. r8 f
  g2. ( d4 ) e2. r4
  a2 ~( a8 a,) h( c)
  d4. ( e8 ) d4 r
  g2 ~( g8 g,) a h
  c4. ( d8 ) c4 r
  c'2 ~( c8 c,) d( e)
  fis4. ( e8 d4 ) a
  h2 r4 d
  e2 r8 e( f g)
  a4. a,8 a4 r d2 r8 d ( e ) f
  g4. ( g,8 ) g4 r
  c2 r8 c ( d e )
  f2 r8 f( g a )
  h4. a8 g4 ( d ) e2. r4
  g2 e4 r8 r16 e
  a2 a,4 r
  a'2 ( c,4. ) a'8 c2 es,4 r8 c'
  c2 d,4 r d2 r8 d( c ) h
  g'4. ( e8 ) c4 r
  f2 r8 f e d d'4. h8 g4 r
  a2 r8 a( h) c
  e2 ~( e8 c) g e
  d2 ~( d8 a') h( a )
  g( d') h( g) f(d) h ( g)
  c2. r4
  r4 g,8 b c e c b
  e c b g b g b g
  r4
  \stemUp
  \change Staff = "Bass"
  f8 a
  \change Staff = "Discant"
  c f c a |
  \change Staff = "Bass"
  \shiftOff
  c a f a f d f d
  \change Staff = "Discant"
  \stemNeutral
  r4 g'8 h d f d h d h g h d, f e d
  <e g c>1\fermata
  \bar "|."
}

ten= \relative c {
  \clef bass
  \key c \major
  r8 e'4. ~ e2
  r8 d4. ~ d2
  r8 d4. ~ d2
  r8 e4. ~ e2
  \voiceOne
  \set Voice.beatStructure = #'(2 2)
  c,8 e g c g c g e
  c d f a f a f d
  h d g h g h g d
  c e g c g c g e
  c e a c a c a e
  c d fis a fis a fis d
  h d g h g h g d
  h c e g e g e c
  a c e a e a e c
  d fis a d a d a fis
  g, h d g d g d h
  g b cis e cis e cis b
  f a d f d f d a
  f as h d h d h as
  e g c e c e c g
  e f a c a c a f
  d f a c a c a f
  g h d g d g d h
  c e g c g c g e
  c e g b g b g e
  f a c e c e c a
  fis! a c es c es c a
  g, c es g es g es c
  as h d f d f d h
  g h d f d f d h
  g c e g e g e c
  g c d f d f d c
  g h d f d f d h
  c es fis a fis a fis es
  g, c e g e g e c
  g c d f d f d c
  g h d f d f d h
  c e g b g b g e
  \repeat volta 2 { r8 c4. ~ c2 }
  r8 c4._~ c2_~ c1
  r8 d4. ~ d2 ~ d1
  c1
}

bas = \relative c  {
  \voiceTwo
  c'1
  c
  h
  c
  c,2 ~c c ~c
  h ~h c ~c c ~c
  c ~c h~ h h~ h
  a ~a d~ d g, ~g
  g~ g f ~f f ~f
  e ~e e ~e d ~d
  g ~g c~ c c~ c
  f~ f fis ~fis g,~ g
  as~ as g~ g g ~g
  g~ g g~ g c~ c
  g ~g g ~g g ~g c~ c
  c,1 c c c c c\fermata
}

Struktur = {
  \time 4/4
  \override Score.NonMusicalPaperColumn.page-break-permission = ##f
  \override Score.SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/1)
  s1 * 20 \pageBreak
}

mypaper = \paper {
  top-margin = 20\mm
  ragged-bottom = ##f
  ragged-last-bottom = ##f
  bottom-margin = 20\mm
  indent = #0
  line-width = 170\mm
  print-all-headers = ##f
  #(include-special-characters)
  oddFooterMarkup = ##f
  evenFooterMarkup = ##f
  annotate-spacing = ##f
  scoreTitleMarkup = ##f
  markup-system-spacing.padding = #2
  bookTitleMarkup =
  \markup {
    \override #'(baseline-skip . 2)
    \column {
      \fill-line {
        \huge \larger \larger \bold
        \center-column {
          \fromproperty #'header:title
        }
      }
      \vspace #.3
      \fill-line \bold { \fromproperty #'header:subtitle }

      \fontsize #-1.5 {
        \fill-line {
          "Notensatz: lilypond.miraheze.org" ""
          \fromproperty #'header:composer
        }
      }
    }
  }
}

kopf = \header {
  title = "Ave Maria"
  subtitle = "nach J.S. Bach"
  composer = "M: Charles Gounod (1818-1893)"
  piece = ##f
  poet = "Notensatz: lilypond.miraheze.org"
}

\bookpart {
  \mypaper
  \kopf
  \score
  {
    \orgelsimple \RH {} \ten \bas \Struktur c
  }
}
sop = \relative c'' {
  \clef treble
  \key c \major
  \set Voice.beatStructure = #'(2 2)
  \oneVoice
  \repeat volta 2 { r4 g8 c e g, c e }
  \repeat volta 2 { r4 a,8 d f a, d f }
  \repeat volta 2 { r4 g,8 d' f d g, d' }
  \repeat volta 2 { r4 g,8 c e c g c }
  \set Voice.beatStructure = #'(2 2)
  e1
  f2. r8 f
  g2. ( d4 ) e2. r4
  a2 ~( a8 a,) h( c)
  d4. ( e8 ) d4 r
  g2 ~( g8 g,) a h
  c4. ( d8 ) c4 r
  c'2 ~( c8 c,) d( e)
  fis4. ( e8 d4 ) a
  h2 r4 d
  e2 r8 e( f g)
  a4. a,8 a4 r d2 r8 d ( e ) f
  g4. ( g,8 ) g4 r
  c2 r8 c ( d e )
  f2 r8 f( g a )
  h4. a8 g4 ( d ) e2. r4
  g2 e4 r8 r16 e
  a2 a,4 r
  a'2 ( c,4. ) a'8 c2 es,4 r8 c'
  c2 d,4 r d2 r8 d( c ) h
  g'4. ( e8 ) c4 r
  f2 r8 f e d d'4. h8 g4 r
  a2 r8 a( h) c
  e2 ~( e8 c) g e
  d2 ~( d8 a') h( a )
  g( d') h( g) f(d) h ( g)
  c2. r4
  r4 g,8 b c e c b
  e c b g b g b g
  r4
  \stemUp
  \change Staff = "Bass"
  f8 a
  \change Staff = "Discant"
  c f c a |
  \change Staff = "Bass"
  \shiftOff
  c a f a f d f d
  \change Staff = "Discant"
  \stemNeutral
  r4 g'8 h d f d h d h g h d, f e d
  <e g c>1\fermata
  \bar "|."
}

ten= \relative c {
  \clef bass
  \key c \major
  r8 e'4. ~ e2
  r8 d4. ~ d2
  r8 d4. ~ d2
  r8 e4. ~ e2
  \voiceOne
  \set Voice.beatStructure = #'(2 2)
  c,8 e g c g c g e
  c d f a f a f d
  h d g h g h g d
  c e g c g c g e
  c e a c a c a e
  c d fis a fis a fis d
  h d g h g h g d
  h c e g e g e c
  a c e a e a e c
  d fis a d a d a fis
  g, h d g d g d h
  g b cis e cis e cis b
  f a d f d f d a
  f as h d h d h as
  e g c e c e c g
  e f a c a c a f
  d f a c a c a f
  g h d g d g d h
  c e g c g c g e
  c e g b g b g e
  f a c e c e c a
  fis! a c es c es c a
  g, c es g es g es c
  as h d f d f d h
  g h d f d f d h
  g c e g e g e c
  g c d f d f d c
  g h d f d f d h
  c es fis a fis a fis es
  g, c e g e g e c
  g c d f d f d c
  g h d f d f d h
  c e g b g b g e
  \repeat volta 2 { r8 c4. ~ c2 }
  r8 c4._~ c2_~ c1
  r8 d4. ~ d2 ~ d1
  c1
}

bas = \relative c  {
  \voiceTwo
  c'1
  c
  h
  c
  c,2 ~c c ~c
  h ~h c ~c c ~c
  c ~c h~ h h~ h
  a ~a d~ d g, ~g
  g~ g f ~f f ~f
  e ~e e ~e d ~d
  g ~g c~ c c~ c
  f~ f fis ~fis g,~ g
  as~ as g~ g g ~g
  g~ g g~ g c~ c
  g ~g g ~g g ~g c~ c
  c,1 c c c c c\fermata
}

Struktur = {
  \time 4/4
  \override Score.NonMusicalPaperColumn.page-break-permission = ##f
  \override Score.SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/1)
  s1 * 20 \pageBreak
}

mypaper = \paper {
  top-margin = 20\mm
  ragged-bottom = ##f
  ragged-last-bottom = ##f
  bottom-margin = 20\mm
  indent = #0
  line-width = 170\mm
  print-all-headers = ##f
  #(include-special-characters)
  oddFooterMarkup = ##f
  evenFooterMarkup = ##f
  annotate-spacing = ##f
  scoreTitleMarkup = ##f
  markup-system-spacing.padding = #2
  bookTitleMarkup =
  \markup {
    \override #'(baseline-skip . 2)
    \column {
      \fill-line {
        \huge \larger \larger \bold
        \center-column {
          \fromproperty #'header:title
        }
      }
      \vspace #.3
      \fill-line \bold { \fromproperty #'header:subtitle }

      \fontsize #-1.5 {
        \fill-line {
          "Notensatz: lilypond.miraheze.org" ""
          \fromproperty #'header:composer
        }
      }
    }
  }
}

kopf = \header {
  title = "Ave Maria"
  subtitle = "nach J.S. Bach"
  composer = "M: Charles Gounod (1818-1893)"
  piece = ##f
  poet = "Notensatz: lilypond.miraheze.org"
}

\bookpart {
  \mypaper
  \kopf
  \score
  {
    \orgelsimple \RH {} \ten \bas \Struktur c
  }
}

#(set-global-staff-size 24)
#(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))

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))

editorsColor = #grey
ed =
#(define-music-function (grob col mus)
   (symbol-list-or-symbol? (color? editorsColor) ly:music?)
   ;; for abbreviations, we need a symbol instead of a one-element list
   (let ((grob (if (= 1 (length grob)) (car grob) grob)))
     (case
      grob
      ;; define abbreviations
      ;; which call the function recursively with a value
      ;; leading into the (else) clause
      ;; (or to _another_ abbreviation)
      ;; be careful to avoid infinite recursion :-)
      ;; – abbreviation names must not be actual grob names
      ;; (at least if they’re used in the corresponding
      ;; clause) or recursion will be infinite also
      ;; It is recommended to use singular forms only
      ;; for abbreviations.
      ((Caut) #{ \ed Staff.AccidentalCautionary #})
      ((LedgerLine) #{ % barline is workaround to issue 3949
        \stopStaff
        \ed Staff.LedgerLineSpanner {
          \startStaff
          $mus
          \stopStaff
        }
        \startStaff #})
      ((Mmr) #{ \ed MultiMeasureRest $mus #})
      ((Note) #{ \ed Staff.Accidental
                 \ed Beam
                 \ed Dots
                 \ed Flag
                 \ed LedgerLine
                 \ed NoteHead
                 \ed Rest
                 \ed Stem $mus #})
      ((Pitch) #{ \ed NoteHead $mus #})
      ((Suggest) #{ \ed Staff.AccidentalSuggestion #})
      ((StemWithFlag) #{ \ed Stem \ed Flag $mus #})
      ((Tuplet) #{ \ed TupletNumber \ed TupletBracket $mus #})
      ;; ‘normal’ case
      (else
       #{
         \override $grob . color = #col
         $mus
         \revert $grob . color
       #}))))

#(define new-stil
   (lambda (grob)
     (let* ((sz (ly:grob-property grob 'font-size 0.0))
            (mult (magstep sz))
            (dir (ly:grob-property grob 'direction))
            (thick 0.15)
            (radius 0.7)
            (scaled-radius (* mult radius))
            (ps-command-string
             (format #f
               "
             0 ~a translate
             ~a setlinewidth
             ~a 0 moveto
             0 0 ~a 180 0 ~a
             stroke
             "
               ;mult
               (* thick dir)
               thick
               (- scaled-radius)
               scaled-radius
               (if (negative? dir) "arcn" "arc"))))

       (ly:make-stencil
        (list 'embedded-ps
          (format #f
            "
              gsave currentpoint translate
              ~a
              grestore
              "
            ps-command-string))
        (cons (- scaled-radius) scaled-radius)
        (cons
         (if (negative? dir) 0 (- scaled-radius))
         (if (negative? dir) scaled-radius 0))))))

soft =
-\tweak stencil #new-stil \fermata

#(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)))

mynote =
#(define-music-function (m)
   (ly:duration?)
   #{
     \override Score.RehearsalMark.break-align-symbols = #'(time-signature)
     \once \override Score.RehearsalMark.self-alignment-X = #-1
     \mark \markup \fontsize #-3.5 \note { $m } #UP
   #}
   )

myottava =
#(define-music-function (o) (integer?)
   (let ((text (case o
                 ((0) #f)
                 ((1 -1) "8")
                 ((2 -2) "15"))))
     #{
       \ottava #o
       \set Staff.ottavation = #text
     #}))

dynamictext =
#(define-event-function (text) (markup?)
   (if (string? text)
       (let* ((underscores-replaced
               (string-map
                (lambda (x) (if (eq? x #\_) #\space x))
                text))
              (split-text (string-split underscores-replaced #\space))
              (formatted (map
                          (lambda (word)
                            (if (string-match "^[mrzfps]*$" word)
                                (markup #:dynamic word)
                                (markup #:normal-text #:italic word)))
                          split-text)))
         #{
           #(make-dynamic-script (make-line-markup formatted))
         #})
       ;; user provided a full-blown markup, so we don't mess with it:
       #{
         #(make-dynamic-script (markup #:normal-text text))
       #}))

dynstr =
#(define-event-function (text) (markup?)
   (if (string? text)
       (let* ((underscores-replaced
               (string-map
                (lambda (x) (if (eq? x #\_) #\space x))
                text))
              (split-text (string-split underscores-replaced #\space))
              (formatted (map
                          (lambda (word)
                            (if (string-match "^[mrzfps]*$" word)
                                (markup #:dynamic word)
                                (markup #:normal-text #:italic word)))
                          split-text)))
         #{
           #(make-dynamic-script (make-line-markup formatted))
         #})
       ;; user provided a full-blown markup, so we don't mess with it:
       #{
         #(make-dynamic-script (markup #:normal-text text))
       #}))

orgel =
%Notensatz 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" { \transpose c $p $sop }
           \new Voice { \transpose c $p $alt }
         >>
         \new Staff="down"
         <<
           \new Voice { \transpose c $p $ten }
           \new Voice { \transpose c $p $bas }
           \new Voice $stru
         >>
       >>
     >>
   #}
   )

\include "articulate.ly"


#(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)))

#(define-markup-command (tonart-fromproperty layout props text-1 symbol symbol2)
   (markup? symbol? symbol?)
   #:category other
   (let* ((m (chain-assoc-get symbol props))
          (ton (chain-assoc-get symbol2 props))
          (dur (if (markup? ton) ton "-Dur"))
          )
     (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 dur)))
         empty-stencil)))
\paper {
  #(include-special-characters)
  indent = #0
  ragged-right = ##f
  ragged-last = ##f
  print-all-headers = ##f
  print-first-page-number = ##f
  oddFooterMarkup = ##f
  evenFooterMarkup = ##f
  oddHeaderMarkup = #oddFooterMarkup
  evenHeaderMarkup = #evenFooterMarkup
  bookTitleMarkup =
  \markup {
    \override #'(baseline-skip . 2)
    \column {
      \fill-line \override #'(baseline-skip . 3) {
        \huge \larger \larger \bold
        \center-column {
          \fromproperty #'header:title
         }
      }
      \fill-line \override #'(baseline-skip . 3) {
        \fontsize #-2 \bold
        \center-column {
         \vspace #.3
          \fromproperty #'header:subtitle
          " "
        }
      }
      \fontsize #-1.5 {
        \fill-line {
          "Notensatz: lilypond.miraheze.org" \fromproperty #'header:composer
        }
      }
      \fontsize #-1.5 \fill-line {
        ""
        \tonart-fromproperty "Originaltonart: " #'header:key #'header:dur
      }
    }
  }
}

\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 {
    \Lyrics
    \override VerticalAxisGroup.staff-affinity = #CENTER
    \override LyricText.font-size = #-1.5
  }
  \context {
    \Staff
    printPartCombineTexts = ##f
    beamExceptions = #'()
    \override BreathingSign.text =
    \markup { \musicglyph "scripts.lvarcomma" }
    \override InstrumentName.font-features = #'("smcp")
    \consists #Span_stem_engraver
  }
  \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 = #'()
    \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
    \override SystemStartBar.collapse-height = #4

  }
  \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 {
    \PianoStaff
    \override StaffGrouper.staffgroup-staff-spacing.basic-distance = #2
    \override StaffGrouper.staffgroup-staff-spacing.minimum-distance = #0
  }
  \context {
    \StaffGroup
    \override SystemStartBracket.collapse-height = #4
    \override SystemStartBracket.thickness = #.2
  }
}