]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web/introduction.itexi
WEB: add item to Reviews
[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 system which frees musicians from the details of
24 layout, allowing them to focus on making music.  LilyPond works
25 with them to create publication-quality parts, crafted in the best
26 traditions of classical music engraving.
27
28 @divEnd
29
30 @divClass{column-left-top}
31 @subheading What LilyPond does
32
33 @itemize
34
35 @item
36 @ref{Features}: What can LilyPond do?
37
38 @item
39 @ref{Examples}: I want to see some music!
40
41 @item
42 @ref{Freedom}: LilyPond is Free Software.
43
44 @item
45 @ref{Background}: Our computational aesthetics.
46
47 @end itemize
48 @divEnd
49
50 @divClass{column-right-top}
51 @subheading LilyPond in use
52 @itemize
53
54 @item
55 @ref{Productions}: Real-life use of LilyPond.
56
57 @item
58 @ref{Reviews}: What do people say?
59
60 @end itemize
61 @divEnd
62
63 @divClass{column-center-bottom}
64 @subheading How LilyPond works
65 @itemize
66
67 @item
68 @ref{Text input}: You write music as @emph{text}?!
69
70 @item
71 @ref{Easier editing}: Other ways of working with LilyPond.
72
73 @end itemize
74 @divEnd
75
76 @c TRANSLATORS, translations are not yet compiled in Info format, so
77 @c it's not worth translating the right column of the following
78 @c menu. -JM
79 @divClass{hide}
80 @menu
81 * Features::                    What can LilyPond do?
82 * Examples::                    I want to see some music!
83 * Freedom::                     Freedom and the GPL.
84 * Background::                  Computational aesthetics.
85 * Productions::                 Real-life use of LilyPond.
86 * Reviews::                     What do people say about it?
87 * Text input::                  You write music as text?!
88 * Easier editing::              Other ways of working with LilyPond.
89 @end menu
90 @divEnd
91
92
93
94 @node Features
95 @unnumberedsec Features
96 @divClass{column-center-top}
97
98
99 @subheading Elegance
100 @subsubheading Excellent classical engraving
101
102 @imageFloat{flat-design,png,right}
103
104 LilyPond allows musicians to produce elegant sheet music that is
105 easy to read.  Its developer community has spent thousands of hours
106 developing powerful music engraving software that results in beautifully
107 engraved music.  All of LilyPond's style settings, font designs and
108 algorithms have been inspired by the finest hand-engraved music.
109 LilyPond output has the same strong, balanced and elegant look as the
110 best-engraved classical scores.  This is further explained in our
111 @ref{Essay}.
112
113
114
115 @subsubheading Effective layout choices
116
117 Spend less time with tweaking the output; LilyPond gets the
118 formatting correct right from the start.  It determines spacing by
119 itself, and breaks lines and pages to provide a tight and uniform
120 layout.  Clashes between lyrics, notes, and chords are resolved
121 and slurs and beams are sloped, automatically!
122
123
124 @divEnd
125
126 @divClass{color2}
127 @subheading Ease of use
128
129 @imageFloat{lilypond-book,png,right}
130
131 @subsubheading Text-based input
132
133 LilyPond takes ASCII input, which you can produce in your favorite
134 text editor, quickly and comfortably.  The input contains all the
135 information, so there is no need to remember complex command sequences:
136 simply save a file for later reference.
137
138 @subsubheading Mix music and text
139
140 Put fragments of music into texts without cutting and pasting
141 pictures.  Integrate music into @LaTeX{} or HTML seamlessly, or add
142 music to OpenOffice.org with OOoLilyPond. Plugins are also available
143 to allow LilyPond code in various blogs and wikis, making online
144 collaboration possible.
145
146
147 @subsubheading Accessibility
148
149 Text-based input also makes score-writing possible for users with
150 severe physical disabilities.  Dexterity-impaired users who are
151 unable to type or control a computer mouse can use
152 speech-recognition software to edit LilyPond files.  Even users
153 who are totally blind can use screen-reading software to write
154 LilyPond files -- an impossible task in graphical-based
155 score-writing programs.
156
157 @subsubheading Extensible design
158
159 All settings can be changed to suit your personal typographical
160 taste.  If that still is not enough, there is always the built-in
161 scripting language Scheme, a dialect of the powerful language
162 LISP.  Settings, variables and functions are all documented in the
163 comprehensive program reference manual.
164
165 @divEnd
166
167 @divClass{color3}
168
169 @subheading Environment
170
171 @imageFloat{frescobaldi-lilypond-editor-small,png,right}
172
173 @subsubheading Free software
174
175 LilyPond can be downloaded free of charge!  Yep - It's free.  Get
176 it from the download page.
177
178 It's also free (as in @qq{speech}) software.  It comes with source
179 code, and permission to change and copy it.  So, are you irritated
180 by a bug, or yearning for a feature? Simply add it yourself, or
181 pay someone else to do it.
182
183
184 @subsubheading Excellent support
185
186 LilyPond runs on all popular platforms: GNU/Linux, MacOS X, and
187 Windows.  LilyPond comes with extensive documentation and hundreds
188 of example files.  There is an active user community answering
189 questions on the lilypond-user mailing list, while the development
190 team makes sure that problems are solved quickly.
191
192
193 @subsubheading Enhanced editors
194
195
196 Several developers, themselves active LilyPond users, have also
197 written tools specifically aimed at making the process of editing
198 LilyPond files faster and more effective. For some examples, see
199 @ref{Easier editing}.
200
201 @divEnd
202 @divClass{column-center-bottom}
203 @subheading Where now?
204
205 Still not convinced?  Look at some specific @ref{Examples}.  If you've
206 already decided to try LilyPond, first read about our
207 @ref{Text input}.
208 @divEnd
209
210
211
212 @node Examples
213 @unnumberedsec Examples
214
215 LilyPond is a powerful and flexible tool for engraving tasks of
216 all kinds. Please browse our gallery of examples and be inspired!
217
218
219 @newsItem
220 @subsubheading Classical Music
221
222 This organ work by J.S. Bach is a fairly typical engraving project
223 in LilyPond.
224
225 @exampleImage{bach-bwv610}
226 @newsEnd
227
228 @newsItem
229 @subsubheading Complex Notation
230
231 This example from @emph{Goyescas} by Enrique Granados shows some
232 of the more advanced features of typesetting, including kneed
233 beams, cross-staff stems, and voice-follow lines.
234
235 @exampleImage{granados}
236 @newsEnd
237
238 @newsItem
239 @subsubheading Early Music
240
241 LilyPond also supports various types of ancient notation, such
242 as this passage of Gregorian chant.
243
244 @exampleImage{ancient-headword}
245 @newsEnd
246
247 @newsItem
248 @subsubheading Modern Music
249
250 Contemporary composers find LilyPond well-suited to displaying
251 unusual notation.  Here is an excerpt from Trevor Bača's
252 @emph{Čáry}, for unaccompanied bass flute.
253
254 @exampleImage{cary}
255 @newsEnd
256
257
258 @newsItem
259 @subsubheading Efficient, flexible creation of performance materials
260
261 Various performance materials can be created from the same source
262 code.  This is an excerpt of @uref{http://nicolas.sceaux.free.fr/,
263 Nicolas Sceaux's} engraving of Handel's @emph{Giulio Cesare}, in
264 full score, piano-vocal reduction, and a violin part.
265
266 @exampleImage{sesto-full}
267
268 @exampleImage{sesto-piano}
269
270 @exampleImage{sesto-violin}
271
272 @newsEnd
273
274 @newsItem
275 @subsubheading Tablature
276
277 LilyPond supports tablature notation, which can be customized to
278 suit any instrument that reads from tablature.  The tablature
279 staff is generated automatically from notes entered for the 5-line
280 staff.
281
282 @exampleImage{tab-example}
283 @newsEnd
284
285 @newsItem
286 @subsubheading Schenker Graphs
287
288 Standard output can be modified heavily. Here is an impressive
289 Schenkerian analysis, created by Kris Schaffer, for an article
290 in @uref{http://www.linuxjournal.com/article/8364 , Linux Journal.}.
291 The colors have been added for better visibility.
292
293 @exampleImage{bach-schenker}
294 @newsEnd
295
296 @newsItem
297 @subsubheading Vocal Music
298
299 LilyPond is excellent for vocal music of all kinds, from sacred
300 hymns to opera.  Here is a medieval motet with slightly unusual
301 requirements.  The tenor voice is written in a different meter
302 than the others, but must line up as if it were in the same meter.
303 LilyPond handles this most elegantly.  Note also the incipits with
304 Vaticana style clefs, the slashed stems indicating plicated notes,
305 and the ligature braces above certain groups of notes.
306
307 @exampleImage{aucun-snippet}
308 @newsEnd
309
310 @newsItem
311 @subsubheading Educational Applications
312
313 LilyPond is perfectly suited for educational purposes as well.
314 Here is an example of a simple counterpoint exercise.
315
316 @exampleImage{theory}
317 @newsEnd
318
319 @newsItem
320 @subsubheading Popular Music
321
322 It is simple to create pop lead sheets with melody, lyrics,
323 chord names, and fretboards.  In this example you see some of the
324 predefined fretboard diagrams, but these can be heavily customized
325 to suit nearly any situation.
326
327 @exampleImage{chart}
328 @newsEnd
329
330 @newsItem
331 @subsubheading Large Projects
332
333 LilyPond is excellent for large projects like operas or works for
334 full symphony orchestra, as well.  In addition, the text-based
335 input provides greater accessibility -- this example was
336 contributed by Hu Haipeng, a blind composer.
337
338 @exampleImage{orchestra}
339 @newsEnd
340
341
342 @divClass{column-center-bottom}
343 @subheading Where now?
344
345 Still not convinced?  LilyPond is Free software, granting you
346 @ref{Freedom}.  If you've already decided to try LilyPond, first
347 read about our @ref{Text input}.
348 @divEnd
349
350
351 @node Freedom
352 @unnumberedsec Freedom
353
354 @divClass{column-center-top}
355 @subheading Free Software
356
357 @uref{http://www.gnu.org/, GNU} LilyPond is written and maintained
358 by a community of enthusiasts.  It is published under the
359 @ref{GPL, GNU General Public License} and the @ref{FDL, GNU Free
360 Documentation License}, giving everybody the freedom to fix,
361 modify, and extend the program.  Creating beautiful music should
362 not require hundreds of dollars of software!
363 @divEnd
364
365
366 @c @divClass{column-left-top}
367 @divClass{color2}
368 @divClass{keep-bullets}
369 @subheading What are the benefits to users?
370
371 @itemize
372
373 @item
374 No cost: download and try it out!  What do you have to lose?
375
376 @item
377 Sharing: if you like the program, give a copy to your friends,
378 teachers, students, and colleagues!
379
380 @item
381 Source available: if you are curious about how LilyPond creates
382 some notation, you can see exactly how it is done.
383
384 @item
385 Extendible: you can add features, fix bugs, and change the
386 functionality.  If you are not a programmer, you can hire somebody
387 to do those tasks.
388
389 This may not seem appealing to casual musicians, but the ability
390 to extend software can be highly valuable to serious composers,
391 companies, and academics.
392
393 @item
394 Future safety: if a commercial company goes bankrupt, what happens
395 to any electronic music which depends on their products?  This is
396 not a concern with LilyPond; even if the entire development team
397 quits (extremely unlikely), the program will still be legally
398 available for copying, modifications, and distribution.
399
400
401 @end itemize
402
403 @divEnd
404 @divEnd
405
406
407 @c @divClass{column-right-top}
408 @divClass{color3}
409 @divClass{keep-bullets}
410 @subheading Why do LilyPond developers @qq{give away} their work for free?
411
412 Most of us view LilyPond development as a hobby or volunteer work.
413 So this question is really asking @qq{why do people volunteer}?
414
415 @itemize
416
417 @item
418 Fun: working towards a goal can be enjoyable, especially when you
419 work as a team!
420
421 @item
422 Shared goals: we all want beautiful sheet music, but few people
423 have the expertise (and nobody has the time!), to create a program
424 which can handle all situations.  By working together -- one
425 person improves the automatic beaming code, another person
426 improves the shape of slurs, and a third person writes
427 documentation explaining how to use these features -- we can
428 achieve our goal with only a fraction of the individual effort.
429
430 @item
431 @qq{Gift culture}: the Free Software (or @qq{Open Source})
432 movement has created many great software projects, such as
433 @uref{http://kernel.org/, GNU/Linux},
434 @uref{http://www.getfirefox.com/, Mozilla Firefox}, and
435 @uref{http://www.wesnoth.org/, Battle for Wesnoth}.  Having
436 benefitted from these projects, some developers want to @qq{give
437 back} to the community.
438
439 @item
440 Work experience: contributing to open-source projects is a great way to
441 practice programming, documentation writing, documentation translation,
442 or design.  This experience has helped some developers gain job offers
443 or scholarships.
444
445
446 @end itemize
447
448 @divEnd
449 @divEnd
450
451
452 @divClass{column-center-bottom}
453 @subheading Where now?
454
455 Still not convinced?  Read our extensive essay about our engraving
456 philosophy in @ref{Background}.  If you've already decided to try
457 LilyPond, first read about our @ref{Text input}.
458 @divEnd
459
460
461 @node Background
462 @unnumberedsec Background
463
464 @divClass{column-center-top}
465 @subheading Background essay
466
467 We have an extensive essay describing computational aesthetics:
468 the art of creating beauty with a computer.
469
470 If you just want a quick introduction to LilyPond, the essay might
471 be too much material to read.  If you would like to read it now,
472 please progress to @ref{Essay}.
473 @divEnd
474
475 @divClass{column-center-bottom}
476 @subheading Where now?
477
478 Still not convinced?  Read about some of our users'
479 @ref{Productions} and sheet music.  If you've already decided to
480 try LilyPond, first read about our @ref{Text input}.
481 @divEnd
482
483
484 @node Productions
485 @unnumberedsec Productions
486
487 @divClass{column-left-top}
488 @subheading Concerts
489
490 LilyPond engravings have been used for performances around the world.
491 Some highlights:
492
493 @divClass{keep-bullets}
494 @itemize
495
496 @item
497 @emph{Affaire étrangère}, an opera by
498 @uref{http://valentin.villenave.net/,Valentin Villenave}
499 to a French libretto by
500 @uref{http://en.wikipedia.org/wiki/Lewis_Trondheim, Lewis
501 Trondheim}, premiered February 1, 2009 at
502 @uref{http://www.orchestre-montpellier.com/, L'Opéra National de
503 Montpellier}, France.
504
505 @item
506 @uref{http://www.mercurybaroque.org/02/02109.aspx, Mercury Baroque}'s
507 performance of Lully's @emph{Armide}, May 15-16, 2009, in Houston,
508 Texas (engraving by @uref{http://nicolas.sceaux.free.fr/,
509 Nicolas Sceaux}).
510
511 @item
512 Instrumental excerpts from Rameau's @emph{Hippolyte et Aricie} at
513 St. James's Church in Manhattan, May 8, 2009, by Frederick Renz
514 and his ensemble @uref{http://www.earlymusicny.org/, Early Music
515 New York} (engraving by Nicolas Sceaux).
516
517 @end itemize
518 @divEnd
519
520 @divEnd
521
522
523 @divClass{column-right-top}
524 @subheading Published sheet music
525
526 @divClass{keep-bullets}
527 @itemize
528
529 @item
530 @uref{http://www.mutopiaproject.org/index.html, Mutopia Project},
531 over 1500 pieces of classical sheet music for free download, and
532 the main showcase of LilyPond scores.
533
534 @c don't make this "Mutopia" a link, since that looks silly.
535 @item
536 @uref{http://etudeapp.com, Etude}, @qq{sheet music on steroids} is
537 an iPhone app which displays piano music engraved with LilyPond,
538 including many pieces from Mutopia.  The app includes a virtual
539 piano keyboard showing which keys to press to help beginners learn
540 how to read sheet music.
541
542 @item
543 @uref{http://www.adoromusicpub.com/, Adoro Music Publishing},
544 high-quality scores of sacred music, available for immediate
545 download or in traditional paper format.
546
547 @item
548 @uref{http://theshadylanepublishing.com/, The Shady Lane
549 Publishing},
550 a @qq{micro musical publishing house} whose goal is to promote a
551 new form of musical economy closer to the musicians and music
552 lovers.
553
554 @end itemize
555
556 @divEnd
557
558 @divEnd
559
560
561 @divClass{column-center-bottom}
562 @subheading Where now?
563
564 Still not convinced?  Read some of our users' @ref{Reviews}.
565 If you've already decided to try LilyPond, first read about our
566 @ref{Text input}.
567 @divEnd
568
569 @c TRANSLATORS, so far it's mostly from
570 @c http://lilypond.org/web/switch/testimonials
571
572 @node Reviews
573 @unnumberedsec Reviews
574
575 @divClass{column-left-top}
576 @subheading Published articles
577
578 @divClass{keep-bullets}
579 @itemize
580
581 @item
582 September 2009
583
584 The German LinuxUser magazine wrote an
585 @uref{http://www.linux-community.de/Internal/Artikel/Print-Artikel/LinuxUser/2009/10/Digitaler-Notenschluessel,
586 article about LilyPond}.
587
588 @item
589 August 2009
590
591 Ann Drinan, on the
592 @uref{http://www.polyphonic.org/article.php?id=188, Polyphonic.org}
593 website, presents comments by two orchestra librarians who
594 talk about using software to maintain their libraries.
595
596 @item
597 February 2008
598
599 In @uref{http://www.musicbyandrew.ca/finale-lilypond-1.html,
600 articles on his personal site}, Andrew Hawryluk compares Finale
601 and LilyPond in general terms, and evaluates engraving
602 capabilities of both pieces of software in detail.  The second
603 article is an instructive analysis of engraving issues in
604 Rachmaninoff's Piano Prelude No. 6, including comparisons with a
605 hand-engraved reference edition.
606
607 @item
608 June 2006
609
610 @uref{http://distrowatch.com,DistroWatch} awards LilyPond and
611 @uref{http://distrowatch.com/weekly.php?issue=20060605,writes}
612 @qq{Ladies and Gentleman, we are pleased to announce that, based
613 on readers' requests, the DistroWatch May 2006 donation has been
614 awarded to LilyPond (@euro{}190.00) and Lua (US$250.00).}
615
616 @item
617 December 2005
618
619 @uref{http://linuxjournal.com,Linux Journal} publishes an article
620 titled @uref{http://www.linuxjournal.com/article/8364, Make
621 Stunning Schenker Graphs with GNU LilyPond}.  It is an in-depth
622 but hands-on feature article with crisp LilyPond graphics.  Author
623 Kris Shaffer remarks @qq{GNU LilyPond generates beautiful graphics
624 that make commercial alternatives seem second-rate.}
625
626 @item
627 August 20, 2005
628
629 The Belgian newspaper De Standaard investigates what drives Free
630 Software authors in an article titled
631 @uref{http://www.standaard.be/Artikel/Detail.aspx?artikelId=G42H5GD6,
632 Delen van KENNIS zonder WINSTBEJAG} (Non-profit sharing of
633 knowlegde) in its @q{DS2 bijlage}.  LilyPond is used as an example
634 and the article is interspersed with quotes from an email
635 interview with Jan Nieuwenhuizen. This marks LilyPond's first
636 appearance in mainstream printed press.
637
638 @item
639 June 2005
640
641 A French article on the LilyPond 2.6 release appeared on
642 @uref{http://linuxfr.org/2005/06/27/19210.html, linuxfr.org}.
643
644 @item
645 October 2004
646
647 The editors of Computer!Totaal, a Dutch computer magazine,
648 @uref{http://lilypond.org/web/images/computer-totaal.jpeg,
649 describe LilyPond} in the October 2004 issue as: @qq{Wonderful
650 free (open source) software [..] The sheet music produced by
651 LilyPond is exceptionally pretty [..] a very powerful system that
652 can do almost anything.}
653
654 @item
655 July, August 2004
656
657 Dave Phillips wrote an introductory article for
658 @uref{http://linuxjournal.com,Linux Journal}: At
659 the sounding edge: LilyPond, parts
660 @uref{http://www.linuxjournal.com/article/7657, one} and
661 @uref{http://www.linuxjournal.com/article/7719, two}.
662
663 @item
664 March 2004
665
666 Chris Cannam
667 @uref{http://www.all-day-breakfast.com/cannam/linux-musician/lilypond.html,interviewed}
668 Han-Wen Nienhuys and Jan Nieuwenhuizen on linuxmusician.com
669 (original site defunct).  This interview was also reviewed in a
670 @uref{http://slashdot.org/article.pl?sid=04/03/13/2054227&tid=,
671 slashdot story}.
672
673 @item
674 February 2004
675
676 Jazz singer Gail Selkirk writes about
677 @uref{http://www.songbirdofswing.com/editorial_page/lilypond/,
678 Diving into LilyPond}.  @qq{... you can make lead sheets or full
679 orchestral parts, and the results can be stunning.}
680 @uref{http://www.computermusic.co.uk/, Computer Music Special},
681 issue CMS06.
682
683 @end itemize
684
685 @divEnd
686 @divEnd
687
688
689 @divClass{column-right-top}
690 @subheading User testimonials
691
692 @divClass{testimonial-item}
693 @imageFloat{carter-brey,jpg, right}
694 @subsubheading @uref{http://nyphil.org/meet/orchestra/index.cfm?page=profile&personNum=7, Carter Brey}, Principal Cellist, New York Philharmonic
695
696 @qq{@dots{} I've written a couple of encore pieces for solo cello
697 which I've printed with LilyPond and which I'm going to submit to
698 Schirmer for publication.  I'll bet their engraved version wouldn't
699 look half as sharp as mine!}
700 @divEnd
701
702
703 @divClass{testimonial-item}
704 @imageFloat{orm-finnendahl,jpg, left}
705 @subsubheading @uref{http://icem-www.folkwang-hochschule.de/~finnendahl/, Orm Finnendahl}, professor of Composition, Musikhochschule Freiburg
706
707 @qq{Although I don't know [LilyPond] very well yet, I'm
708 @strong{*very} impressed.  I used the program to input a motet of
709 Josquin Desprez in mensural notation and there's no doubt that
710 lilypond outscores all other notation programs easily concerning
711 speed, ease of use and look!}
712 @divEnd
713
714
715 @divClass{testimonial-item}
716 @imageFloat{darius-blasband,jpg, right}
717 @subsubheading Darius Blasband, composer (Brussels, Belgium)
718
719 @qq{[..after the first orchestra rehearsal] I got numerous
720 compliments about the quality of the scores.  Even more
721 importantly, while LilyPond provides numerous hacks to improve the
722 way its scores look, what the orchestra got from me is basically
723 the raw, untouched output.}
724 @divEnd
725
726
727 @divClass{testimonial-item}
728 @subsubheading Kieren MacMillan, composer (Toronto, Canada)
729
730 @qq{thanks and kudos to the development team for their incredible
731 work.  I've never seen anything approaching the output that I get
732 from LilyPond -- I'm totally confident that my music publishing
733 needs will be fulfilled beyond my expectations using this great
734 application.  [..] basically untweaked LilyPond output [..] looks
735 better than most recent @q{professional} publications I've compared
736 it to (q.v., just about any Warner Bros. score, and even many of
737 the most recent by @q{the old houses}). [..]}
738
739 @qq{Beat that, Finale/Sibelius/Igor/whatever!!!}
740 @divEnd
741
742
743 @divClass{testimonial-item}
744 @subsubheading Chris Cannam, lead programmer of the @uref{http://www.rosegardenmusic.com/, RoseGarden} project
745
746 @qq{LilyPond is obviously the zillion-ton gorilla [of great music
747 typesetting].}
748 @divEnd
749
750
751 @divClass{testimonial-item}
752 @subsubheading Chris Snyder, @uref{http://www.adoromusicpub.com/, Adoro Music Publishing}
753
754 @qq{The way that music is entered for LilyPond causes me to think in a
755 more musical way -- there have been times when I've been stumped as
756 to how to tell Lily to engrave something, only to realize that
757 even if I did get it exactly as the composer wanted, the music
758 would be confusing to read.  LilyPond makes it much easier for me
759 to work in my dual editor+engraver role.}
760
761 @qq{I've been using LilyPond exclusively for my fledgling music
762 publishing business.  Virtually without exception, every composer
763 has been blown away by the quality of the engraving when presented
764 with the proofs of their music about to be published.  I deserve
765 some of the credit for this -- I spend a lot of time tweaking
766 output, especially ties (mainly in chords) -- but LilyPond gives
767 me an excellent starting point, a very intuitive interface, and
768 the ability to modify absolutely anything if I want to take the
769 time.  I'm convinced that no commercial product can come close.}
770 @divEnd
771
772
773 @divClass{testimonial-item}
774 @subsubheading David Bobroff, Bass Trombone, Iceland Symphony Orchestra
775
776 @qq{I think LilyPond is great [..] The more I learn about LilyPond
777 the more I like it!}
778 @divEnd
779
780
781 @divClass{testimonial-item}
782 @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})
783
784 @qq{I am super impressed with LilyPond [..]}
785
786 @qq{THIS IS THE BEST PROGRAM EVER!!!}
787
788 @qq{Thank you all SO MUCH for your hard work and dedication!}
789 @divEnd
790
791
792 @divClass{testimonial-item}
793 @subsubheading @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}, @uref{http://www.mutopiaproject.org/, Mutopia} contributor
794
795 @qq{I had a kind of hate-passion relationship with it.  Passion
796 because the first score I saw was so amazing! The description of
797 LilyPond lies about its beautifulness, it is too modest! [..] as
798 LilyPond is getting always better, and as I look closer how things
799 are done in scheme, I have less and less frustrations.  Anyway,
800 what I mean is: thank you for providing LilyPond, it is really
801 good.}
802 @divEnd
803
804
805 @divClass{testimonial-item}
806 @subsubheading @uref{http://www.troff.org/whoswho.html#werner, Werner Lemberg}, Conductor at the Theatre in Koblenz, Germany and distinguished GNU Hacker
807
808 @qq{Anyway, LilyPond does an amazingly good job!}
809 @divEnd
810
811
812 @divClass{testimonial-item}
813 @subsubheading Paul Davis, developer of @uref{http://jackaudio.org/, JACK} and @uref{http://www.ardour.org/, Ardour}
814
815 @qq{I think [LilyPond is] an incredible program, and it produces
816 wonderful, wonderful output.  when i read an interview about it
817 last year, i was raving to several friends of mine about its
818 potential.}
819 @divEnd
820
821 @divEnd
822
823 @divClass{column-center-bottom}
824 @subheading Where now?
825
826 Read about our @ref{Text input}.
827 @divEnd
828
829
830
831 @node Text input
832 @unnumberedsec Text input
833
834 @c TRANSLATORS, so far it's mostly from
835 @c http://lilypond.org/web/switch/howto
836
837 @subheading @qq{Compiling} Music
838
839 @imageClickable{nereid-shot-small,png, (click to enlarge), nereid-shot,png, right}
840
841 LilyPond is a @emph{compiled} system: it is run on a text file
842 describing the music.  The resulting output is viewed on-screen or
843 printed.  In some ways, LilyPond is more similar to a programming
844 language than graphical score editing software.
845
846 You do not write music by dragging notes from a graphical toolbar
847 and placing them on a dynamically refreshing score; you write
848 music by typing text.  This text is interpreted (or @qq{compiled})
849 by LilyPond, which produces beautifully engraved sheet music.
850
851 People accustomed to graphical user interfaces might need to learn
852 a new way of working, but the results are definitely worth it!
853
854 @warning{We present a quick overview of our text input -- it's not
855 as complicated as it sounds!  Don't worry about understanding
856 every detail in these examples; our beginner documentation covers
857 everything at a much more gradual pace.}
858
859
860 @subsubheading It's as simple as A B C
861
862 Notes are encoded with letters and numbers.  Special commands are
863 entered with backslashes.
864
865 @imageFloat{text-input-1-annotate,png,center}
866 @imageFloat{text-input-1-output,png,center}
867
868 Alterations are made with different names: add @code{-is} for
869 sharp, and @code{-es} for flat (these are Dutch note names, other
870 languages are available).  LilyPond figures out where to put
871 accidentals.
872
873 @imageFloat{text-input-2-annotate,png,center}
874 @imageFloat{text-input-2-output,png,center}
875
876
877 @subsubheading Pop music
878
879 Put chords and lyrics together to get a lead sheet:
880
881 @imageFloat{text-input-pop-annotate,png,center}
882 @imageFloat{text-input-pop-output,png,center}
883
884
885
886 @subsubheading Orchestral parts
887
888 The input file contains the notes of piece of music.  Score and
889 parts can be made from a single input file, so that changing a
890 note always affects the score and parts.  To be able to include
891 the same music in multiple places, the music is assigned to a
892 @qq{variable} (a name).
893
894 @imageFloat{text-input-parts-both-annotate,png,center}
895
896
897 This variable is then used in a single part (here transposed, with
898 condensed rests spanning several measures):
899
900 @imageFloat{text-input-parts-single-annotate,png,center}
901 @imageFloat{text-input-parts-single-output,png,center}
902
903
904 The same variable is used in the full score (here in concert
905 pitch):
906
907 @imageFloat{text-input-score-annotate,png,center}
908 @imageFloat{text-input-score-output,png,center}
909
910
911 @subsubheading Beginner Documentation
912
913 We realize that many users find this way of entering music a bit
914 odd.  For this reason, we have written extensive documentation to
915 help new users, beginning with @ref{Learning}.  The Learning
916 Manual is the best place to start, as many questions are answered
917 before they come up!
918
919 Please read the Learning Manual before complaining about bugs!
920 New users occasionally believe that LilyPond is not working
921 correctly, when in fact it is working precisely as designed.
922
923 More in-depth information is available in @ref{Manuals}.
924
925
926 @subsubheading Easier editing environments
927
928 @imageClickable{lilykde-screenshot-small,png,
929   (click to enlarge),lilykde-screenshot,png,right}
930
931 LilyPond is primarily concerned with producing top-quality
932 engraved sheet music; creating a Graphical User Interface (GUI)
933 would distract us from this goal.  However, there are other
934 projects aimed at making it easier to create LilyPond input files.
935
936 Some editing environments include syntax highlighting, automatic
937 command completion, and pre-made templates.  Other programs
938 actually provide a GUI which allows direct manipulation of a
939 graphical score.  For more information, see @ref{Easier editing}.
940
941
942
943 @divClass{column-center-bottom}
944 @subheading Where now?
945
946 You are now ready to @ref{Download, Download LilyPond}.  Still not
947 convinced?  Read about @ref{Easier editing}.
948
949 @divEnd
950
951
952 @node Easier editing
953 @unnumberedsec Easier editing
954
955
956 @divClass{column-center-top}
957 @subheading LilyPondTool
958
959 @imageClickable{lilypondtool-2.12-screenshot-400wide,png,
960   (click to enlarge),lilypondtool-2.12-screenshot,png,right}
961
962 @sourceimage{logo-linux,,,}
963 @sourceimage{logo-freebsd,,,}
964 @sourceimage{logo-macosx,,,}
965 @sourceimage{logo-windows,,,}
966
967 @uref{http://lilypondtool.organum.hu}
968
969 Created as a plugin for the
970 @uref{http://www.jedit.org,jEdit} text editor,
971 LilyPondTool is one of the most feature-rich text-based tools for
972 editing LilyPond scores.  Its features include a Document Wizard
973 with lyrics support to set up documents easier, and embedded PDF
974 viewer with advanced point-and-click support.
975
976 @divEnd
977
978 @divClass{column-center-top}
979 @subheading Frescobaldi
980
981 @imageClickable{frescobaldi-lilypond-editor-small,png,
982   (click to enlarge),frescobaldi-lilypond-editor,png,right}
983
984 @sourceimage{logo-linux,,,}
985 @sourceimage{logo-freebsd,,,}
986
987 @uref{http://www.frescobaldi.org}
988
989 Frescobaldi is a dedicated LilyPond music and text editor with a
990 built-in PDF previewer, a powerful score wizard and many editing
991 features.  It is built on top of the KDE4 libraries and runs
992 currently on all flavours of Linux and other UNIX-like operating
993 systems.
994
995 @divEnd
996
997 @divClass{column-center-top}
998 @subheading Denemo
999
1000 @imageClickable{screenshot-denemo-small,png,
1001   (click to enlarge),screenshot-denemo,png,right}
1002
1003 @sourceimage{logo-linux,,,}
1004 @sourceimage{logo-windows,,,}
1005
1006 @uref{http://denemo.org}
1007
1008 Denemo is a graphical editor which generates LilyPond source code,
1009 and also allows audio playback.  It allows users to view the
1010 LilyPond source code in parallel to the graphical view. Extra
1011 LilyPond tweaks can be attached to notes, chords etc. and are stored
1012 with the Denemo file, so that users can continue to edit graphically.
1013
1014 Moving the cursor in the LilyPond text moves the cursor in the graphical
1015 view, and any syntax errors in your LilyPond tweaks are highlighted in
1016 the text view when printed from there.
1017
1018 @warning{Denemo officially supports an outdated Lilypond version 2.8.7,
1019 which lacks many of the features added since then. The Denemo developers
1020 are actively working to bring it up to our present stable version, 2.12.}
1021 @divEnd
1022
1023 @divClass{column-center-top}
1024 @subheading Emacs and Vim
1025
1026 @sourceimage{logo-linux,,,}
1027 @sourceimage{logo-freebsd,,,}
1028 @sourceimage{logo-macosx,,,}
1029 @sourceimage{logo-windows,,,}
1030
1031 @uref{http://www.gnu.org/software/emacs/}
1032
1033 Emacs is a text editor with language-sensitive capabilities for
1034 many different computer languages.  Emacs is a highly extensible
1035 editor and can be used as an Integrated Development Environment.
1036 There is a @q{lilypond mode} which supplies the language
1037 definitions for working with LilyPond source files. As well, one of
1038 our developers has written @uref{http://nicolas.sceaux.free.fr/
1039 lilypond/lyqi.html,lyqi}, an Emacs major mode.
1040
1041 @uref{http://www.vim.org}
1042
1043 Vim is a minimal text editor and is an extension of the older Unix
1044 @command{vi} editor.  It is also extensible and configurable.
1045
1046 As a general rule, if you are not already familiar with Emacs or
1047 Vim, then you would probably prefer to use a different editor for
1048 writing LilyPond input files.
1049
1050 More information on setting up Emacs and Vim can be found in
1051 @rprogram{Text editor support}.
1052
1053 @divEnd
1054
1055 @ignore these may not need to be here at all, as they are purely
1056 MacOS scripts.
1057
1058 @divClass{column-center-top}
1059 @subheading Other
1060
1061
1062 @subsubheading Text environment: TexShop
1063
1064 @sourceimage{logo-macosx,,,}
1065
1066 @uref{http://www.uoregon.edu/~koch/texshop}
1067
1068 The TexShop editor for MacOS@tie{}X can be extended to run LilyPond,
1069 @command{lilypond-book} and @command{convert-ly} from within the editor,
1070 using the extensions available at:
1071
1072 @example
1073 @uref{http://users.dimi.uniud.it/~nicola.vitacolonna/home/content/lilypond-scripts}
1074 @end example
1075
1076 @subsubheading TextMate
1077
1078 @sourceimage{logo-macosx,,,}
1079
1080 There is a LilyPond bundle for TextMate.  It may be installed by
1081 running:
1082
1083 @example
1084 mkdir -p /Library/Application\ Support/TextMate/Bundles
1085 cd /Library/Application\ Support/TextMate/Bundles
1086 svn co http://svn.textmate.org/trunk/Bundles/LilyPond.tmbundle/
1087 @end example
1088
1089 @divEnd
1090 @end ignore
1091
1092 @divClass{column-center-top}
1093 @subheading Other programs can export LilyPond code
1094
1095
1096 @subsubheading Score, tab and MIDI editors:
1097
1098 @itemize
1099 @item
1100 @uref{http://www.rosegardenmusic.com,Rosegarden}, an audio and
1101 MIDI sequencer, which also has a score editor for single-staff
1102 editing.
1103
1104 @item
1105 @uref{http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml,NtEd},
1106 is based on the @uref{http://cairographics.org, Cairo} library and
1107 has experimental export for LilyPond.
1108
1109 @item
1110 @uref{http://www.tuxguitar.com.ar/,TuxGuitar}, a multitrack
1111 tablature editor and player, provides a score view as well as tab,
1112 and can export to LilyPond.
1113
1114 @item
1115 @uref{http://musescore.org,MuseScore} has incomplete LilyPond
1116 export but is being actively developed.
1117
1118 @item
1119 @uref{http://canorus.org,Canorus} can also export to LilyPond, but
1120 is still beta-software. Testers are welcome, though.
1121
1122 @item
1123 @uref{http://www.volny.cz/smilauer/rumor/rumor.html,Rumor}, a realtime
1124 monophonic MIDI to LilyPond converter.
1125
1126 @end itemize
1127
1128 @subsubheading Algorithmic code generators
1129
1130 @itemize
1131
1132 @item
1133 @uref{http://strasheela.sourceforge.net, Strasheela} is @qq{a
1134 highly expressive constraint-based music composition system}.
1135
1136 @item
1137 @uref{http://common-lisp.net/project/fomus/,FOMUS}, a LISP library
1138 to generate music notation from computer music software environments.
1139
1140 @end itemize
1141 @divEnd
1142
1143 @divClass{column-center-top}
1144
1145 @subheading Other programs not being actively developed
1146
1147 @itemize
1148
1149 @item
1150 @uref{http://lilykde.googlecode.com/,LilyKDE} has been replaced by
1151 @uref{http://www.frescobaldi.org/,Frescobaldi}, and exists as
1152 LilyKDE3 for KDE 3.5 and lilypond-KDE4 for KDE 4.1 only.
1153
1154 @item
1155 @uref{http://noteedit.berlios.de,NoteEdit}, which imported
1156 @uref{http://www.musicxml.com/xml.html,MusicXML}, has been forked
1157 into
1158 @uref{http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml,NtEd}
1159 and @uref{http://canorus.org,Canorus}.
1160
1161
1162 @item
1163 @uref{http://lilycomp.sourceforge.net, LilyComp} is a graphical
1164 note entry program, acting much like a number-pad which produces
1165 lilypond notes.
1166
1167 @end itemize
1168
1169 @divEnd
1170
1171
1172 @divClass{column-center-bottom}
1173 @subheading Where now?
1174
1175 You are now ready to @ref{Download, Download LilyPond}.
1176
1177 Still not convinced?  Many composers, musicians, and conductors
1178 have learned how to write music in our input format.  Experienced
1179 users even report that they can enter a full score in LilyPond
1180 faster than with a piano keyboard or mouse+GUI!  Perhaps you would
1181 like to review the @ref{Features}, @ref{Examples}, or the
1182 @ref{Freedom} that LilyPond provides, or read about users'
1183 @ref{Productions} and @ref{Reviews}.  In addition, our
1184 approach to the computational aesthetics of classical engraving is
1185 explained in our @ref{Background}.
1186
1187
1188 @subheading Legalese
1189
1190 @divClass{legal}
1191 All logos and product images are copyright and trademark
1192 acknowledged.
1193
1194 @logoLegalLinux
1195
1196 @logoLegalFreeBSD
1197
1198 @logoLegalMacOSX
1199
1200 @logoLegalWindows
1201
1202 @divEnd
1203
1204 @divEnd