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