% \paper { % #(define dump-extents #t) % % indent = 0\mm % line-width = 160\mm - 2.0 * 0.4\in % ragged-right = ##t % force-assignment = #"" % line-width = #(- line-width (* mm 3.000000)) % } \paper { #(set-paper-size "a5") bookTitleMarkup = \markup { \fill-line { \fromproperty #'header:title \fromproperty #'header:composer } } } \layout { } \sourcefilename "01.ach_gott_und_herr.ly" \sourcefileline 0 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. \version "2.12.3" \header { title = "Ach Gott und Herr" composer = \markup \center-column { \small "(1625) Freiberg, 1655" } tagline = "" } global = { \key bes \major \time 6/4 } soprano = \relative c'' { \clef treble \global \partial 2 bes2 a4 g f2 a4\rest f g a bes2 c2 \time 4/4 bes4 a g a \time 6/4 g2 f bes a4 bes c2 a4\rest c d bes c2 f, \time 4/4 g4 a bes d c2 bes \bar "|." } alto = \relative c' { \clef treble \global d2 d4 bes d2 s4 c ees4 ees d2 f2 % \time 4/4 d4 c c c % \time 6/4 c2 a d ees4 d f2 s4 f f4 d f2 f % \time 4/4 ees4 ees f f f2 d } tenor = \relative c { \clef bass \global \partial 2 f2 f4 g bes2 s4 a bes4 c f,2 f f4 f e f f4( e) f2 f c'4 bes a2 s4 a a4 bes a2 bes bes4 c bes bes bes4 a bes2 } bass = \relative c { \clef bass \global \partial 2 bes2 d4 ees bes2 c4\rest f ees4 c bes2 a bes4 f c' a c2 s2 bes c4 g' f2 c4\rest f d4 g f2 d ees4 c d bes f'2 bes, } \score { \new PianoStaff << %\set PianoStaff.instrumentName = #"Piano " \new Staff = "sopran-alt" \with { midiInstrument = "choir aahs" } << \new Voice = "soprano" { \voiceOne \soprano } \new Voice = "alto" {\voiceTwo \alto } >> \new Staff = "tenor-bass" \with { midiInstrument = "choir aahs" } << \new Voice = "tenor" { \voiceOne \tenor } \new Voice = "bass" { \voiceTwo \bass } >> >> \layout { } \midi { } }