]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/mutopia.itely
1ce696d77fcd4c8675573d7b07f6b4a3fc649d6e
[lilypond.git] / Documentation / user / mutopia.itely
1 @node Mutopia project
2 @chapter Mutopia project
3 @cindex mutopia project
4 @cindex sheet music archive
5
6 [TODO:
7
8 * different name. Ports sucks
9
10 * drop for 1.4
11
12 * mutopia is rather offtopic in the lilypond manual
13
14 ]
15
16
17 Mutopia is a collection of public domain sheet music.  All the music
18 on Mutopia is completely free to download, print out, perform and
19 distribute.  Mutopia is similar in spirit to Project Gutenburg.  You can
20 help the project by entering music (either by hand, or by converting
21 from scans or MIDI) and submitting it.  Point your browser to the
22 @uref{http://www.mutopiaproject.org}.
23
24 @menu
25 * Mutopia ports collection::    
26 @end menu
27
28 @node Mutopia ports collection
29 @section Mutopia ports collection
30 @cindex mutopia ports collection
31
32
33 The ports collection to makes all music in Mutopia very easily
34 accessible for LilyPond users to study, edit and print.  The
35 ports-system performs the following functions:
36
37 @enumerate 1
38 @item  download anything from Mutopia
39 @item  compile for printing or for Mutopia submission
40 @item  publish and package for Mutopia
41 @end enumerate
42
43 Type @samp{make help} in @file{ports} directory to see possible
44 targets.
45
46 @ignore
47 [TODO]
48
49 Now that we have the @samp{make sync} target, maybe we should
50 only dist the composers in the tarball:
51 @example
52 ports/mutopia/ArbeauT
53 ports/mutopia/BachJS
54 ports/mutopia/BanchieriA
55 ports/mutopia/BeethovenLv
56 ports/mutopia/BendaJA
57 ports/mutopia/BruhnsN
58 ports/mutopia/CarcassiM
59 ports/mutopia/CarulliF
60 ports/mutopia/ClementiM
61 ports/mutopia/DowlandJ
62 ports/mutopia/GiordianoG
63 ports/mutopia/JoplinS
64 ports/mutopia/MilanL
65 ports/mutopia/MozartWA
66 ports/mutopia/PaganiniN
67 ports/mutopia/Saint-SaensC
68 ports/mutopia/SatieE
69 ports/mutopia/SchubertF
70 @end example
71
72 To build the Solo Cello Suite from J.S.Bach, you would do:
73 @example
74 $ cd ports/mutopia/BachJS
75 $ make sync
76 $ cd BWV1008/solo-cello-suite-ii
77 $ make mutopia
78 @end example
79
80 Disadvantage: no clue of available titles.
81 @end ignore
82