horndude77 / open-scores

Some lilypond scores I work on.

open-scores / BeethovenSymphony3 / Header.lyi
100644 59 lines (55 sloc) 1.74 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\version "2.13.4"
 
\header
{
  title = \markup{Symphony No. 3 in E\flat Major}
  subtitle = "Eroica"
  opus = "Op. 55"
  composer = "Ludwig van Beethoven (1770-1827)"
  copyright = "Creative Commons Attribution-ShareAlike 3.0"
  instrument = \instrument
 
  mutopiatitle = "Symphony No.3 in Eb Major (Eroica)"
  mutopiacomposer = "BeethovenLv"
  mutopiaopus = "Op.55"
  mutopiainstrument = "Orchestra"
  date = "1805"
  source = "Braunschweig: Henry Litolff's Verlag, n.d.(ca.1865)"
  style = "Classical"
  maintainer = "Jay Anderson"
  maintainerEmail = "horndude77@gmail.com"
  lastupdated = "2009/May/8"
  footer = "Mutopia-2009/06/04-1655"
  tagline =
  \markup
  {
    \override #'(box-padding . 1.0)
    \override #'(baseline-skip . 2.7)
    \box \center-column
    {
      \small \line
      {
        Sheet music from \with-url #"http://www.MutopiaProject.org"
        \line
        { \teeny www. \hspace #-1.0 MutopiaProject \hspace #-1.0 \teeny .org \hspace #0.5 }
        • \hspace #0.5 \italic Free to download, with the \italic freedom to distribute, modify and perform.
      }
      \line
      {
        \small \line
        {
          Typeset using \with-url #"http://www.LilyPond.org"
          \line
          { \teeny www. \hspace #-1.0 LilyPond \hspace #-1.0 \teeny .org }
          by \maintainer \hspace #-1.0 . \hspace #0.5 Copyright © 2009. \hspace #0.5 Reference: \footer
        }
      }
      \line
      {
        \teeny \line
        {
          Licensed under the Creative Commons Attribution-ShareAlike 3.0 (Unported) License, for details see:
          \hspace #-0.5 \with-url #"http://creativecommons.org/licenses/by-sa/3.0" http://creativecommons.org/licenses/by-sa/3.0
        }
      }
    }
  }
}