%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/lilypond-2.26.0/input/regression/mozart-hrn-3.ly"
\sourcefileline 0
\header{
  title = "Konzert Nr. 3 Es dur"
  subtitle = "für Horn und Orchester"
  composer = "Wolfgang Amadeus Mozart (1756-1791)"
  enteredby = "HWN"
  opus = "KV 447"

  copyright = "public domain"
  instrument = "Horn in F"
  editor = "Henri Kling"
  mutopiatitle = "Horn Concerto 3"
  mutopiacomposer = "W.A.Mozart"
  mutopiaopus = "KV447"
  style = "classical"
  maintainer = "hanwen@xs4all.nl"
  maintainerEmail = "hanwen@xs4all.nl"
  maintainerWeb = "http://www.xs4all.nl/~hanwen/"
  lastupdated = "2002/May/21"
  source = "Edition Breitkopf 2563"
  footer = "Mutopia-2002/05/21-25"

  tagline = \markup {
    \smaller \column {
      \fill-line { \footer "" }
      \fill-line {
        \line { "This music is part of the Mutopia project,"
          \typewriter { "http://mutopiaproject.org/" }
        }
      }
      \fill-line {
        #(string-append  "It has been typeset and placed in the public "
                                    "domain by " maintainer ".")
      }
      \fill-line {
        \line {
          "Unrestricted modification and redistribution"
          "is permitted and encouraged - copy this music"
          "and share it!"
        }
      }
    }
  }

  texidoc="
This is the Mozart 3 for horn.  It's from an Edition Breitkopf EB
2563, edited by Henri Kling. Henri Kling (1842-1918) was a horn
virtuoso that taught in Geneva.
"
}

\version "2.19.12"

\include "mozart-hrn3-defs.ily"
\include "mozart-hrn3-allegro.ily"
\include "mozart-hrn3-romanze.ily"
\include "mozart-hrn3-rondo.ily"

\paper {
  system-system-spacing.basic-distance = 10
  score-system-spacing.basic-distance = 20
}

\book {
  \score {
    { \transpose c' bes \allegro }
    \layout { }
    \header {
      piece = "Allegro"
      opus = ""
    }

    \midi {
      \tempo 4 = 90
    }
  }

  \score {
    { \transpose c' bes \romanze }
    \header {
      piece = "Romanze"
      opus = ""
    }

    \midi {
      \tempo 4 = 70
    }

    \layout { }
  }

  \score
  {
    { \transpose c' bes \rondo }
    \header {
      piece = "Rondo"
      opus = ""
    }

    \midi {
      \tempo 4 = 100
    }

    \layout { }
  }
}

%% Local Variables:
%% coding: utf-8
%% End:



% ****************************************************************
% end ly snippet
% ****************************************************************
