]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web/introduction.itexi
DOC: website easier editing note re Denemo
[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{Testimonials}: 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 * Testimonials::                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.
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
292 @exampleImage{bach-schenker}
293 @newsEnd
294
295 @newsItem
296 @subsubheading Vocal Music
297
298 LilyPond is excellent for vocal music of all kinds, from sacred
299 hymns to opera.  Here is a medieval motet with slightly unusual
300 requirements.  The tenor voice is written in a different meter
301 than the others, but must line up as if it were in the same meter.
302 LilyPond handles this most elegantly.  Note also the incipits with
303 Vaticana style clefs, the slashed stems indicating plicated notes,
304 and the ligature braces above certain groups of notes.
305
306 @exampleImage{aucun-snippet}
307 @newsEnd
308
309 @newsItem
310 @subsubheading Educational Applications
311
312 LilyPond is perfectly suited for educational purposes as well.
313 Here is an example of a simple counterpoint exercise.
314
315 @exampleImage{theory}
316 @newsEnd
317
318 @newsItem
319 @subsubheading Popular Music
320
321 It is simple to create pop lead sheets with melody, lyrics,
322 chord names, and fretboards.  In this example you see some of the
323 predefined fretboard diagrams, but these can be heavily customized
324 to suit nearly any situation.
325
326 @exampleImage{chart}
327 @newsEnd
328
329 @newsItem
330 @subsubheading Large Projects
331
332 LilyPond is excellent for large projects like operas or works for
333 full symphony orchestra, as well.  In addition, the text-based
334 input provides greater accessibility -- this example was
335 contributed by Hu Haipeng, a blind composer.
336
337 @exampleImage{orchestra}
338 @newsEnd
339
340
341 @divClass{column-center-bottom}
342 @subheading Where now?
343
344 Still not convinced?  LilyPond is Free software, granting you
345 @ref{Freedom}.  If you've already decided to try LilyPond, first
346 read about our @ref{Text input}.
347 @divEnd
348
349
350 @node Freedom
351 @unnumberedsec Freedom
352
353 @divClass{column-center-top}
354 @subheading Free Software
355
356 @uref{http://www.gnu.org/, GNU} LilyPond is written and maintained
357 by a community of enthusiasts.  It is published under the
358 @ref{GPL, GNU General Public License} and the @ref{FDL, GNU Free
359 Documentation License}, giving everybody the freedom to fix,
360 modify, and extend the program.  Creating beautiful music should
361 not require hundreds of dollars of software!
362 @divEnd
363
364
365 @c @divClass{column-left-top}
366 @divClass{color2}
367 @divClass{keep-bullets}
368 @subheading What are the benefits to users?
369
370 @itemize
371
372 @item
373 No cost: download and try it out!  What do you have to lose?
374
375 @item
376 Sharing: if you like the program, give a copy to your friends,
377 teachers, students, and colleagues!
378
379 @item
380 Source available: if you are curious about how LilyPond creates
381 some notation, you can see exactly how it is done.
382
383 @item
384 Extendible: you can add features, fix bugs, and change the
385 functionality.  If you are not a programmer, you can hire somebody
386 to do those tasks.
387
388 This may not seem appealing to casual musicians, but the ability
389 to extend software can be highly valuable to serious composers,
390 companies, and academics.
391
392 @item
393 Future safety: if a commercial company goes bankrupt, what happens
394 to any electronic music which depends on their products?  This is
395 not a concern with LilyPond; even if the entire development team
396 quits (extremely unlikely), the program will still be legally
397 available for copying, modifications, and distribution.
398
399
400 @end itemize
401
402 @divEnd
403 @divEnd
404
405
406 @c @divClass{column-right-top}
407 @divClass{color3}
408 @divClass{keep-bullets}
409 @subheading Why do LilyPond developers @qq{give away} their work for free?
410
411 Most of us view LilyPond development as a hobby or volunteer work.
412 So this question is really asking @qq{why do people volunteer}?
413
414 @itemize
415
416 @item
417 Fun: working towards a goal can be enjoyable, especially when you
418 work as a team!
419
420 @item
421 Shared goals: we all want beautiful sheet music, but few people
422 have the expertise (and nobody has the time!), to create a program
423 which can handle all situations.  By working together -- one
424 person improves the automatic beaming code, another person
425 improves the shape of slurs, and a third person writes
426 documentation explaining how to use these features -- we can
427 achieve our goal with only a fraction of the individual effort.
428
429 @item
430 @qq{Gift culture}: the Free Software (or @qq{Open Source})
431 movement has created many great software projects, such as
432 @uref{http://kernel.org/, GNU/Linux},
433 @uref{http://www.getfirefox.com/, Mozilla Firefox}, and
434 @uref{http://www.wesnoth.org/, Battle for Wesnoth}.  Having
435 benefitted from these projects, some developers want to @qq{give
436 back} to the community.
437
438 @item
439 Work experience: contributing to open-source projects is a great way to
440 practice programming, documentation writing, documentation translation,
441 or design.  This experience has helped some developers gain job offers
442 or scholarships.
443
444
445 @end itemize
446
447 @divEnd
448 @divEnd
449
450
451 @divClass{column-center-bottom}
452 @subheading Where now?
453
454 Still not convinced?  Read our extensive essay about our engraving
455 philosophy in @ref{Background}.  If you've already decided to try
456 LilyPond, first read about our @ref{Text input}.
457 @divEnd
458
459
460 @node Background
461 @unnumberedsec Background
462
463 @divClass{column-center-top}
464 @subheading Background essay
465
466 We have an extensive essay describing computational aesthetics:
467 the art of creating beauty with a computer.
468
469 If you just want a quick introduction to LilyPond, the essay might
470 be too much material to read.  If you would like to read it now,
471 please progress to @ref{Essay}.
472 @divEnd
473
474 @divClass{column-center-bottom}
475 @subheading Where now?
476
477 Still not convinced?  Read about some of our users'
478 @ref{Productions} and sheet music.  If you've already decided to
479 try LilyPond, first read about our @ref{Text input}.
480 @divEnd
481
482
483 @node Productions
484 @unnumberedsec Productions
485
486 @divClass{column-left-top}
487 @subheading Concerts
488
489 LilyPond engravings have been used for performances around the world.
490 Some highlights:
491
492 @divClass{keep-bullets}
493 @itemize
494
495 @item
496 @emph{Affaire étrangère}, an opera by
497 @uref{http://valentin.villenave.net/,Valentin Villenave}
498 to a French libretto by
499 @uref{http://en.wikipedia.org/wiki/Lewis_Trondheim, Lewis
500 Trondheim}, premiered February 1, 2009 at
501 @uref{http://www.orchestre-montpellier.com/, L'Opéra National de
502 Montpellier}, France.
503
504 @item
505 @uref{http://www.mercurybaroque.org/02/02109.aspx, Mercury Baroque}'s
506 performance of Lully's @emph{Armide}, May 15-16, 2009, in Houston,
507 Texas (engraving by @uref{http://nicolas.sceaux.free.fr/,
508 Nicolas Sceaux}).
509
510 @item
511 Instrumental excerpts from Rameau's @emph{Hippolyte et Aricie} at
512 St. James's Church in Manhattan, May 8, 2009, by Frederick Renz
513 and his ensemble @uref{http://www.earlymusicny.org/, Early Music
514 New York} (engraving by Nicolas Sceaux).
515
516 @end itemize
517 @divEnd
518
519 @divEnd
520
521
522 @divClass{column-right-top}
523 @subheading Published sheet music
524
525 @divClass{keep-bullets}
526 @itemize
527
528 @item
529 @uref{http://www.mutopiaproject.org/index.html, Mutopia Project},
530 over 1500 pieces of classical sheet music for free download, and
531 the main showcase of LilyPond scores.
532
533 @c don't make this "Mutopia" a link, since that looks silly.
534 @item
535 @uref{http://etudeapp.com, Etude}, @qq{sheet music on steroids} is
536 an iPhone app which displays piano music engraved with LilyPond,
537 including many pieces from Mutopia.  The app includes a virtual
538 piano keyboard showing which keys to press to help beginners learn
539 how to read sheet music.
540
541 @item
542 @uref{http://www.adoromusicpub.com/, Adoro Music Publishing},
543 high-quality scores of sacred music, available for immediate
544 download or in traditional paper format.
545
546 @item
547 @uref{http://theshadylanepublishing.com/, The Shady Lane
548 Publishing},
549 a @qq{micro musical publishing house} whose goal is to promote a
550 new form of musical economy closer to the musicians and music
551 lovers.
552
553 @end itemize
554
555 @divEnd
556
557 @divEnd
558
559
560 @divClass{column-center-bottom}
561 @subheading Where now?
562
563 Still not convinced?  Read some of our users' @ref{Testimonials}.
564 If you've already decided to try LilyPond, first read about our
565 @ref{Text input}.
566 @divEnd
567
568 @c TRANSLATORS, so far it's mostly from
569 @c http://lilypond.org/web/switch/testimonials
570
571 @node Testimonials
572 @unnumberedsec Testimonials
573
574 @divClass{testimonial-item}
575 @imageFloat{carter-brey,jpg, right}
576 @subsubheading @uref{http://nyphil.org/meet/orchestra/index.cfm?page=profile&personNum=7, Carter Brey}, Principal Cellist, New York Philharmonic
577
578 @qq{@dots{} I've written a couple of encore pieces for solo cello
579 which I've printed with LilyPond and which I'm going to submit to
580 Schirmer for publication.  I'll bet their engraved version wouldn't
581 look half as sharp as mine!}
582 @divEnd
583
584
585 @divClass{testimonial-item}
586 @imageFloat{orm-finnendahl,jpg, left}
587 @subsubheading @uref{http://icem-www.folkwang-hochschule.de/~finnendahl/, Orm Finnendahl}, professor of Composition, Musikhochschule Freiburg
588
589 @qq{Although I don't know [LilyPond] very well yet, I'm
590 @strong{*very} impressed.  I used the program to input a motet of
591 Josquin Desprez in mensural notation and there's no doubt that
592 lilypond outscores all other notation programs easily concerning
593 speed, ease of use and look!}
594 @divEnd
595
596
597 @divClass{testimonial-item}
598 @imageFloat{darius-blasband,jpg, right}
599 @subsubheading Darius Blasband, composer (Brussels, Belgium)
600
601 @qq{[..after the first orchestra rehearsal] I got numerous
602 compliments about the quality of the scores.  Even more
603 importantly, while LilyPond provides numerous hacks to improve the
604 way its scores look, what the orchestra got from me is basically
605 the raw, untouched output.}
606 @divEnd
607
608
609 @divClass{testimonial-item}
610 @subsubheading Kieren MacMillan, composer (Toronto, Canada)
611
612 @qq{thanks and kudos to the development team for their incredible
613 work.  I've never seen anything approaching the output that I get
614 from LilyPond -- I'm totally confident that my music publishing
615 needs will be fulfilled beyond my expectations using this great
616 application.  [..] basically untweaked LilyPond output [..] looks
617 better than most recent @q{professional} publications I've compared
618 it to (q.v., just about any Warner Bros. score, and even many of
619 the most recent by @q{the old houses}). [..]}
620
621 @qq{Beat that, Finale/Sibelius/Igor/whatever!!!}
622 @divEnd
623
624
625 @divClass{testimonial-item}
626 @subsubheading Chris Cannam, lead programmer of the @uref{http://www.rosegardenmusic.com/, RoseGarden} project
627
628 @qq{LilyPond is obviously the zillion-ton gorilla [of great music
629 typesetting].}
630 @divEnd
631
632
633 @divClass{testimonial-item}
634 @subsubheading Chris Snyder, @uref{http://www.adoromusicpub.com/, Adoro Music Publishing}
635
636 @qq{The way that music is entered for LilyPond causes me to think in a
637 more musical way -- there have been times when I've been stumped as
638 to how to tell Lily to engrave something, only to realize that
639 even if I did get it exactly as the composer wanted, the music
640 would be confusing to read.  LilyPond makes it much easier for me
641 to work in my dual editor+engraver role.}
642
643 @qq{I've been using LilyPond exclusively for my fledgling music
644 publishing business.  Virtually without exception, every composer
645 has been blown away by the quality of the engraving when presented
646 with the proofs of their music about to be published.  I deserve
647 some of the credit for this -- I spend a lot of time tweaking
648 output, especially ties (mainly in chords) -- but LilyPond gives
649 me an excellent starting point, a very intuitive interface, and
650 the ability to modify absolutely anything if I want to take the
651 time.  I'm convinced that no commercial product can come close.}
652 @divEnd
653
654
655 @divClass{testimonial-item}
656 @subsubheading David Bobroff, Bass Trombone, Iceland Symphony Orchestra
657
658 @qq{I think LilyPond is great [..] The more I learn about LilyPond
659 the more I like it!}
660 @divEnd
661
662
663 @divClass{testimonial-item}
664 @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})
665
666 @qq{I am super impressed with LilyPond [..]}
667
668 @qq{THIS IS THE BEST PROGRAM EVER!!!}
669
670 @qq{Thank you all SO MUCH for your hard work and dedication!}
671 @divEnd
672
673
674 @divClass{testimonial-item}
675 @subsubheading @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}, @uref{http://www.mutopiaproject.org/, Mutopia} contributor
676
677 @qq{I had a kind of hate-passion relationship with it.  Passion
678 because the first score I saw was so amazing! The description of
679 LilyPond lies about its beautifulness, it is too modest! [..] as
680 LilyPond is getting always better, and as I look closer how things
681 are done in scheme, I have less and less frustrations.  Anyway,
682 what I mean is: thank you for providing LilyPond, it is really
683 good.}
684 @divEnd
685
686
687 @divClass{testimonial-item}
688 @subsubheading @uref{http://www.troff.org/whoswho.html#werner, Werner Lemberg}, Conductor at the Theatre in Koblenz, Germany and distinguished GNU Hacker
689
690 @qq{Anyway, LilyPond does an amazingly good job!}
691 @divEnd
692
693
694 @divClass{testimonial-item}
695 @subsubheading Paul Davis, developer of @uref{http://jackaudio.org/, JACK} and @uref{http://www.ardour.org/, Ardour}
696
697 @qq{I think [LilyPond is] an incredible program, and it produces
698 wonderful, wonderful output.  when i read an interview about it
699 last year, i was raving to several friends of mine about its
700 potential.}
701 @divEnd
702
703
704 @divClass{column-center-bottom}
705 @subheading Where now?
706
707 Read about our @ref{Text input}.
708 @divEnd
709
710
711
712 @node Text input
713 @unnumberedsec Text input
714
715 @c TRANSLATORS, so far it's mostly from
716 @c http://lilypond.org/web/switch/howto
717
718 @subheading @qq{Compiling} Music
719
720 @imageClickable{nereid-shot-small,png, (click to enlarge), nereid-shot,png, right}
721
722 LilyPond is a @emph{compiled} system: it is run on a text file
723 describing the music.  The resulting output is viewed on-screen or
724 printed.  In some ways, LilyPond is more similar to a programming
725 language than graphical score editing software.
726
727 You do not write music by dragging notes from a graphical toolbar
728 and placing them on a dynamically refreshing score; you write
729 music by typing text.  This text is interpreted (or @qq{compiled})
730 by LilyPond, which produces beautifully engraved sheet music.
731
732 People accustomed to graphical user interfaces might need to learn
733 a new way of working, but the results are definitely worth it!
734
735 @warning{We present a quick overview of our text input -- it's not
736 as complicated as it sounds!  Don't worry about understanding
737 every detail in these examples; our beginner documentation covers
738 everything at a much more gradual pace.}
739
740
741 @subsubheading It's as simple as A B C
742
743 Notes are encoded with letters and numbers.  Special commands are
744 entered with backslashes.
745
746 @imageFloat{text-input-1-annotate,png,center}
747 @imageFloat{text-input-1-output,png,center}
748
749 Alterations are made with different names: add @code{-is} for
750 sharp, and @code{-es} for flat (these are Dutch note names, other
751 languages are available).  LilyPond figures out where to put
752 accidentals.
753
754 @imageFloat{text-input-2-annotate,png,center}
755 @imageFloat{text-input-2-output,png,center}
756
757
758 @subsubheading Pop music
759
760 Put chords and lyrics together to get a lead sheet:
761
762 @imageFloat{text-input-pop-annotate,png,center}
763 @imageFloat{text-input-pop-output,png,center}
764
765
766
767 @subsubheading Orchestral parts
768
769 The input file contains the notes of piece of music.  Score and
770 parts can be made from a single input file, so that changing a
771 note always affects the score and parts.  To be able to include
772 the same music in multiple places, the music is assigned to a
773 @qq{variable} (a name).
774
775 @imageFloat{text-input-parts-both-annotate,png,center}
776
777
778 This variable is then used in a single part (here transposed, with
779 condensed rests spanning several measures):
780
781 @imageFloat{text-input-parts-single-annotate,png,center}
782 @imageFloat{text-input-parts-single-output,png,center}
783
784
785 The same variable is used in the full score (here in concert
786 pitch):
787
788 @imageFloat{text-input-score-annotate,png,center}
789 @imageFloat{text-input-score-output,png,center}
790
791
792 @subsubheading Beginner Documentation
793
794 We realize that many users find this way of entering music a bit
795 odd.  For this reason, we have written extensive documentation to
796 help new users, beginning with @ref{Learning}.  The Learning
797 Manual is the best place to start, as many questions are answered
798 before they come up!
799
800 Please read the Learning Manual before complaining about bugs!
801 New users occasionally believe that LilyPond is not working
802 correctly, when in fact it is working precisely as designed.
803
804 More in-depth information is available in @ref{Manuals}.
805
806
807 @subsubheading Easier editing environments
808
809 @imageClickable{lilykde-screenshot-small,png,
810   (click to enlarge),lilykde-screenshot,png,right}
811
812 LilyPond is primarily concerned with producing top-quality
813 engraved sheet music; creating a Graphical User Interface (GUI)
814 would distract us from this goal.  However, there are other
815 projects aimed at making it easier to create LilyPond input files.
816
817 Some editing environments include syntax highlighting, automatic
818 command completion, and pre-made templates.  Other programs
819 actually provide a GUI which allows direct manipulation of a
820 graphical score.  For more information, see @ref{Easier editing}.
821
822
823 @divClass{column-center-bottom}
824 @subheading Where now?
825
826 You are now ready to @ref{Download, Download LilyPond}.  Still not
827 convinced?  Read about @ref{Easier editing}.
828
829 @divEnd
830
831
832 @node Easier editing
833 @unnumberedsec Easier editing
834
835 @divClass{column-center-top}
836 @subheading Graphical environment: Denemo
837
838 @imageClickable{screenshot-denemo-small,png,
839   (click to enlarge),screenshot-denemo,png,right}
840
841 @sourceimage{logo-linux,,,}
842 @sourceimage{logo-windows,,,}
843
844 @uref{http://denemo.org}
845
846 Denemo is a graphical editor which generates LilyPond source code,
847 and also allows audio playback.  It allows users to view the
848 LilyPond source code in parallel to the graphical view. Extra
849 LilyPond tweaks can be attached to notes, chords etc. and are stored
850 with the Denemo file, so that users can continue to edit graphically.
851
852 Moving the cursor in the LilyPond text moves the cursor in the graphical
853 view, and any syntax errors in your LilyPond tweaks are highlighted in
854 the text view when printed from there.
855
856 @warning{Denemo officially supports an outdated Lilypond version 2.8.7,
857 which lacks many of the features added since then. The Denemo developers
858 are actively working to bring it up to our present stable version, 2.12.}
859 @divEnd
860
861 @divClass{column-center-top}
862 @subheading Mixed environment: LilyPondTool
863
864 @imageClickable{lilypondtool-2.12-screenshot-400wide,png,
865   (click to enlarge),lilypondtool-2.12-screenshot,png,right}
866
867 @sourceimage{logo-linux,,,}
868 @sourceimage{logo-freebsd,,,}
869 @sourceimage{logo-macosx,,,}
870 @sourceimage{logo-windows,,,}
871
872 @uref{http://lilypondtool.organum.hu}
873
874 Created as a plugin for the
875 @uref{http://www.jedit.org,jEdit} text editor,
876 LilyPondTool is one of the most feature-rich text-based tools for
877 editing LilyPond scores.  Its features include a Document Wizard
878 with lyrics support to set up documents easier, and embedded PDF
879 viewer with advanced point-and-click support.
880
881 @divEnd
882
883 @divClass{column-center-top}
884 @subheading Mixed environment: Frescobaldi
885
886 @imageClickable{frescobaldi-lilypond-editor-small,png,
887   (click to enlarge),frescobaldi-lilypond-editor,png,right}
888
889 @sourceimage{logo-linux,,,}
890 @sourceimage{logo-freebsd,,,}
891
892 @uref{http://www.frescobaldi.org}
893
894 Frescobaldi is a dedicated LilyPond music and text editor with a
895 built-in PDF previewer, a powerful score wizard and many editing
896 features.  It is built on top of the KDE4 libraries and runs
897 currently on all flavours of Linux and other UNIX-like operating
898 systems.
899
900 @divEnd
901
902 @divClass{column-center-top}
903 @subheading Text environment: Emacs and Vim
904
905 @sourceimage{logo-linux,,,}
906 @sourceimage{logo-freebsd,,,}
907 @sourceimage{logo-macosx,,,}
908 @sourceimage{logo-windows,,,}
909
910 @uref{http://www.gnu.org/software/emacs/}
911
912 Emacs is a text editor with language-sensitive capabilities for
913 many different computer languages.  Emacs is a highly extensible
914 editor and can be used as an Integrated Development Environment.
915 There is a @q{lilypond mode} which supplies the language
916 definitions for working with LilyPond source files.
917
918 @uref{http://www.vim.org}
919
920 Vim is a minimal text editor and is an extension of the older Unix
921 @command{vi} editor.  It is also extensible and configurable.
922
923 As a general rule, if you are not already familiar with Emacs or
924 Vim, then you would probably prefer to use a different editor for
925 writing LilyPond input files.
926
927 @divEnd
928
929 @divClass{column-center-top}
930 @subheading Other
931
932
933 @subsubheading Text environment: TexShop
934
935 @sourceimage{logo-macosx,,,}
936
937 @uref{http://www.uoregon.edu/~koch/texshop}
938
939 The TexShop editor for MacOS@tie{}X can be extended to run LilyPond,
940 @command{lilypond-book} and @command{convert-ly} from within the editor,
941 using the extensions available at:
942
943 @example
944 @uref{http://users.dimi.uniud.it/~nicola.vitacolonna/home/content/lilypond-scripts}
945 @end example
946
947 @subsubheading TextMate
948
949 @sourceimage{logo-macosx,,,}
950
951 There is a LilyPond bundle for TextMate.  It may be installed by
952 running:
953
954 @example
955 mkdir -p /Library/Application\ Support/TextMate/Bundles
956 cd /Library/Application\ Support/TextMate/Bundles
957 svn co http://svn.textmate.org/trunk/Bundles/LilyPond.tmbundle/
958 @end example
959
960 @divEnd
961
962 @divClass{column-center-top}
963 @subheading Other programs can export LilyPond code
964
965
966 @subsubheading Graphical environments:
967
968 @itemize
969 @item
970 @uref{http://www.rosegardenmusic.com,Rosegarden}, an audio and
971 MIDI sequencer, which also has a score editor for single-staff
972 editing.
973
974 @item
975 @uref{http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml,NtEd},
976 is based on the @uref{http://cairographics.org, Cairo} library and
977 has experimental export for LilyPond.
978
979 @item
980 @uref{http://www.tuxguitar.com.ar/,TuxGuitar}, a multitrack
981 tablature editor and player, provides a score view as well as tab,
982 and can export to LilyPond.
983
984 @item
985 @uref{http://musescore.org,MuseScore} has incomplete LilyPond
986 export but is being actively developed.
987
988 @item
989 @uref{http://canorus.org,Canorus} can also export to LilyPond, but
990 is still beta-software. Testers are welcome, though.
991
992 @item
993 @uref{http://strasheela.sourceforge.net, Strasheela} is @qq{a
994 highly expressive constraint-based music composition system}.
995
996 @end itemize
997
998 @subsubheading Command Line Tools:
999
1000 @itemize
1001 @item
1002 @uref{http://www.volny.cz/smilauer/rumor/rumor.html,Rumor}, a realtime
1003 monophonic MIDI to LilyPond converter.
1004
1005 @item
1006 @uref{http://nicolas.sceaux.free.fr/lilypond/lyqi.html,lyqi}, an
1007 Emacs major mode.
1008
1009 @end itemize
1010
1011 @subheading Other programs not being actively developed
1012
1013 @itemize
1014
1015 @item
1016 @uref{http://lilykde.googlecode.com/,LilyKDE} has been replaced by
1017 @uref{http://www.frescobaldi.org/,Frescobaldi}, and exists as
1018 LilyKDE3 for KDE 3.5 and lilypond-KDE4 for KDE 4.1 only.
1019
1020 @item
1021 @uref{http://noteedit.berlios.de,NoteEdit}, which imported
1022 @uref{http://www.musicxml.com/xml.html,MusicXML}, has been forked
1023 into
1024 @uref{http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml,NtEd}
1025 and @uref{http://canorus.org,Canorus}.
1026
1027 @item
1028 @uref{http://common-lisp.net/project/fomus/,FOMUS}, a LISP library
1029 to generate music notation a LISP library to generate music
1030 notation.
1031
1032 @item
1033 @uref{http://lilycomp.sourceforge.net, LilyComp} is a graphical
1034 note entry program, acting much like a number-pad which produces
1035 lilypond notes.
1036
1037 @end itemize
1038
1039 @divEnd
1040
1041
1042 @divClass{column-center-bottom}
1043 @subheading Where now?
1044
1045 You are now ready to @ref{Download, Download LilyPond}.
1046
1047 Still not convinced?  Many composers, musicians, and conductors
1048 have learned how to write music in our input format.  Experienced
1049 users even report that they can enter a full score in LilyPond
1050 faster than with a piano keyboard or mouse+GUI!  Perhaps you would
1051 like to review the @ref{Features}, @ref{Examples}, or the
1052 @ref{Freedom} that LilyPond provides, or read about users'
1053 @ref{Productions} and @ref{Testimonials}.  In addition, our
1054 approach to the computational aesthetics of classical engraving is
1055 explained in our @ref{Background}.
1056
1057
1058 @subheading Legalese
1059
1060 @divClass{legal}
1061 All logos and product images are copyright and trademark
1062 acknowledged.
1063
1064 @logoLegalLinux
1065
1066 @logoLegalFreeBSD
1067
1068 @logoLegalMacOSX
1069
1070 @logoLegalWindows
1071
1072 @divEnd
1073
1074 @divEnd