]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web/introduction.itexi
cf83414f8f58810ed4890e6c5d5ddad4e6d36b94
[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.  See TRANSLATION for details.
7 @end ignore
8
9 @node Introduction
10 @unnumbered Introduction
11
12 @divClass{column-center-top}
13 @subheading Our Goal
14
15 @imageFloat{flat-design,png,right}
16
17 The inspiration for LilyPond came when two musicians became
18 annoyed with the bland and boring look of computer-printed
19 sheet music.  All musicians prefer reading beautiful music, so why
20 couldn't programmers write software to produce better printed
21 parts?
22
23 This software just does that: it prints music in the best
24 traditions of classical engraving with minimum fuss.  Don't waste
25 time on tuning spacing, moving around symbols, or shaping slurs.
26 Impress friends and colleagues with sharp sheet music!
27 @divEnd
28
29 @divClass{column-left-top}
30 @subheading Why use LilyPond?
31
32 @itemize
33
34 @item
35 @ref{Features}: What can LilyPond do?
36
37 @item
38 @ref{Examples}: I want to see some music!
39
40 @item
41 @ref{Freedom}: LilyPond is Free Software.
42
43 @item
44 @ref{Background}: Our computational aesthetics.
45
46 @end itemize
47 @divEnd
48
49 @divClass{column-right-top}
50 @subheading Who uses it?
51
52 @itemize
53
54 @item
55 @ref{Productions}: Real-life use of LilyPond.
56
57 @item
58 @ref{Testimonials}: What do people say?
59
60 @end itemize
61 @divEnd
62
63 @divClass{column-center-bottom}
64 @subheading Why not use LilyPond?
65
66 @itemize
67
68 @item
69 @ref{Text input}: You write music as @emph{text}?!
70
71 @item
72 @ref{Easier editing}: Other ways of working with LilyPond.
73
74 @end itemize
75 @divEnd
76
77
78 @divClass{hide}
79 @menu
80 * Features::                    What can LilyPond do?
81 * Examples::                    I want to see some music!
82 * Freedom::                     Freedom and the GPL.
83 * Background::                  Computational aesthetics.
84 * Productions::                 Real-life use of LilyPond.
85 * Testimonials::                What do people say about it?
86 * Text input::                  You write music as text?!
87 * Easier editing::             Other ways of working with LilyPond.
88 @end menu
89 @divEnd
90
91
92
93 @node Features
94 @unnumberedsec Features
95
96 @help{hoping to delegate this.  Desired: an enthusiastic
97 attempt to sway people towards trying lilypond.  The warnings
98 about writing music as text come in Crash Course, not here.}
99
100 Maybe draw inspiration from
101 @uref{http://lilypond.org/web/about/features} and
102 @uref{http://lilypond.org/web/switch/tour} and
103 @uref{http://lilypond.org/web/switch/advantages}
104
105
106
107 @subheading Why switch to LilyPond?
108
109
110 @subsubheading Excellent classical engraving
111
112 @imageFloat{flat-design,png,right}
113
114 The point of using LilyPond is to produce elegant sheet music that
115 is easy to read.  LilyPond's developer community has spent
116 thousands of hours developing powerful music engraving software
117 that results in beautifully engraved music.  All of LilyPond's
118 style settings, font designs and algorithms have been inspired by
119 the finest hand-engraved music.  LilyPond output has the same
120 strong, balanced and elegant look as the best-engraved classical
121 scores.  This is further explained in our @ref{Essay}.
122
123
124 @subsubheading Less fiddling
125
126 Spend less time with tweaking the output; LilyPond gets the
127 formatting correct right from the start.  It determines spacing by
128 itself, and breaks lines and pages to provide a tight and uniform
129 layout.  Clashes between lyrics, notes, and chords are resolved
130 and slurs and beams are sloped, automatically!
131
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.  No more futzing with the
137 mouse.  The input contains all the information, so there is no
138 need to remember complex command sequences.  Simply save an input
139 for later reference.
140
141
142 @subsubheading Accessibility
143
144 Text-based input also makes score-writing possible for users with
145 severe physical disabilities.  Dexterity-impaired users who are
146 unable to type or control a computer mouse can use
147 speech-recognition software to edit LilyPond files.  Even users
148 who are totally blind can use screen-reading software to write
149 LilyPond files -- an impossible task in graphical-based
150 score-writing programs.
151
152
153 @subsubheading Mix music and text
154
155 @imageFloat{lilypond-book,png,right}
156
157 Put fragments of music into texts without cutting and pasting
158 pictures. Integrate music into LaTeX or HTML seamlessly, or add
159 music to OpenOffice.org with ooolilypond.
160
161
162
163 @subsubheading Free software
164
165 LilyPond can be downloaded free of charge! Yep - It's free.  Get
166 it from the download page.
167
168 It's also free (as in @qq{speech}) software. It comes with source
169 code, and permission to change and copy it. So, are you irritated
170 by a bug, or yearning for a feature? Simply add it yourself, or
171 pay someone else to do it.
172
173
174 @subsubheading Extensible design
175
176 All settings can be changed to suit your personal
177 typographical taste. If that still is not enough, there is always
178 the built-in scripting language, a dialect of the powerful
179 language LISP. Settings, variables and functions are all
180 documented in the comprehensive program reference manual.
181
182
183 @subsubheading Excellent support
184
185 LilyPond runs on all popular platforms: Linux, MacOS X, and
186 Windows.  LilyPond comes with extensive documentation and hundreds
187 of example files.  There is an active user community answering
188 questions on the Lilypond user mailing list, while the development
189 team makes sure that problems are solved quickly.
190
191
192
193 @divClass{column-center-bottom}
194 @subheading Where now?
195
196 Still not convinced?  Look at some neat @ref{Examples}.  If you've
197 already decided to try LilyPond, first read about our
198 @ref{Text input}.
199 @divEnd
200
201
202
203 @node Examples
204 @unnumberedsec Examples
205
206 Lilypond is a powerful and flexible tool for engraving tasks of
207 all kinds. Please browse our gallery of examples and be inspired!
208
209 @ignore
210 Here is a passage from Franz Liszt's solo piano transcription
211 of the Overture to Wagner's @emph{Tannhäuser}. The spacing
212 in this example was all performed by Lilypond's formatting
213 algorithms, without tweaks of any kind. It
214 handles cross-staff beaming gracefully and puts the system brace
215 perfectly around all three staves.
216
217 @exampleImage{liszt-wagner}
218 @end ignore
219
220 @newsItem
221 @subsubheading Classical Music
222
223 This organ work by J.S. Bach is a fairly typical engraving project
224 in Lilypond.
225
226 @exampleImage{bach-bwv610}
227 @newsEnd
228
229 @newsItem
230 @subsubheading Complex Notation
231
232 This example from @emph{Goyescas} by Enrique Granados shows some
233 of the more advanced features of typesetting, including kneed
234 beams, cross-staff stems, and voice-follow lines.
235
236 @exampleImage{granados}
237 @newsEnd
238
239 @newsItem
240 @subsubheading Early Music
241
242 Lilypond also supports various types of ancient notation, such
243 as this passage of Gregorian chant.
244
245 @exampleImage{ancient-headword}
246 @newsEnd
247
248 @newsItem
249 @subsubheading Modern Music
250
251 Contemporary composers find Lilypond well-suited to displaying
252 unusual notation. Here is an excerpt from Trevor Baca's
253 @emph{Cáry}, for unaccompanied bass flute.
254
255 @exampleImage{cary}
256 @newsEnd
257
258
259 @newsItem
260 @subsubheading Efficient, flexible creation of performance materials
261
262 Various performance materials can be created from the same source
263 code. This is an excerpt of @uref{http://nicolas.sceaux.free.fr/,
264 Nicolas Sceaux's} engraving of Handel's @emph{Giulio Cesare}, in
265 full score, piano-vocal reduction, and a violin part.
266
267 @exampleImage{sesto-full}
268
269 @exampleImage{sesto-piano}
270
271 @exampleImage{sesto-violin}
272
273 @newsEnd
274
275 @newsItem
276 @subsubheading Tablature
277
278 Lilypond supports tablature notation, which can be customized to
279 suit any instrument that reads from tablature.  The tablature
280 staff is generated automatically from notes entered for the 5-line
281 staff.
282
283 @exampleImage{tab-example}
284 @newsEnd
285
286 @newsItem
287 @subsubheading Schenker Graphs
288
289 Standard output can be modified heavily. Here someone has created
290 an impressive Schenkerian analysis.
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
440 way to practice programming, documentation writing, or design.
441 This experience has helped some developers gain job offers or
442 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 Valentin Villenave, with
497 libretto by Lewis Trondheim, premiered February 1, 2009, by
498 @uref{http://www.orchestre-montpellier.com/, L'Opéra Montpellier}.
499
500 @item
501 @uref{http://www.mercurybaroque.org/02/02109.aspx, Mercury Baroque}'s
502 performance of Lully's @emph{Armide}, May 15-16, 2009, in Houston,
503 Texas (engraving by @uref{http://nicolas.sceaux.free.fr/,
504 Nicolas Sceaux}).
505
506 @item
507 Instrumental excerpts from Rameau's @emph{Hippolyte et Aricie} at
508 St. James's Church in Manhattan, May 8, 2009, by Frederick Renz
509 and his ensemble @uref{http://www.earlymusicny.org/, Early Music
510 New York} (engraving by Nicolas Sceaux).
511
512 @end itemize
513 @divEnd
514
515 @divEnd
516
517
518 @divClass{column-right-top}
519 @subheading Published sheet music
520
521 @divClass{keep-bullets}
522 @itemize
523
524 @item
525 @uref{http://www.mutopiaproject.org/index.html, Mutopia Project},
526 over 1500 pieces of classical sheet music for free download, and
527 the main showcase of LilyPond scores.
528
529 @item
530 @uref{http://www.adoromusicpub.com/, Adoro Music Publishing},
531 high-quality scores of sacred music, available for immediate
532 download or in traditional paper format.
533
534 @item
535 @uref{http://theshadylanepublishing.com/, The Shady Lane
536 Publishing},
537 a @qq{micro musical publishing house} whose goal is to promote a
538 new form of musical economy closer to the musicians and music
539 lovers.
540
541 @end itemize
542
543 @divEnd
544
545 @divEnd
546
547
548 @divClass{column-center-bottom}
549 @subheading Where now?
550
551 Still not convinced?  Read some of our users' @ref{Testimonials}.
552 If you've already decided to try LilyPond, first read about our
553 @ref{Text input}.
554 @divEnd
555
556
557 @node Testimonials
558 @unnumberedsec Testimonials
559
560 @divClass{testimonial-item}
561 @imageFloat{carter-brey,jpg, right}
562 @subsubheading @uref{http://nyphil.org/meet/orchestra/index.cfm?page=profile&personNum=7, Carter Brey}, Principal Cellist, New York Philharmonic
563
564 @qq{... I've written a couple of encore pieces for solo cello
565 which I've printed with LilyPond and which I'm going to submit to
566 Schirmer for publication. I'll bet their engraved version wouldn't
567 look half as sharp as mine!}
568 @divEnd
569
570
571 @divClass{testimonial-item}
572 @imageFloat{orm-finnendahl,jpg, left}
573 @subsubheading @uref{http://icem-www.folkwang-hochschule.de/~finnendahl/, Orm Finnendahl}, professor of Composition, Musikhochschule Freiburg
574
575 @qq{Although I don't know [LilyPond] very well yet, I'm
576 @strong{*very} impressed. I used the program to input a motet of
577 Josquin Desprez in mensural notation and there's no doubt that
578 lilypond outscores all other notation programs easily concerning
579 speed, ease of use and look!} @divEnd
580
581
582 @divClass{testimonial-item}
583 @imageFloat{darius-blasband,jpg, right}
584 @subsubheading Darius Blasband, composer (Brussels, Belgium)
585
586 @qq{[..after the first orchestra rehearsal] I got numerous
587 compliments about the quality of the scores. Even more
588 importantly, while Lilypond provides numerous hacks to improve the
589 way its scores look, what the orchestra got from me is basically
590 the raw, untouched output.}
591
592 @divEnd
593
594
595 @divClass{testimonial-item}
596 @subsubheading Kieren MacMillan, composer (Toronto, Canada)
597
598 @qq{thanks and kudos to the development team for their incredible
599 work. I've never seen anything approaching the output that I get
600 from Lilypond -- I'm totally confident that my music publishing
601 needs will be fulfilled beyond my expectations using this great
602 application. [..] basically untweaked Lilypond output [..] looks
603 better than most recent @q{professional} publications I've compared
604 it to (q.v., just about any Warner Bros. score, and even many of
605 the most recent by @q{the old houses}). [..]}
606
607 @qq{Beat that, Finale/Sibelius/Igor/whatever!!!}
608 @divEnd
609
610
611 @divClass{testimonial-item}
612 @subsubheading Chris Cannam, lead programmer of the @uref{http://www.rosegardenmusic.com/, RoseGarden} project.
613
614 @qq{Lilypond is obviously the zillion-ton gorilla [of great music
615 typesetting].}
616 @divEnd
617
618
619 @divClass{testimonial-item}
620 @subsubheading Chris Snyder, @uref{http://www.adoromusicpub.com/, Adoro Music Publishing}
621
622 @qq{The way that music is entered for LilyPond causes me to think in a
623 more musical way -- there have been times when I've been stumped as
624 to how to tell Lily to engrave something, only to realize that
625 even if I did get it exactly as the composer wanted, the music
626 would be confusing to read.  LilyPond makes it much easier for me
627 to work in my dual editor+engraver role.}
628
629 @qq{I've been using LilyPond exclusively for my fledgling music
630 publishing business. Virtually without exception, every composer
631 has been blown away by the quality of the engraving when presented
632 with the proofs of their music about to be published. I deserve
633 some of the credit for this -- I spend a lot of time tweaking
634 output, especially ties (mainly in chords) -- but LilyPond gives
635 me an excellent starting point, a very intuitive interface, and
636 the ability to modify absolutely anything if I want to take the
637 time. I'm convinced that no commercial product can come close.}
638 @divEnd
639
640
641 @divClass{testimonial-item}
642 @subsubheading David Bobroff, Bass Trombone, Iceland Symphony Orchestra
643
644 @qq{I think Lilypond is great [..] The more I learn about LilyPond
645 the more I like it!}
646 @divEnd
647
648
649 @divClass{testimonial-item}
650 @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})
651
652 @qq{I am super impressed with LilyPond [..]}
653
654 @qq{THIS IS THE BEST PROGRAM EVER!!!}
655
656 @qq{Thank you all SO MUCH for your hard work and dedication!}
657 @divEnd
658
659
660 @divClass{testimonial-item}
661 @subsubheading @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}, @uref{http://www.mutopiaproject.org/, Mutopia} contributor
662
663 @qq{I had a kind of hate-passion relationship with it. Passion
664 because the first score I saw was so amazing! The description of
665 LilyPond lies about its beautifulness, it is too modest! [..] as
666 LilyPond is getting always better, and as I look closer how things
667 are done in scheme, I have less and less frustrations. Anyway,
668 what I mean is: thank you for providing LilyPond, it is really
669 good.}
670 @divEnd
671
672
673 @divClass{testimonial-item}
674 @subsubheading @uref{http://www.troff.org/whoswho.html#werner, Werner Lemberg}, Conductor at the Theatre in Koblenz, Germany and distinguished GNU Hacker.
675
676 @qq{Anyway, LilyPond does an amazingly good job!}
677 @divEnd
678
679
680 @divClass{testimonial-item}
681 @subsubheading Paul Davis, developer of @uref{http://jackaudio.org/, JACK} and @uref{http://www.ardour.org/, Ardour}.
682
683 @qq{I think [LilyPond is] an incredible program, and it produces
684 wonderful, wonderful output. when i read an interview about it
685 last year, i was raving to several friends of mine about its
686 potential.}
687 @divEnd
688
689
690 @divClass{column-center-bottom}
691 @subheading Where now?
692
693 Read about our @ref{Text input}.
694 @divEnd
695
696
697
698 @node Text input
699 @unnumberedsec Text input
700
701 @c TRANSLATORS, so far it's mostly from
702 @c http://lilypond.org/web/switch/howto
703
704 @subheading @qq{Compiling} Music
705
706 @imageClickable{nereid-shot-small,png, (click to enlarge), nereid-shot,png, right}
707
708 LilyPond is a @emph{compiled} system: it is run on a text file
709 describing the music.  The resulting output is viewed on-screen or
710 printed.  In some ways, LilyPond is more similar to a programming
711 language than graphical score editing software.
712
713 You do not write music by dragging notes from a graphical toolbar
714 and placing them on a dynamically refreshing score; you write
715 music by typing text.  This text is interpreted (or @qq{compiled})
716 by LilyPond, which produces beautifully engraved sheet music.
717
718 People accustomed to graphical user interfaces might need to learn
719 a new way of working, but the results are definitely worth it!
720
721 @warning{We present a quick overview of our text input -- it's not
722 as complicated as it sounds!  Don't worry about understanding
723 every detail in these examples; our beginner documentation covers
724 everything at a much more gradual pace.}
725
726
727 @subsubheading It's as simple as A B C
728
729 Notes are encoded with letters and numbers.  Special commands are
730 entered with backslashes.
731
732 @imageFloat{text-input-1-annotate,png,center}
733 @imageFloat{text-input-1-output,png,center}
734
735 Alterations are made with different names: add @code{-is} for
736 sharp, and @code{-es} for flat (these are Dutch note names, other
737 languages are available).  LilyPond figures out where to put
738 accidentals.
739
740 @imageFloat{text-input-2-annotate,png,center}
741 @imageFloat{text-input-2-output,png,center}
742
743
744 @subsubheading Pop music
745
746 Put chords and lyrics together to get a lead sheet:
747
748 @imageFloat{text-input-pop-annotate,png,center}
749 @imageFloat{text-input-pop-output,png,center}
750
751
752
753 @subsubheading Orchestral parts
754
755 The input file contains the notes of piece of music.  Score and
756 parts can be made from a single input file, so that changing a
757 note always affects the score and parts.  To be able to include
758 the same music in multiple places, the music is assigned to a
759 @qq{variable} (a name).
760
761 @imageFloat{text-input-parts-both-annotate,png,center}
762
763
764 This variable is then used in a single part (here transposed, with
765 condensed rests spanning several measures):
766
767 @imageFloat{text-input-parts-single-annotate,png,center}
768 @imageFloat{text-input-parts-single-output,png,center}
769
770
771 The same variable is used in the full score (here in concert
772 pitch):
773
774 @imageFloat{text-input-score-annotate,png,center}
775 @imageFloat{text-input-score-output,png,center}
776
777
778 @subsubheading Beginner Documentation
779
780 We realize that many users find this way of entering music a bit
781 odd.  For this reason, we have written extensive documentation to
782 help new users, beginning with @ref{Learning}.
783
784 Please read the Learning Manual before complaining about bugs!
785 New users occasionally believe that LilyPond is not working
786 correctly, when in fact it is working precisely as designed.
787
788
789 @subsubheading Easier editing environments
790
791 @imageClickable{lilykde-screenshot-small,png,
792   (click to enlarge),lilykde-screenshot,png,right}
793
794 LilyPond is primarily concerned with producing top-quality
795 engraved sheet music; creating a Graphical User Interface (GUI)
796 would distract us from this goal.  However, there are other
797 projects aimed at making it easier to create LilyPond input files.
798
799 Some editing environments include syntax highlighting, automatic
800 command completion, and pre-made templates.  Other programs
801 actually provide a GUI which allows direct manipulation of a
802 graphical score.  For more information, see @ref{Easier editing}.
803
804
805 @divClass{column-center-bottom}
806 @subheading Where now?
807
808 You are now ready to @ref{Download, Download LilyPond}.  Still not
809 convinced?  Read about @ref{Easier editing}.
810
811 @divEnd
812
813
814 @node Easier editing
815 @unnumberedsec Easier editing
816
817 @divClass{column-center-top}
818 @subheading Graphical environment: Denemo
819
820 @imageClickable{screenshot-denemo-small,png,
821   (click to enlarge),screenshot-denemo,png,right}
822
823 @sourceimage{logo-linux,,,}
824 @sourceimage{logo-windows,,,}
825
826 @uref{http://denemo.org}
827
828 Denemo is graphical editor which generates LilyPond source code
829 and also allows audio playback.  It is currently in development
830 and generates code for older versions of LilyPond (V2.8.7).  It
831 allows users to view the LilyPond source code in parallel to the
832 graphical view.
833
834 @ignore
835 Import: LilyPond, MIDI
836
837 Export: Lilypond, MIDI, ABC, CSound Score File, PDF
838 @end ignore
839
840 @divEnd
841
842 @divClass{column-center-top}
843 @subheading Mixed environment: LilyPondTool
844
845 @imageClickable{lilypondtool-2.12-screenshot-400wide,png,
846   (click to enlarge),lilypondtool-2.12-screenshot,png,right}
847
848 @sourceimage{logo-linux,,,}
849 @sourceimage{logo-freebsd,,,}
850 @sourceimage{logo-macosx,,,}
851 @sourceimage{logo-windows,,,}
852
853 @uref{http://lilypondtool@/.organum@/.hu}
854
855 Created as a plugin for the
856 @uref{http://@/www@/.jedit@/.org@/,jEdit} text editor,
857 LilyPondTool is one of the most feature-rich text-based tool for
858 editing LilyPond scores.  Its features include a Document Wizard
859 with lyrics support to set up documents easier, and embedded PDF
860 viewer with advanced point-and-click support.
861
862 @divEnd
863
864 @divClass{column-center-top}
865 @subheading Mixed environment: Frescobaldi
866
867 @imageClickable{frescobaldi-lilypond-editor-small,png,
868   (click to enlarge),frescobaldi-lilypond-editor,png,right}
869
870 @sourceimage{logo-linux,,,}
871 @sourceimage{logo-freebsd,,,}
872
873 @uref{http://www.frescobaldi.org}
874
875 Frescobaldi is a dedicated LilyPond music and text editor with
876 built-in PDF previewer, a powerful score wizard and many editing
877 features.  It is built on top of the KDE4 libraries and runs
878 currently on all flavours of Linux and other UNIX-like operating
879 systems.
880
881 @divEnd
882
883 @divClass{column-center-top}
884 @subheading Text environment: Emacs and Vim
885
886 @sourceimage{logo-linux,,,}
887 @sourceimage{logo-freebsd,,,}
888 @sourceimage{logo-macosx,,,}
889 @sourceimage{logo-windows,,,}
890
891 @uref{http://FIXME}
892
893 Emacs is a text editor with language-sensitive capabilities for
894 many different computer languages.  Emacs is a highly extensible
895 editor and can be used as an Integrated Development Environment.
896 There is a @q{lilypond mode} which supplies the language
897 definitions for working with Lilypond source files.
898
899 Vim is a minimal text editor and is an extension of the older Unix
900 @command{vi} editor.  It is also extensible and configurable.
901
902 As a general rule, if you are not already familiar with emacs or
903 vim, then you would probably prefer to use a different editor for
904 writing LilyPond input files.
905
906 @divEnd
907
908 @divClass{column-center-top}
909 @subheading Other
910
911 @help insert text and a graphic(s)
912
913 @subsubheading Mixed environment: LilyKDE
914
915 @imageClickable{lilykde-screenshot-small,png,
916   (click to enlarge),lilykde-screenshot,png,right}
917
918 @sourceimage{logo-linux,,,}
919 @sourceimage{logo-freebsd,,,}
920
921 @uref{http://lilykde.googlecode.com/}
922
923 LilyKDE is a plugin for KDE's text editor
924 @uref{http://kate-editor.org/,Kate}.  It has a powerful Score
925 Wizard to quickly setup a LilyPond document and an embedded
926 PDF viewer.
927
928 LilyKDE can use @uref{http://www.volny.cz/smilauer/rumor/,Rumor},
929 so music can entered by playing on a MIDI keyboard.
930
931 Other features are lyric hyphenation and running LilyPond on
932 multiple files at once from within the KDE file manager.
933
934 @subsubheading Text environment: TexShop
935
936 @sourceimage{logo-macosx,,,}
937
938 @uref{http://@/www@/.uoregon@/.edu/~koch/texshop}
939
940 The TexShop editor for MacOS@tie{}X can be extended to run LilyPond,
941 @command{lilypond-book} and @command{convert-ly} from within the editor,
942 using the extensions available at
943 @uref{http://@/www@/.dimi@/.uniud@/.it/vitacolo/freesoftware@/.html#desktoppub}.
944
945 @ignore
946 TODO: ask somebody to sponsor/check these.  -gp
947
948 @subsubheading TextMate
949
950 @sourceimage{logo-macosx,,,}
951
952 There is a LilyPond bundle for TextMate.  It may be installed by
953 running:
954
955 @example
956 mkdir -p /Library/Application\ Support/TextMate/Bundles
957 cd /Library/Application\ Support/TextMate/Bundles
958 svn co http://svn.textmate.org/trunk/Bundles/LilyPond.tmbundle/
959 @end example
960 @end ignore
961
962 @divEnd
963
964 @divClass{column-center-top}
965 @subheading Other programs can export LilyPond code
966
967 @ignore
968 TODO: change url back to full adress, to make it readable in printouts -ch
969 @end ignore
970
971 @help clean up this list, check links, etc.
972
973 @subsubheading Graphical environments:
974
975 @itemize
976 @item
977 @uref{http://@/noteedit@/.berlios@/.de,NoteEdit}
978 which imports @uref{http://@/www@/.musicxml@/.com/xml@/.html,MusicXML}
979 @item
980 @uref{http://@/www@/.rosegardenmusic@/.com,Rosegarden},
981 which imports MIDI
982 @item
983 @uref{http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml,NtEd},
984 has experimental export for LilyPond.
985 @item
986 @uref{http://www.tuxguitar.com.ar/,TuxGuitar}, can export to LilyPond.
987 @item
988 @uref{http://musescore.org,MuseScore} can export to LilyPond.
989 @item
990 @uref{http://canorus.org,Canorus} can also export to LilyPond, but is still
991 beta-software. Testers welcome though.
992 @end itemize
993
994 @subsubheading Command Line Tools:
995
996 @itemize
997 @item
998 @uref{http://www@/.volny@/.cz/smilauer/rumor/rumor@/.html,Rumor}, a realtime
999 monophonic MIDI to LilyPond converter.
1000 @item
1001 @uref{http://nicolas@/.sceaux@/.free@/.fr/lilypond/lyqi@/.html,lyqi}, an
1002 Emacs major mode.
1003 @item
1004 @uref{http://@/www@/.nongnu@/.org/@/xml2ly/,xml2ly}, which imports
1005 @uref{http://@/www@/.musicxml@/.com/xml@/.html,MusicXML}
1006 @item
1007 @uref{http://@/common-lisp@/.net/project/fomus/,FOMUS},
1008 a LISP library to generate music notation
1009 @end itemize
1010 @divEnd
1011
1012
1013 @divClass{column-center-bottom}
1014 @subheading Where now?
1015
1016 You are now ready to @ref{Download, Download LilyPond}.
1017
1018 Still not convinced?  Many composers, musicians, and conductors
1019 have learned how to write music in our input format.  Experienced
1020 users even report that they can enter a full score in LilyPond
1021 faster than with a piano keyboard or mouse+GUI!  Perhaps you would
1022 like to review the @ref{Features}, @ref{Examples}, or the
1023 @ref{Freedom} that LilyPond provides, or read about users'
1024 @ref{Productions} and @ref{Testimonials}.  In addition, our
1025 approach to the computational aesthetics of classical engraving is
1026 explained in our @ref{Background}.
1027
1028
1029 @subheading Legalese
1030
1031 @divClass{legal}
1032 All logos and product images are copyright and trademark
1033 acknowledged.
1034
1035 @logoLegalLinux
1036
1037 @logoLegalFreeBSD
1038
1039 @logoLegalMacOSX
1040
1041 @logoLegalWindows
1042
1043 @divEnd
1044
1045 @divEnd