]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web/introduction.itexi
Doc: Web: introduction - added href to OOoLilypond
[lilypond.git] / Documentation / web / introduction.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @node Introduction
11 @unnumbered Introduction
12
13 @divClass{column-center-top}
14 @subheading Our Goal
15
16 @imageFloat{flat-design,png,right}
17
18 LilyPond came about when two musicians wanted to go beyond the
19 soulless look of computer-printed sheet music.  Musicians prefer
20 reading beautiful music, so why couldn't programmers write
21 software to produce elegant printed parts?
22
23 The result is a program that creates beautiful sheet music
24 following the best traditions of classical music engraving.
25 It takes care of the details of layout programmatically,
26 allowing composers, transcribers and publishers to focus
27 on the @emph{music} instead of improving their software's
28 default output.  Performers will get parts that let them
29 concentrate on @emph{playing} music instead of @emph{reading} it.
30
31
32 @divEnd
33
34 @divClass{link-headings}
35
36 @divClass{column-left-top}
37 @subheading What LilyPond does
38
39 @itemize
40
41 @item
42 @ref{Features}: What can LilyPond do?
43
44 @item
45 @ref{Examples}: I want to see some music!
46
47 @item
48 @ref{Freedom}: LilyPond is Free Software.
49
50 @item
51 @ref{Background}: Our computational aesthetics.
52
53 @end itemize
54 @divEnd
55
56 @divClass{column-right-top}
57 @subheading LilyPond in use
58 @itemize
59
60 @item
61 @ref{Productions}: Real-life use of LilyPond.
62
63 @item
64 @ref{Reviews}: What do people say?
65
66 @end itemize
67 @divEnd
68
69 @divClass{column-center-bottom}
70 @subheading How LilyPond works
71 @itemize
72
73 @item
74 @ref{Text input}: You write music as @emph{text}?!
75
76 @item
77 @ref{Easier editing}: Other ways of working with LilyPond.
78
79 @end itemize
80 @divEnd
81
82 @divEnd
83
84 @c TRANSLATORS, translations are not yet compiled in Info format, so
85 @c it's not worth translating the right column of the following
86 @c menu. -JM
87 @divClass{hide}
88 @menu
89 * Features::                    What can LilyPond do?
90 * Examples::                    I want to see some music!
91 * Freedom::                     Freedom and the GPL.
92 * Background::                  Computational aesthetics.
93 * Productions::                 Real-life use of LilyPond.
94 * Reviews::                     What do people say about it?
95 * Text input::                  You write music as text?!
96 * Easier editing::              Other ways of working with LilyPond.
97 @end menu
98 @divEnd
99
100
101
102 @node Features
103 @unnumberedsec Features
104 @divClass{column-center-top}
105
106
107 @subheading Excellent classical engraving
108
109 @imageFloat{flat-design,png,right}
110
111 LilyPond allows musicians to produce elegant sheet music that is
112 easy to read.  Its developer community has spent thousands of hours
113 developing powerful music engraving software that results in beautifully
114 engraved music.  All of LilyPond's style settings, font designs and
115 algorithms have been inspired by the finest hand-engraved music.
116 LilyPond output has the same strong, balanced and elegant look as the
117 best-engraved classical scores.  This is further explained in our
118 @ref{Essay}.
119
120
121 @divEnd
122
123 @divClass{column-center-top}
124 @subheading Text input
125
126 @subsubheading Everything is explicit
127
128 LilyPond processes text input, which contains all information
129 about the @emph{content} of your score and can easily be read
130 by any human or another program. There are no obscure
131 settings hidden behind menu items and binary file storage.
132
133 Read more about this concept on @ref{Text input}.
134
135
136 @subsubheading Tweaks are robust and traceable
137
138 If you have to change anything in the layout this tweak will
139 also be explicitly visible in the input file in human-readable
140 form, so you will always be able to retrace what you've done.
141 If you should accidentally break anything you can easily revert
142 or modify any decision without being at the mercy of an
143 @emph{Undo} function.
144
145
146 @subsubheading Text files are failure- and future-proof
147
148 Text files are very robust against file corruption. And as they are
149 human-readable, you will always be able to interpret them even if
150 you don't have access to the programs that created them.
151
152
153 @subsubheading Manage your scores with version control
154
155 Text files are applicable to be managed by version control. Go
156 for it and experience infinite and selective undo/redo mechanisms
157 and the full development history of your scores. Version control
158 may also open up new (collaborative) workflows for you.
159
160 @divEnd
161
162 @divClass{column-center-top}
163 @subheading Usability
164
165 @imageFloat{lilypond-book,png,right}
166
167
168 @subsubheading Effective layout choices
169
170 Spend less time with tweaking the output; LilyPond gets the
171 formatting correct right from the start.  It determines spacing by
172 itself, and breaks lines and pages to provide a tight and uniform
173 layout.  Clashes between lyrics, notes, and chords are resolved
174 and slurs and beams are sloped, automatically!
175
176
177 @subsubheading Mix music and text
178
179 Put fragments of music into texts without cutting and pasting
180 pictures.  Integrate music into @LaTeX{} or HTML seamlessly, or add
181 music to OpenOffice.org and LibreOffice with
182 @uref{http://extensions.services.openoffice.org/en/project/OOoLilyPond,OOoLilypond}.
183 Plugins are also available to allow LilyPond code in various blogs and
184 wikis, making online collaboration possible.
185
186
187 @subsubheading Accessibility
188
189 Text-based input also makes score-writing possible for users with
190 severe physical disabilities.  Dexterity-impaired users who are
191 unable to type or control a computer mouse can use
192 speech-recognition software to edit LilyPond files.  Even users
193 who are totally blind can use screen-reading software to write
194 LilyPond files -- an impossible task in graphical-based
195 score-writing programs.
196 You can see a spectacular score on @ref{Examples}.
197
198 @subsubheading Editor diversity
199
200 Several developers, themselves active LilyPond users,
201 have written tools specifically aimed at making the process of editing
202 LilyPond files faster and more effective; you are not tied to
203 a single user interface but can use different tools for different tasks.
204 You can even use a full-fledged LilyPond editor at home and use your
205 mobile phone's notepad app to edit the files on the go. For some examples,
206 see @ref{Easier editing}.
207 @c TODO: Change this when the new pages have been written and pushed
208
209
210 @divEnd
211
212 @divClass{column-center-top}
213
214 @subheading Extensible design
215
216 @subsubheading Easy management of style sheets
217
218 All layout settings can be changed to suit your personal typographical
219 taste. So you can easily write style sheets that change every aspect of
220 LilyPond scores' default appearance. As these are also written as text
221 and can be stored in separate files you can simply switch between two
222 stylesheets to produce scores with a completely different appearance or
223 layout.
224 You want to print a score on A4 paper and project it with a beamer,
225 one system per page? LilyPond's layout engine will effortlessly produce
226 both from the same input.
227
228 @subsubheading Add your own functions
229
230 If that still is not enough, there is always the built-in
231 scripting language Scheme, which can access LilyPond's layout
232 engine at the same level as LilyPond itself does, making it
233 a @emph{very} powerful tool.
234 Settings, variables and functions are all documented in the
235 comprehensive program reference manual.
236
237 @subsubheading Process scores programmatically
238
239 LilyPond input files can fully be edited or even generated by programs
240 and scripts. This can for example be used for algorithmical composition.
241 But you can also access the musical content for analysis, or manage
242 input fragments in a database. There are no limitations except your
243 imagination.
244
245
246 @subsubheading Create new tools using LilyPond
247
248 As LilyPond isn't a monolithic GUI program but a command line tool it
249 can be used from within other applications too. This way it is possible
250 to equip tools like e.g. web applications with LilyPond's engraving
251 power. There already exist several online tools using LilyPond.
252
253 @c (TBD: Add a link to the new @ref{Applications} page.
254
255
256 @divEnd
257
258 @divClass{column-center-top}
259
260 @subheading Environment
261
262 @imageFloat{frescobaldi-lilypond-editor-small,png,right}
263
264
265
266 @subsubheading Excellent support
267
268 LilyPond runs on all popular platforms: GNU/Linux, MacOS X, and
269 Windows.  LilyPond comes with extensive documentation and hundreds
270 of example files.  There is an active user community answering
271 questions on the lilypond-user mailing list, offering you friendly
272 help. The response time is usually very short, and often brillant
273 solutions to reported problems are developed. Thanks to the close
274 interaction with the development team such solutions are regularly
275 included in LilyPond itself.
276 Read more in @ref{Community}.
277
278
279 @subsubheading Free software
280
281 LilyPond can be downloaded free of charge!  Yep - It's free.  Get
282 it from the download page.
283
284 It's also free (as in @qq{speech}) software.  It comes with source
285 code, and permission to change and copy it.  So, are you irritated
286 by a bug, or yearning for a feature? Simply add it yourself, or
287 pay someone else to do it.
288 Read more on @ref{Freedom}.
289
290 @divEnd
291 @divClass{column-center-bottom}
292 @subheading Where now?
293
294 Still not convinced?  Look at some specific @ref{Examples}.  If you've
295 already decided to try LilyPond, first read about our
296 @ref{Text input}.
297 @divEnd
298
299
300
301 @node Examples
302 @unnumberedsec Examples
303
304 @divClass{column-center-top}
305
306 @subheading Beautiful examples
307
308 LilyPond is a powerful and flexible tool for engraving tasks of
309 all kinds.  Please browse our gallery of examples and be inspired!
310
311 @divEnd
312
313 @divClass{column-center-middle-color2}
314 @subheading Classical Music
315
316 This organ work by J.S. Bach is a fairly typical engraving project
317 in LilyPond.
318
319 @exampleImage{bach-bwv610}
320 @divEnd
321
322 @divClass{column-center-middle-color2}
323 @subheading Complex Notation
324
325 This example from @emph{Goyescas} by Enrique Granados shows some
326 of the more advanced features of typesetting, including kneed
327 beams, cross-staff stems, and voice-follow lines.
328
329 @exampleImage{granados}
330 @divEnd
331
332 @divClass{column-center-middle-color2}
333 @subheading Early Music
334
335 LilyPond also supports various types of ancient notation, such
336 as this passage of Gregorian chant.
337
338 @exampleImage{ancient-headword}
339 @divEnd
340
341 @divClass{column-center-middle-color2}
342 @subheading Modern Music
343
344 Contemporary composers find LilyPond well-suited to displaying
345 unusual notation.  Here is an excerpt from Trevor Bača's
346 @emph{Čáry}, for unaccompanied bass flute.
347
348 @exampleImage{cary}
349 @divEnd
350
351
352 @divClass{column-center-middle-color2}
353 @subheading Efficient, flexible creation of performance materials
354
355 Various performance materials can be created from the same source
356 code.  This is an excerpt of @uref{http://nicolas.sceaux.free.fr/,
357 Nicolas Sceaux's} engraving of Handel's @emph{Giulio Cesare}, in
358 full score, piano-vocal reduction, and a violin part.
359
360 @exampleImage{sesto-full}
361
362 @exampleImage{sesto-piano}
363
364 @exampleImage{sesto-violin}
365
366 @divEnd
367
368 @divClass{column-center-middle-color2}
369 @subheading Tablature
370
371 LilyPond supports tablature notation, which can be customized to
372 suit any instrument that reads from tablature.  The tablature
373 staff is generated automatically from notes entered for the 5-line
374 staff.
375
376 @exampleImage{tab-example}
377 @divEnd
378
379 @divClass{column-center-middle-color2}
380 @subheading Schenker Graphs
381
382 Standard output can be modified heavily.  Here is an impressive
383 Schenkerian analysis, created by Kris Schaffer, for an article
384 in @uref{http://www.linuxjournal.com/article/8364 , Linux Journal}.
385 The colors have been added for better visibility.
386
387 @exampleImage{bach-schenker}
388 @divEnd
389
390 @divClass{column-center-middle-color2}
391 @subheading Customized Output
392
393 A short excerpt from Stockhausen's Klavierstück II to demonstrate
394 Lilypond's ability to provide customised output.
395
396 @exampleImage{Stockhausen_Klavierstueck2}
397 @divEnd
398
399 @divClass{column-center-middle-color2}
400 @subheading Vocal Music
401
402 LilyPond is excellent for vocal music of all kinds, from sacred
403 hymns to opera.  Here is a medieval motet with slightly unusual
404 requirements.  The tenor voice is written in a different meter
405 than the others, but must line up as if it were in the same meter.
406 LilyPond handles this most elegantly.  Note also the incipits with
407 Vaticana style clefs, the slashed stems indicating plicated notes,
408 and the ligature braces above certain groups of notes.
409
410 @exampleImage{aucun-snippet}
411 @divEnd
412
413 @divClass{column-center-middle-color2}
414 @subheading Educational Applications
415
416 LilyPond is perfectly suited for educational purposes as well.
417 Here is an example of a simple counterpoint exercise.
418
419 @exampleImage{theory}
420 @divEnd
421
422 @divClass{column-center-middle-color2}
423 @subheading Popular Music
424
425 It is simple to create pop lead sheets with melody, lyrics,
426 chord names, and fretboards.  In this example you see some of the
427 predefined fretboard diagrams, but these can be heavily customized
428 to suit nearly any situation.
429
430 @exampleImage{chart}
431 @divEnd
432
433 @divClass{column-center-middle-color2}
434 @subheading Large Projects
435
436 LilyPond is excellent for large projects like operas or works for
437 full symphony orchestra, as well.  In addition, the text-based
438 input provides greater accessibility -- this example was
439 contributed by Hu Haipeng, a blind composer.
440
441 @exampleImage{orchestra}
442 @divEnd
443
444 @divClass{column-center-bottom}
445 @subheading Where now?
446
447 Still not convinced?  LilyPond is Free software, granting you
448 @ref{Freedom}.  If you've already decided to try LilyPond, first
449 read about our @ref{Text input}.
450 @divEnd
451
452
453 @node Freedom
454 @unnumberedsec Freedom
455
456 @divClass{column-center-top}
457 @subheading Free Software
458
459 @uref{http://www.gnu.org/, GNU} LilyPond is written and maintained
460 by a community of enthusiasts.  It is published under the
461 @ref{GPL, GNU General Public License} and the @ref{FDL, GNU Free
462 Documentation License}, giving everybody the freedom to fix,
463 modify, and extend the program.  Creating beautiful music should
464 not require hundreds of dollars of software!
465 @divEnd
466
467
468 @c @divClass{column-left-top}
469 @divClass{column-center-middle-color2}
470 @divClass{keep-bullets}
471 @subheading What are the benefits to users?
472
473 @itemize
474
475 @item
476 No cost: download and try it out!  What do you have to lose?
477
478 @item
479 Sharing: if you like the program, give a copy to your friends,
480 teachers, students, and colleagues!
481
482 @item
483 Source available: if you are curious about how LilyPond creates
484 some notation, you can see exactly how it is done.
485
486 @item
487 Extendible: you can add features, fix bugs, and change the
488 functionality.  If you are not a programmer, you can hire somebody
489 to do those tasks.
490
491 This may not seem appealing to casual musicians, but the ability
492 to extend software can be highly valuable to serious composers,
493 companies, and academics.
494
495 @item
496 Future safety: if a commercial company goes bankrupt, what happens
497 to any electronic music which depends on their products?  This is
498 not a concern with LilyPond; even if the entire development team
499 quits (extremely unlikely), the program will still be legally
500 available for copying, modifications, and distribution.
501
502
503 @end itemize
504
505 @divEnd
506 @divEnd
507
508
509 @c @divClass{column-right-top}
510 @divClass{column-center-middle-color3}
511 @divClass{keep-bullets}
512 @subheading Why do LilyPond developers @qq{give away} their work for free?
513
514 Most of us view LilyPond development as a hobby or volunteer work.
515 So this question is really asking @qq{why do people volunteer}?
516
517 @itemize
518
519 @item
520 Fun: working towards a goal can be enjoyable, especially when you
521 work as a team!
522
523 @item
524 Shared goals: we all want beautiful sheet music, but few people
525 have the expertise (and nobody has the time!), to create a program
526 which can handle all situations.  By working together -- one
527 person improves the automatic beaming code, another person
528 improves the shape of slurs, and a third person writes
529 documentation explaining how to use these features -- we can
530 achieve our goal with only a fraction of the individual effort.
531
532 @item
533 @qq{Gift culture}: the Free Software
534 movement has created many great software projects, such as
535 @uref{http://kernel.org/, GNU/Linux},
536 @uref{http://www.getfirefox.com/, Mozilla Firefox}, and
537 @uref{http://www.wesnoth.org/, Battle for Wesnoth}.  Having
538 benefitted from these projects, some developers want to @qq{give
539 back} to the community.
540
541 @item
542 Work experience: contributing to free software projects is a great way to
543 practice programming, documentation writing, documentation translation,
544 or design.  This experience has helped some developers gain job offers
545 or scholarships.
546
547
548 @end itemize
549
550 @divEnd
551 @divEnd
552
553
554 @divClass{column-center-bottom}
555 @subheading Where now?
556
557 Still not convinced?  Read our extensive essay about our engraving
558 philosophy in @ref{Background}.  If you've already decided to try
559 LilyPond, first read about our @ref{Text input}.
560 @divEnd
561
562
563 @node Background
564 @unnumberedsec Background
565
566 @divClass{column-center-top}
567 @subheading Background essay
568
569 We have an extensive essay describing computational aesthetics:
570 the art of creating beauty with a computer.
571
572 This is interesting reading if you are interested in an in-depth
573 discussion of our fundamental ideas.  Due to its volume the
574 essay is available as a "manual".  If you would like to read
575 it now, please progress to @ref{Essay}.  However, if you just
576 want a quick introduction to LilyPond, you might skip it for now.
577 @divEnd
578
579 @divClass{column-center-bottom}
580 @subheading Where now?
581
582 Still not convinced?  Read about some of our users'
583 @ref{Productions} and sheet music.  If you've already decided to
584 try LilyPond, first read about our @ref{Text input}.
585 @divEnd
586
587
588 @node Productions
589 @unnumberedsec Productions
590
591 @divClass{column-center-top}
592
593 @subheading Productions using LilyPond
594
595 Here you can read about people who actually use LilyPond
596 in their productions, be it for performances of their
597 music or as published scores.
598
599 @divEnd
600
601 @divClass{column-left-top}
602 @subheading Concerts
603
604 LilyPond engravings have been used for performances around the world.
605 Some highlights:
606
607 @divClass{keep-bullets}
608 @itemize
609
610 @item
611 @uref{http://www.aurelienbello.com/,Aurélien Bello} has arranged a
612 version of Richard Strauss's @emph{Der Rosenkavalier} for four singers
613 and a chamber orchestra of thirteen players.  This has been commissioned
614 by the Berlin Philharmonic Orchestra whose members will be the performers on
615 @uref{http://www.festspielhaus.de/veranstaltung/der-kleine-rosenkavalier-02-04-2015-1100/,April 2nd and 6th} 
616 at the Festspielhaus, Baden-Baden, and on 
617 @uref{http://www.berliner-philharmoniker.de/konzerte/kalender/details/21070/,April 26th}
618 in the @emph{Philharmonie (großer Saal)}, Berlin.  We are pleased to see
619 musicians of such reputation playing from LilyPond scores -- and they are
620 reportedly very happy with them.
621
622 Aurélien has also re-orchestrated @emph{Der Ring des Nibelungen} by Richard
623 Wagner to a
624 @uref{http://www.rsb-online.de/content/konzerte/wagnerzyklus-10-13/wagner-fuer-kinder/index_ger.html,100-minute version for children}.
625 Written for a standard symphony orchestra, but with a reduced cast of
626 singers, it was performed by the @emph{Radio-Sinfonieorchester Berlin}
627 in April 2014 at the Atze Musiktheater, Berlin.  The Conductor was Heiko
628 Matthias Förster.
629
630 @item
631 Joe Smeets created sheet music for the children's book @emph{Zing Mee}
632 (@emph{Sing along}) by Annie M.G. published by Querido -- ISBN
633 9789045106205:
634 @uref{http://www.queridokinderenjeugdboeken.nl/web/Boek.htm?dbid=18954&typeofpage=134707, www.queridokinderenjeugdboeken.nl}; choir
635 rehearsal scores for the Dutch translation of Benjamin Britten's
636 @emph{Saint Nicolas} performed by @emph{Muziektheater Hollands Diep} in
637 2011;
638 @uref{http://www.muziektheaterhollandsdiep.nl/nl/voorstellingen/sint_nicolaas_leeft, www.muziektheaterhollandsdiep.nl}.
639 He has also worked on the score and parts for an arrangement of
640 Moussurgsky’s @emph{Boris Godounov} for wind quartet, piano and
641 percussion which was performed in 2014, again by
642 @emph{Muziektheater Hollands Diep}.
643
644 @item
645 A critical edition of Tommaso Traetta's @emph{Enea nel Lazio (1760)},
646 opera series with libretto by Vittorio Amedeo Cigna-Santi, in four
647 parts:
648 @uref{http://www.academia.edu/1987651/Enea_nel_Lazio_opera_riformata_prima_lazione_poi_le_parole_-_Partitura_1_4_, Part One}
649 @uref{http://www.academia.edu/1994533/Enea_nel_Lazio_opera_riformata_prima_lazione_poi_le_parole_-_Partitura_2_4_, Part Two}
650 @uref{http://www.academia.edu/1994558/Enea_nel_Lazio_opera_riformata_prima_lazione_poi_le_parole_-_Partitura_3_4_, Part Three}
651 @uref{http://www.academia.edu/1996242/Enea_nel_Lazio_opera_riformata_prima_lazione_poi_le_parole_-_Partitura_4_4_, Part Four}
652 Created by
653 @uref{http://unito.academia.edu/LucaRossettoCasel, Luca Rossetto Casel}
654 for his Ph.D. Thesis.
655
656 @item
657 Mussorgsky's @emph{Pictures at an exhibition}, was re-orchestrated and
658 conducted by @uref{http://www.aurelienbello.com/,Aurélien Bello} with
659 the @uref{http://www.junge-philharmonie-brandenburg.de/,
660 Junge Philharmonie Brandenburg} in October 2011 and April 2012.
661
662 @item
663 @uref{http://www.kierenmacmillan.info/, Kieren MacMillan}, composer and
664 musical director.  His many, recent works include; @emph{Go Thy Way},
665 performed by the @uref{http://www.saltlakechoralartists.org/,
666 Salt Lake Choral Artists} in March 2012; The
667 @emph{Just Out of Reach Suite} performed
668 by the
669 @uref{http://www.herald-dispatch.com/news/marshall/x1883873762/Music-duo-Chrysalis-to-perform-at-Marshall-University-on-Jan-19,
670 Chrysalis Duo} ; @emph{thrafsmata} performed in July 2011 by the
671 @uref{http://www.pnme.org/CurrentSeason/PreviousSeasons.html, Pittsburgh
672 New Music Ensemble}.
673
674 @item
675 @emph{Anonymous Student Compliment or Complaint}, by
676 @uref{http://www.mikesolomon.org, Mike Solomon}, winner chosen from among
677 172 entries from 22 countries of the
678 @uref{http://leftcoastensemble.org, 2011 Left Coast Composition Contest}.
679 Other works include, Norman (age 1) for clarinet solo, performed at the
680 @uref{http://emu.music.ufl.edu/fems_concerts.html, University of Florida}'s
681 Electroacoustic Music Festival (FEMF), October 2010.
682
683 @item
684 A modern edition of the @emph{Serenata Erminia} by Alessandro Scarlatti,
685 edited by Thomas Griffin, Musicologist (Rome, Italy).  Performed on 22
686 October 2010 in the Galleria of the Palazzo Zevallos Stigliano, Naples,
687 Italy.  @uref{http://www.ascarlatti2010.net, Alessandro Scarlatti 2010},
688 in celebration of the composer's 350th birthday.
689
690 @item
691 @uref{http://www.mercurybaroque.org, Mercury Baroque}'s performance of
692 Lully's @emph{Armide}, May 15-16, 2009, in Houston, Texas (engraving by
693 @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}).
694
695 @item
696 Instrumental excerpts from Rameau's @emph{Hippolyte et Aricie} at
697 St. James's Church in Manhattan, May 8, 2009, by Frederick Renz
698 and his ensemble @uref{http://www.earlymusicny.org/, Early Music
699 New York} (engraving by
700 @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}).
701
702 @item
703 @emph{Affaire étrangère}, an opera by
704 @uref{http://valentin.villenave.net/,Valentin Villenave}
705 to a French libretto by
706 @uref{http://en.wikipedia.org/wiki/Lewis_Trondheim, Lewis
707 Trondheim}, premiered February 1, 2009 at
708 @uref{http://www.orchestre-montpellier.com/, L'Opéra National de
709 Montpellier}, France.
710
711 @end itemize
712 @divEnd
713
714 @divEnd
715
716
717 @divClass{column-right-top}
718 @subheading Published sheet music
719
720 @divClass{keep-bullets}
721 @itemize
722
723 @item
724 @uref{http://www.mutopiaproject.org/index.html, Mutopia Project},
725 over 1500 pieces of classical sheet music for free download, and
726 the main showcase of LilyPond scores.
727
728 @c don't make this "Mutopia" a link, since that looks silly.
729 @item
730 @uref{http://etudeapp.com, Etude}, @qq{sheet music on steroids} is
731 an iPhone app which displays piano music engraved with LilyPond,
732 including many pieces from Mutopia.  The app includes a virtual
733 piano keyboard showing which keys to press to help beginners learn
734 how to read sheet music.
735
736 @item
737 @uref{http://www.adoromusicpub.com/, Adoro Music Publishing},
738 high-quality scores of sacred music, available for immediate
739 download or in traditional paper format.
740
741 @item
742 @uref{http://www.shadylane.fr, The Shady Lane Publishing},
743 a @qq{micro musical publishing house} whose goal is to promote a
744 new form of musical economy closer to the musicians and music
745 lovers.
746
747 @end itemize
748
749 @divEnd
750
751 @divEnd
752
753 @contactUsAbout{concerts or sheet music}
754
755 @divClass{column-center-bottom}
756 @subheading Where now?
757
758 Still not convinced?  Read some of our users' @ref{Reviews}.
759 If you've already decided to try LilyPond, first read about our
760 @ref{Text input}.
761 @divEnd
762
763 @c TRANSLATORS, so far it's mostly from
764 @c http://lilypond.org/web/switch/testimonials
765
766 @node Reviews
767 @unnumberedsec Reviews
768
769 @divClass{column-center-top}
770 @subheading What do people say about LilyPond?
771
772 @divEnd
773
774
775 @divClass{column-left-top}
776 @subheading Published articles
777
778 @divClass{keep-bullets}
779 @itemize
780
781 @item
782 April 2011
783
784 @uref{http://www.linux-magazine.com,Linux Magazine} publishes an
785 article titled
786 @uref{http://www.linux-magazine.com/w3/issue/126/088-090_projects.pdf,
787 Projects on the Move}.  It is an introductory article on MuseScore,
788 LilyPond and Chordii.  Author Carla Schroder states @qq{LilyPond is
789 driven from the command line, but don’t let the lack of a GUI scare
790 you away; LilyPond is user-friendly and easy to learn}, and provides
791 a hands-on example.
792
793 @item
794 May 2010
795
796 Peter Kirn, on the Create Digital Music website, publishes a
797 @uref{http://createdigitalmusic.com/2010/05/14/lilypond-free-beautiful-music-notation-engraving-for-anyone/,LilyPond
798 review}.  He takes a balanced view on usage, praises LilyPond's
799 high-quality notation and suggests to try it out.
800
801 @item
802 September 2009
803
804 The German LinuxUser magazine wrote an
805 @uref{http://www.linux-community.de/Internal/Artikel/Print-Artikel/LinuxUser/2009/10/Digitaler-Notenschluessel,
806 article about LilyPond}.
807
808 @item
809 August 2009
810
811 Ann Drinan, on the
812 @uref{http://www.polyphonic.org/article.php?id=188, Polyphonic.org}
813 website, presents comments by two orchestra librarians who
814 talk about using software to maintain their libraries.
815
816 @item
817 June 2009
818
819 In an @uref{http://web.archive.org/web/20110325004849/http://news.lilynet.net/Free-Music-Now, article}
820 published in the French @emph{National Conservatory Parent
821 Association}'s yearly magazine, French composer and LilyPond
822 contributor Valentin Villenave explains how Free licenses, and
823 specifically LilyPond-engraved scores, are instrumental in
824 making written music accessible to all.
825
826 @item
827 February 2008
828
829 In @uref{http://www.musicbyandrew.ca/finale-lilypond-1.html,
830 articles on his personal site}, Andrew Hawryluk compares Finale
831 and LilyPond in general terms, and evaluates engraving
832 capabilities of both pieces of software in detail.  The second
833 article is an instructive analysis of engraving issues in
834 Rachmaninoff's Piano Prelude No. 6, including comparisons with a
835 hand-engraved reference edition.
836
837 @item
838 June 2006
839
840 @uref{http://distrowatch.com,DistroWatch} awards LilyPond and
841 @uref{http://distrowatch.com/weekly.php?issue=20060605,writes}
842 @qq{Ladies and Gentleman, we are pleased to announce that, based
843 on readers' requests, the DistroWatch May 2006 donation has been
844 awarded to LilyPond (@euro{}190.00) and Lua (US$250.00).}
845
846 @item
847 December 2005
848
849 @uref{http://linuxjournal.com,Linux Journal} publishes an article
850 titled @uref{http://www.linuxjournal.com/article/8364, Make
851 Stunning Schenker Graphs with GNU LilyPond}.  It is an in-depth
852 but hands-on feature article with crisp LilyPond graphics.  Author
853 Kris Shaffer remarks @qq{GNU LilyPond generates beautiful graphics
854 that make commercial alternatives seem second-rate.}
855
856 @item
857 August 20, 2005
858
859 The Belgian newspaper De Standaard investigates what drives Free
860 Software authors in an article titled
861 @uref{http://www.standaard.be/Artikel/Detail.aspx?artikelId=G42H5GD6,
862 Delen van KENNIS zonder WINSTBEJAG} (Non-profit sharing of
863 knowlegde) in its @q{DS2 bijlage}.  LilyPond is used as an example
864 and the article is interspersed with quotes from an email
865 interview with Jan Nieuwenhuizen.  This marks LilyPond's first
866 appearance in mainstream printed press.
867
868 @item
869 June 2005
870
871 A French article on the LilyPond 2.6 release appeared on
872 @uref{http://linuxfr.org/2005/06/27/19210.html, linuxfr.org}.
873
874 @item
875 October 2004
876
877 The editors of Computer!Totaal, a Dutch computer magazine,
878 @uref{http://lilypond.org/website/pdf/computer-totaal.jpeg,
879 describe LilyPond} in the October 2004 issue as: @qq{Wonderful
880 free (open source) software [@dots{}] The sheet music produced by
881 LilyPond is exceptionally pretty [@dots{}] a very powerful system that
882 can do almost anything.}
883
884 @item
885 July, August 2004
886
887 Dave Phillips wrote an introductory article for
888 @uref{http://linuxjournal.com,Linux Journal}: At
889 the sounding edge: LilyPond, parts
890 @uref{http://www.linuxjournal.com/article/7657, one} and
891 @uref{http://www.linuxjournal.com/article/7719, two}.
892
893 @item
894 March 2004
895
896 Chris Cannam
897 @uref{http://www.all-day-breakfast.com/cannam/linux-musician/lilypond.html,interviewed}
898 Han-Wen Nienhuys and Jan Nieuwenhuizen on linuxmusician.com
899 (original site defunct).  This interview was also reviewed in a
900 @uref{http://slashdot.org/article.pl?sid=04/03/13/2054227&tid=,
901 slashdot story}.
902
903 @item
904 February 2004
905
906 Jazz singer Gail Selkirk writes about
907 @uref{http://www.songbirdofswing.com/editorial_page/lilypond/,
908 Diving into LilyPond}.  @qq{@dots{} you can make lead sheets or full
909 orchestral parts, and the results can be stunning.}
910 @uref{http://www.computermusic.co.uk/, Computer Music Special},
911 issue CMS06.
912
913 @end itemize
914
915 @divEnd
916 @divEnd
917
918
919 @divClass{column-right-top}
920 @subheading User testimonials
921
922 @divClass{testimonial-item}
923 @imageFloat{carter-brey,jpg, right}
924 @subsubheading @uref{http://nyphil.org/meet/orchestra/index.cfm?page=profile&personNum=7, Carter Brey}, Principal Cellist, New York Philharmonic
925
926 @qq{@dots{} I've written a couple of encore pieces for solo cello
927 which I've printed with LilyPond and which I'm going to submit to
928 Schirmer for publication.  I'll bet their engraved version wouldn't
929 look half as sharp as mine!}
930 @divEnd
931
932
933 @divClass{testimonial-item}
934 @imageFloat{orm-finnendahl,jpg, left}
935 @subsubheading @uref{http://icem-www.folkwang-hochschule.de/~finnendahl/, Orm Finnendahl}, professor of Composition, Musikhochschule Freiburg
936
937 @qq{Although I don't know [LilyPond] very well yet, I'm
938 @strong{*very} impressed.  I used the program to input a motet of
939 Josquin Desprez in mensural notation and there's no doubt that
940 lilypond outscores all other notation programs easily concerning
941 speed, ease of use and look!}
942 @divEnd
943
944
945 @divClass{testimonial-item}
946 @imageFloat{darius-blasband,jpg, right}
947 @subsubheading Darius Blasband, composer (Brussels, Belgium)
948
949 @qq{[..after the first orchestra rehearsal] I got numerous
950 compliments about the quality of the scores.  Even more
951 importantly, while LilyPond provides numerous hacks to improve the
952 way its scores look, what the orchestra got from me is basically
953 the raw, untouched output.}
954 @divEnd
955
956
957 @divClass{testimonial-item}
958 @subsubheading Kieren MacMillan, composer (Toronto, Canada)
959
960 @qq{thanks and kudos to the development team for their incredible
961 work.  I've never seen anything approaching the output that I get
962 from LilyPond -- I'm totally confident that my music publishing
963 needs will be fulfilled beyond my expectations using this great
964 application.  [@dots{}] basically untweaked LilyPond output
965 [@dots{}] looks better than most recent @q{professional}
966 publications I've compared it to (q.v., just about any Warner
967 Bros. score, and even many of the most recent by @q{the old
968 houses}). [@dots{}]} @qq{Beat that, Finale/Sibelius/Igor/whatever!!!}
969 @divEnd
970
971
972 @divClass{testimonial-item}
973 @subsubheading Chris Cannam, lead programmer of the @uref{http://www.rosegardenmusic.com/, RoseGarden} project
974
975 @qq{LilyPond is obviously the zillion-ton gorilla [of great music
976 typesetting].}
977 @divEnd
978
979
980 @divClass{testimonial-item}
981 @subsubheading Chris Snyder, @uref{http://www.adoromusicpub.com/, Adoro Music Publishing}
982
983 @qq{The way that music is entered for LilyPond causes me to think in a
984 more musical way -- there have been times when I've been stumped as
985 to how to tell Lily to engrave something, only to realize that
986 even if I did get it exactly as the composer wanted, the music
987 would be confusing to read.  LilyPond makes it much easier for me
988 to work in my dual editor+engraver role.}
989
990 @qq{I've been using LilyPond exclusively for my fledgling music
991 publishing business.  Virtually without exception, every composer
992 has been blown away by the quality of the engraving when presented
993 with the proofs of their music about to be published.  I deserve
994 some of the credit for this -- I spend a lot of time tweaking
995 output, especially ties (mainly in chords) -- but LilyPond gives
996 me an excellent starting point, a very intuitive interface, and
997 the ability to modify absolutely anything if I want to take the
998 time.  I'm convinced that no commercial product can come close.}
999 @divEnd
1000
1001
1002 @divClass{testimonial-item}
1003 @subsubheading David Bobroff, Bass Trombone, Iceland Symphony Orchestra
1004
1005 @qq{I think LilyPond is great [@dots{}] The more I learn about LilyPond
1006 the more I like it!}
1007 @divEnd
1008
1009
1010 @divClass{testimonial-item}
1011 @subsubheading Vaylor Trucks, Electric guitar player (Yes, @uref{http://www.allmanbrothersband.com/modules.php?op=modload&name=userpage&file=content&page_id=12, related to})
1012
1013 @qq{I am super impressed with LilyPond [@dots{}]}
1014
1015 @qq{THIS IS THE BEST PROGRAM EVER!!!}
1016
1017 @qq{Thank you all SO MUCH for your hard work and dedication!}
1018 @divEnd
1019
1020
1021 @divClass{testimonial-item}
1022 @subsubheading @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}, @uref{http://www.mutopiaproject.org/, Mutopia} contributor
1023
1024 @qq{I had a kind of hate-passion relationship with it.  Passion
1025 because the first score I saw was so amazing! The description of
1026 LilyPond lies about its beautifulness, it is too modest! [@dots{}] as
1027 LilyPond is getting always better, and as I look closer how things
1028 are done in scheme, I have less and less frustrations.  Anyway,
1029 what I mean is: thank you for providing LilyPond, it is really
1030 good.}
1031 @divEnd
1032
1033
1034 @divClass{testimonial-item}
1035 @subsubheading @uref{http://www.troff.org/whoswho.html#werner, Werner Lemberg}, Conductor at the Theatre in Koblenz, Germany and distinguished GNU Hacker
1036
1037 @qq{Anyway, LilyPond does an amazingly good job!}
1038 @divEnd
1039
1040
1041 @divClass{testimonial-item}
1042 @subsubheading Paul Davis, developer of @uref{http://jackaudio.org/, JACK} and @uref{http://www.ardour.org/, Ardour}
1043
1044 @qq{I think [LilyPond is] an incredible program, and it produces
1045 wonderful, wonderful output.  when i read an interview about it
1046 last year, i was raving to several friends of mine about its
1047 potential.}
1048 @divEnd
1049
1050
1051 @divClass{testimonial-item}
1052 @subsubheading @uref{http://webusers.siba.fi/~mkuuskan/, Dr. Mika Kuuskankare}, researcher at the @uref{http://siba.fi, Sibelius Academy Finland}, composer and author of Expressive Notation Package (ENP)
1053
1054 @qq{I have the deepest respect towards LilyPond and towards its creators
1055 and maintainers as I know from personal experience how difficult this
1056 kind of software can be.}
1057 @divEnd
1058
1059
1060 @divClass{testimonial-item}
1061 @subsubheading @uref{http://camerondh.blogspot.com, David Cameron}, Musician, professional typesetter and long time SCORE user
1062
1063 @qq{My heartfelt thanks to everyone who contributes to this project.  I
1064 was a power SCORE user for big typesetting houses way back in the '90s,
1065 but I feel LilyPond finally makes it possible for me to get exactly what
1066 I want on the page, especially when it isn't "standard" practice.}
1067 @divEnd
1068
1069 @divEnd
1070
1071 @contactUsAbout{news articles or testimonals}
1072
1073 @divClass{column-center-bottom}
1074 @subheading Where now?
1075
1076 Read about our @ref{Text input}.
1077 @divEnd
1078
1079
1080
1081 @node Text input
1082 @unnumberedsec Text input
1083
1084 @c TRANSLATORS, so far it's mostly from
1085 @c http://lilypond.org/web/switch/howto
1086
1087 @divClass{column-center-top}
1088 @subheading @qq{Compiling} Music
1089
1090 @imageClickable{nereid-shot-small,png, (click to enlarge), nereid-shot,png, right}
1091
1092 LilyPond is a @emph{compiled} system: it is run on a text file
1093 describing the music.  The resulting output is viewed on-screen or
1094 printed.  In some ways, LilyPond is more similar to a programming
1095 language than graphical score editing software.
1096
1097 You do not write music by dragging notes from a graphical toolbar
1098 and placing them on a dynamically refreshing score; you write
1099 music by typing text.  This text is interpreted (or @qq{compiled})
1100 by LilyPond, which produces beautifully engraved sheet music.
1101
1102 People accustomed to graphical user interfaces might need to learn
1103 a new way of working, but the results are definitely worth it!
1104
1105 @warning{We present a quick overview of our text input -- it's not
1106 as complicated as it sounds!  Don't worry about understanding
1107 every detail in these examples; our beginner documentation covers
1108 everything at a much more gradual pace.}
1109
1110
1111 @subsubheading It's as simple as A B C
1112
1113 Notes are encoded with letters and numbers.  Special commands are
1114 entered with backslashes.
1115
1116 @imageFloat{text-input-1-annotate,png,center}
1117 @imageFloat{text-input-1-output,png,center}
1118
1119 Alterations are made with different names: add @w{@code{-is}} for
1120 sharp, and @w{@code{-es}} for flat (these are Dutch note names, other
1121 languages are available).  LilyPond figures out where to put
1122 accidentals.
1123
1124 @imageFloat{text-input-2-annotate,png,center}
1125 @imageFloat{text-input-2-output,png,center}
1126
1127
1128 @subsubheading Pop music
1129
1130 Put chords and lyrics together to get a lead sheet:
1131
1132 @imageFloat{text-input-pop-annotate,png,center}
1133 @imageFloat{text-input-pop-output,png,center}
1134
1135
1136
1137 @subsubheading Orchestral parts
1138
1139 The input file contains the notes of piece of music.  Score and
1140 parts can be made from a single input file, so that changing a
1141 note always affects the score and parts.  To be able to include
1142 the same music in multiple places, the music is assigned to a
1143 @qq{variable} (a name).
1144
1145 @imageFloat{text-input-parts-both-annotate,png,center}
1146
1147
1148 This variable is then used in a single part (here transposed, with
1149 condensed rests spanning several measures):
1150
1151 @imageFloat{text-input-parts-single-annotate,png,center}
1152 @imageFloat{text-input-parts-single-output,png,center}
1153
1154
1155 The same variable is used in the full score (here in concert
1156 pitch):
1157
1158 @imageFloat{text-input-score-annotate,png,center}
1159 @imageFloat{text-input-score-output,png,center}
1160
1161
1162 @subsubheading Beginner Documentation
1163
1164 We realize that many users find this way of entering music a bit
1165 odd.  For this reason, we have written extensive documentation to
1166 help new users, beginning with @ref{Learning}.  The Learning
1167 Manual is the best place to start, as many questions are answered
1168 before they come up!
1169
1170 Occasionally new users are unnecessarily confused by some aspects
1171 of LilyPond's behaviour.  Please read this manual before doubting
1172 whether LilyPond is working correctly.
1173
1174 More in-depth information is available in @ref{Manuals}.
1175
1176 Ben Lemon, a LilyPond user, has created a range of
1177 @uref{http://benlemon.me/blog/music/lilypond/operation-lilypond/,video tutorials}
1178 on his blog and which are aimed at new users.
1179
1180
1181 @subsubheading Easier editing environments
1182
1183 @imageClickable{lilykde-screenshot-small,png,
1184   (click to enlarge),lilykde-screenshot,png,right}
1185
1186 LilyPond is primarily concerned with producing top-quality
1187 engraved sheet music; creating a Graphical User Interface (GUI)
1188 would distract us from this goal.  However, there are other
1189 projects aimed at making it easier to create LilyPond input files.
1190
1191 Some editing environments include syntax highlighting, automatic
1192 command completion, and pre-made templates.  Other programs
1193 actually provide a GUI which allows direct manipulation of a
1194 graphical score.  For more information, see @ref{Easier editing}.
1195
1196 @divEnd
1197
1198 @divClass{column-center-bottom}
1199 @subheading Where now?
1200
1201 You are now ready to @ref{Download, Download LilyPond}.  Still not
1202 convinced?  Read about @ref{Easier editing}.
1203
1204 @divEnd
1205
1206
1207 @node Easier editing
1208 @unnumberedsec Easier editing
1209
1210 @ignore
1211 GNU policy forbids us from linking to non-Free software, so don't
1212 add such links.
1213
1214 In particular, don't link to:
1215 - the LilyPond bundle for TextMate (a commercial editor for MacOS).
1216
1217 @end ignore
1218
1219 @divClass{column-center-top}
1220 @subheading Front-end Applications
1221 @subsubheading Frescobaldi
1222
1223 @imageClickable{frescobaldi-lilypond-editor-small,png,
1224   (click to enlarge),frescobaldi-lilypond-editor,png,right}
1225
1226 @sourceimage{logo-linux,,,}
1227 @sourceimage{logo-macosx,,,}
1228 @sourceimage{logo-windows,,,}
1229
1230 @uref{http://www.frescobaldi.org}
1231
1232 Frescobaldi is a lightweight, yet powerful, music and text editor
1233 with many features added and enhanced particularly for LilyPond. Major
1234 features include point-and-click links between the code and music views,
1235 detailed score wizards, built in LilyPond documentation browser, syntax
1236 highlighting and automatic completion. Frescobaldi is written in
1237 Python, with PyQt4 for its user interface, and will run on all major
1238 operating systems (GNU/Linux, Mac OS X and Windows).
1239
1240 @subsubheading Denemo
1241
1242 @imageClickable{screenshot-denemo-small,png,
1243   (click to enlarge),screenshot-denemo,png,right}
1244
1245 @sourceimage{logo-linux,,,}
1246 @sourceimage{logo-macosx,,,}
1247 @sourceimage{logo-windows,,,}
1248
1249 @uref{http://denemo.org}
1250
1251 Denemo is a graphical editor which generates LilyPond source code,
1252 and also allows audio playback.  It allows users to view the
1253 LilyPond source code in parallel to the graphical view.  Extra
1254 LilyPond tweaks can be attached to notes, chords etc. and are stored
1255 with the Denemo file, so that users can continue to edit graphically.
1256
1257 Moving the cursor in the LilyPond text moves the cursor in the graphical
1258 view, and any syntax errors in your LilyPond tweaks are highlighted in
1259 the text view when printed from there.
1260
1261 @divEnd
1262
1263 @divClass{column-center-top}
1264 @subheading Browser-based editors
1265
1266 @subsubheading LilyBin
1267 @uref{http://lilybin.com}
1268
1269 A web-based LilyPond editor where you can typeset your scores directly
1270 online without needing to install LilyPond.
1271
1272 @subsubheading Tunefl
1273 @uref{http://www.tunefl.com}
1274
1275 With tunefl, you can typeset your mini-scores directly online without
1276 needing to install LilyPond locally. It allows trying out all the
1277 program's features using a convenient web interface.
1278
1279 @divEnd
1280
1281 @divClass{column-center-top}
1282 @subheading IDE Plug-ins
1283
1284 @subsubheading Elysium
1285
1286 @sourceimage{logo-linux,,,}
1287 @sourceimage{logo-freebsd,,,}
1288 @sourceimage{logo-macosx,,,}
1289 @sourceimage{logo-windows,,,}
1290
1291 @uref{http://elysium.thsoft.hu}
1292
1293 Elysium is a LilyPond IDE for Eclipse with an integrated, side-by-side
1294 view for source and score.  It includes rapid visual & auditive feedback
1295 without having to switch contexts, and comes with many wizard-driven
1296 templates.
1297
1298 @divEnd
1299
1300 @divClass{column-center-top}
1301 @subheading Text editors
1302
1303 @sourceimage{logo-linux,,,}
1304 @sourceimage{logo-freebsd,,,}
1305 @sourceimage{logo-macosx,,,}
1306 @sourceimage{logo-windows,,,}
1307
1308 @subsubheading Emacs
1309 @uref{http://www.gnu.org/software/emacs/}
1310 Emacs is a text editor with language-sensitive capabilities for many
1311 different computer languages.  Emacs is a highly extensible editor and
1312 can be used as an Integrated Development Environment.  There is a
1313 @q{lilypond mode} which supplies the language  definitions for working
1314 with LilyPond source files.  A developer  has written
1315 @uref{https://github.com/nsceaux/lyqi,lyqi}, an Emacs major mode.
1316
1317 If you are not already familiar with Emacs then you may probably prefer
1318 to use a different editor for writing LilyPond input files.
1319
1320 More information on setting up Emacs can be found in
1321 @rprogram{Text editor support}.
1322
1323 @subsubheading Vim
1324 @uref{http://www.vim.org}
1325 Vim is a minimal text editor and is an extension of the older Unix
1326 @command{vi} editor.  It is also extensible and configurable.
1327
1328 If you are not already familiar with Vi then you may probably prefer
1329 to use a different editor for writing LilyPond input files.
1330
1331 More information on setting up Vim can be found in
1332 @rprogram{Text editor support}.
1333
1334 @sourceimage{logo-macosx,,,}
1335 @subsubheading TeXShop
1336 @uref{http://www.uoregon.edu/~koch/texshop}
1337
1338 The TeXShop editor for MacOS@tie{}X can be extended to run LilyPond,
1339 @command{lilypond-book} and @command{convert-ly} from within the editor,
1340 using the extensions available at:
1341
1342 @example
1343 @uref{http://users.dimi.uniud.it/~nicola.vitacolonna/home/content/lilypond-scripts}
1344 @end example
1345
1346 @divEnd
1347
1348 @divClass{column-center-top}
1349 @subheading Other programs that can export LilyPond code
1350
1351 @subsubheading Score, tab and MIDI editors:
1352
1353 @itemize
1354
1355 @item
1356 @uref{http://www.jezra.net/projects/bwwtolily,bwwtolily} attempts to
1357 convert a @code{.bww} or @code{.bmw} file to LilyPond.  While not all of
1358 the embellishments may get converted properly (this is especially true
1359 with piobaireachd), the program will list them.
1360
1361 @item
1362 @uref{http://www.canorus.org,Canorus}, a score editor, can also export
1363 to LilyPond, but is still beta-software. Testers are welcome, though.
1364
1365 @item
1366 @uref{http://enc2ly.sourceforge.net/en/,Enc2ly} is a GNU/Linux program
1367 which converts an Encore music score into a LilyPond one.
1368
1369 @item
1370 @uref{https://github.com/hanwen/go-enc2ly,go-enc2ly} is a Go tool that
1371 converts Encore files to LilyPond.  It was created using Felipe Castro's
1372 research and reverse engineering by tweaking existing .enc files and
1373 loading them using the 4.55 demo version.
1374
1375 @item
1376 @uref{http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml,NtEd},
1377 a score editor based on the @uref{http://www.cairographics.org,Cairo}
1378 library, it has experimental support for exporting to LilyPond.
1379
1380 @item
1381 @uref{http://www.holmessoft.co.uk/homepage/software/NWC2LY/index.htm,NW2LY}
1382 is a C# program which converts a NoteWorthy composer song into LilyPond.
1383
1384 @item
1385 @uref{https://github.com/ciconia/ripple/blob/master/README.markdown,Ripple}
1386 is a program that helps create scores and parts, including a mode for
1387 mixing different musical works together in a single score or part.
1388
1389 @item
1390 @uref{http://www.rosegardenmusic.com,Rosegarden}, an audio and MIDI
1391 sequencer, which also has a score editor for single-staff editing.
1392
1393 @end itemize
1394
1395 @subsubheading Algorithmic code generators
1396
1397 @itemize
1398
1399 @item
1400 @uref{http://www.projectabjad.org/,Abjad}, a
1401 @uref{http://www.python.org/,Python} API for Formalized Score Control
1402 designed to help composers build up complex pieces of LilyPond notation
1403 in an iterative and incremental way.
1404
1405 @item
1406 @uref{http://common-lisp.net/project/fomus/,FOMUS}, (FOrmat MUSic) is a
1407 music notation tool for computer music composers.  It is written in the
1408 Lisp programming language, and has been tested in a variety of
1409 interpreters.  A C++ port is also available.
1410
1411 @item
1412 @uref{http://strasheela.sourceforge.net/strasheela/doc/index.html,Strasheela},
1413 an environment built on top of the
1414 @uref{http://www.mozart-oz.org/, Mozart/Oz} constraint programming
1415 language.
1416
1417 @end itemize
1418 @divEnd
1419
1420 @divClass{column-center-top}
1421
1422 @subheading Other programs no longer being actively developed
1423
1424 @itemize
1425
1426 @item
1427 @uref{https://sourceforge.net/projects/lily4jedit,LilyPondTool} was
1428 created as a plugin for the @uref{http://www.jedit.org,jEdit} text
1429 editor.
1430
1431 @item
1432 @uref{http://lilykde.googlecode.com/,LilyKDE} has been replaced by
1433 @uref{http://www.frescobaldi.org/,Frescobaldi}, and exists as LilyKDE3
1434 for KDE 3.5 and lilypond-KDE4 for KDE 4.1 only.
1435
1436 @item
1437 @uref{http://lilycomp.sourceforge.net, LilyComp} is a graphical note
1438 entry program, acting much like a number-pad which produces LilyPond
1439 notes.
1440
1441 @item
1442 @uref{http://www.musescore.org,MuseScore}, a score editor.  LilyPond
1443 export was dropped in version 2.0 but earlier versions are still
1444 available for download at
1445 @uref{http://sourceforge.net/projects/mscore/files/mscore/,Sourceforge}.
1446
1447 @item
1448 @uref{http://noteedit.berlios.de,NoteEdit}, which imported
1449 @uref{http://www.makemusic.com/musicxml,MusicXML}, has been forked into
1450 @uref{http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml,NtEd}
1451 and @uref{http://canorus.org,Canorus}.
1452
1453 @item
1454 @uref{http://extensions.services.openoffice.org/en/project/OOoLilyPond,OOoLilypond},
1455 an OpenOffice.org extension that converts LilyPond files into images
1456 within OpenOffice.org documents.  Although this is no longer being
1457 developed, it appears to still work with version 4.
1458
1459 @item
1460 @uref{https://launchpad.net/rumor/,Rumor}, a realtime monophonic
1461 MIDI-to-LilyPond converter.
1462
1463 @item
1464 @uref{http://sourceforge.net/projects/tuxguitar/,TuxGuitar}, a
1465 multitrack tablature editor and player, includes a score viewer and can
1466 export to LilyPond.
1467
1468 @end itemize
1469
1470 @divEnd
1471
1472
1473 @divClass{column-center-bottom}
1474 @subheading Where now?
1475
1476 You are now ready to @ref{Download, Download LilyPond}.
1477
1478 Still not convinced?  Many composers, musicians, and conductors
1479 have learned how to write music in our input format.  Experienced
1480 users even report that they can enter a full score in LilyPond
1481 faster than with a piano keyboard or mouse+GUI!  Perhaps you would
1482 like to review the @ref{Features}, @ref{Examples}, or the
1483 @ref{Freedom} that LilyPond provides, or read about users'
1484 @ref{Productions} and @ref{Reviews}.  In addition, our
1485 approach to the computational aesthetics of classical engraving is
1486 explained in our @ref{Background}.
1487
1488 @divEnd
1489
1490
1491 @divClass{column-center-bottom}
1492 @subheading Legalese
1493
1494 @divClass{legal}
1495 All logos and product images are copyright and trademark
1496 acknowledged.
1497
1498 @logoLegalLinux
1499
1500 @logoLegalFreeBSD
1501
1502 @logoLegalMacOSX
1503
1504 @logoLegalWindows
1505
1506 @divEnd
1507
1508 @divEnd