]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/general/introduction.itexi
Doc-de: updates from master to NR
[lilypond.git] / Documentation / general / 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{Alternate input}: 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 * Alternate input::             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 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 Lilypond also supports various types of ancient notation, such
241 as this passage of Gregorian chant.
242
243 @exampleImage{ancient-headword}
244 @newsEnd
245
246 @newsItem
247 @subsubheading Modern Music
248 Contemporary composers find Lilypond well-suited to displaying
249 unusual notation. Here is an excerpt from Trevor Bača's
250 @emph{Čáry}, for unaccompanied bass flute.
251
252 @exampleImage{cary}
253 @newsEnd
254
255
256 @newsItem
257 @subsubheading Efficient, flexible creation of performance materials
258 Various performance materials can be created from the same source
259 code. This is an excerpt of @uref{http://nicolas.sceaux.free.fr/,
260 Nicolas Sceaux's} engraving of Handel's @emph{Giulio Cesare}, in
261 full score, piano-vocal reduction, and a violin part.
262
263 @exampleImage{sesto-full}
264
265 @exampleImage{sesto-piano}
266
267 @exampleImage{sesto-violin}
268
269 @newsEnd
270
271 @help NEED BETTER TABLATURE EXAMPLE!!
272
273 @newsItem
274 @subsubheading Tablature
275 Lilypond supports tablature notation, which can be customized to
276 suit any instrument that reads from tablature. Here is a passage
277 from a Bach Lute Suite, with tablature generated automatically
278 from the notes entered for the traditional staff.
279
280 @exampleImage{bach-tab-example}
281 @newsEnd
282
283 @newsItem
284 @subsubheading Schenker Graphs
285 Standard output can be modified heavily. Here someone has created
286 an impressive Schenkerian analysis.
287
288 @exampleImage{bach-schenker}
289 @newsEnd
290
291 @newsItem
292 @subsubheading Vocal Music
293 Lilypond is excellent for vocal music of all kinds, from sacred
294 hymns to opera. Here is a medieval motet with slightly unusual
295 requirements. The tenor voice is written in a different meter
296 than the others, but must line up as if it were in the same meter.
297 Lilypond handles this most elegantly. Note also the incipits with
298 Vaticana style clefs, the slashed stems indicating plicated notes,
299 and the ligature braces above certain groups of notes.
300
301 @exampleImage{aucun-snippet}
302 @newsEnd
303
304 @newsItem
305 @subsubheading Educational Applications
306 Lilypond is perfectly suited for educational purposes as well.
307 Here is an example of a simple counterpoint exercise.
308
309 @exampleImage{theory}
310 @newsEnd
311
312 @help NEED BETTER POP EXAMPLE!! Also a better theory example would be nice.
313
314 @newsItem
315 @subsubheading Popular Music
316 It is simple to create pop lead sheets with melody, lyrics,
317 chord names, and fretboards. In this example you see some of the
318 predefined fretboard diagrams, but these can be heavily customized
319 to suit nearly any situation.
320
321 @exampleImage{chart}
322 @newsEnd
323
324 @help NEED DIFFERENT ORCHESTRAL OR OPERA EXAMPLE?!
325
326 @newsItem
327 @subsubheading Large Projects
328 Lilypond is excellent for large projects like operas or works for
329 full symphony orchestra, as well. Score, parts, piano reductions,
330 and conductors' scores can be produced from the same source files.
331
332 @exampleImage{orchestral}
333 @newsEnd
334
335
336 @divClass{column-center-bottom}
337 @subheading Where now?
338
339 Still not convinced?  LilyPond is Free software, granting you
340 @ref{Freedom}.  If you've already decided to try LilyPond, first
341 read about our @ref{Text input}.
342 @divEnd
343
344
345 @node Freedom
346 @unnumberedsec Freedom
347
348 @divClass{column-center-top}
349 @subheading Free Software
350
351 @uref{http://www.gnu.org/, GNU} LilyPond is written and maintained
352 by a community of enthusiasts.  It is published under the
353 @ref{GPL, GNU General Public License} and the @ref{FDL, GNU Free
354 Documentation License}, giving everybody the freedom to fix,
355 modify, and extend the program.  Creating beautiful music should
356 not require hundreds of dollars of software!
357 @divEnd
358
359
360 @c @divClass{column-left-top}
361 @divClass{color2}
362 @divClass{keep-bullets}
363 @subheading What are the benefits to users?
364
365 @itemize
366
367 @item
368 No cost: download and try it out!  What do you have to lose?
369
370 @item
371 Sharing: if you like the program, give a copy to your friends,
372 teachers, students, and colleagues!
373
374 @item
375 Source available: if you are curious about how LilyPond creates
376 some notation, you can see exactly how it is done.
377
378 @item
379 Extendible: you can add features, fix bugs, and change the
380 functionality.  If you are not a programmer, you can hire somebody
381 to do those tasks.
382
383 This may not seem appealing to casual musicians, but the ability
384 to extend software can be highly valuable to serious composers,
385 companies, and academics.
386
387 @item
388 Future safety: if a commercial company goes bankrupt, what happens
389 to any electronic music which depends on their products?  This is
390 not a concern with LilyPond; even if the entire development team
391 quits (extremely unlikely), the program will still be legally
392 available for copying, modifications, and distribution.
393
394
395 @end itemize
396
397 @divEnd
398 @divEnd
399
400
401 @c @divClass{column-right-top}
402 @divClass{color3}
403 @divClass{keep-bullets}
404 @subheading Why do LilyPond developers @qq{give away} their work for free?
405
406 Most of us view LilyPond development as a hobby or volunteer work.
407 So this question is really asking @qq{why do people volunteer}?
408
409 @itemize
410
411 @item
412 Fun: working towards a goal can be enjoyable, especially when you
413 work as a team!
414
415 @item
416 Shared goals: we all want beautiful sheet music, but few people
417 have the expertise (and nobody has the time!), to create a program
418 which can handle all situations.  By working together -- one
419 person improves the automatic beaming code, another person
420 improves the shape of slurs, and a third person writes
421 documentation explaining how to use these features -- we can
422 achieve our goal with only a fraction of the individual effort.
423
424 @item
425 @qq{Gift culture}: the Free Software (or @qq{Open Source})
426 movement has created many great software projects, such as
427 @uref{http://kernel.org/, GNU/Linux},
428 @uref{http://www.getfirefox.com/, Mozilla Firefox}, and
429 @uref{http://www.wesnoth.org/, Battle for Wesnoth}.  Having
430 benefitted from these projects, some developers want to @qq{give
431 back} to the community.
432
433 @item
434 Work experience: contributing to open-source projects is a great
435 way to practice programming, documentation writing, or design.
436 This experience has helped some developers gain job offers or
437 scholarships.
438
439
440 @end itemize
441
442 @divEnd
443 @divEnd
444
445
446 @divClass{column-center-bottom}
447 @subheading Where now?
448
449 Still not convinced?  Read about some of our users'
450 @ref{Productions} and sheet music.  If you've already decided to
451 try LilyPond, first read about our @ref{Text input}.
452
453 FIXME: rewrite for Background.
454 @divEnd
455
456
457 @node Background
458 @unnumberedsec Background
459
460 @divClass{column-center-top}
461 @subheading Background essay
462
463 We have an extensive essay describing computational aesthetics:
464 the art of creating beauty with a computer.  FIXME blah blah.
465
466 FIXME: simplify the verbosity below.
467
468 If you just want a quick introduction to LilyPond, the essay might
469 be too much material to read.  If you would like to read it now,
470 please progress to @ref{Essay}.
471
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 *very*
576 impressed. I used the program to input a motet of Josquin Desprez
577 in mensural notation and there's no doubt that lilypond outscores
578 all other notation programs easily concerning speed, ease of use
579 and look!}
580 @divEnd
581
582
583 @divClass{testimonial-item}
584 @imageFloat{darius-blasband,jpg, right}
585 @subsubheading Darius Blasband, composer (Brussels, Belgium)
586
587 @qq{[..after the first orchestra rehearsal] I got numerous
588 compliments about the quality of the scores. Even more
589 importantly, while Lilypond provides numerous hacks to improve the
590 way its scores look, what the orchestra got from me is basically
591 the raw, untouched output.}
592
593 @divEnd
594
595
596 @divClass{testimonial-item}
597 @subsubheading Kieren MacMillan, composer (Toronto, Canada)
598
599 @qq{thanks and kudos to the development team for their incredible
600 work. I've never seen anything approaching the output that I get
601 from Lilypond -- I'm totally confident that my music publishing
602 needs will be fulfilled beyond my expectations using this great
603 application. [..] basically untweaked Lilypond output [..] looks
604 better than most recent "professional" publications I've compared
605 it to (q.v., just about any Warner Bros. score, and even many of
606 the most recent by "the old houses"). [..]}
607
608 @qq{Beat that, Finale/Sibelius/Igor/whatever!!!}
609 @divEnd
610
611
612 @divClass{testimonial-item}
613 @subsubheading Chris Cannam, lead programmer of the @uref{http://www.rosegardenmusic.com/, RoseGarden} project.
614
615 @qq{Lilypond is obviously the zillion-ton gorilla [of great music
616 typesetting].}
617 @divEnd
618
619
620 @divClass{testimonial-item}
621 @subsubheading Chris Snyder, @uref{http://www.adoromusicpub.com/, Adoro Music Publishing}
622
623 @qq{The way that music is entered for LilyPond causes me to think in a
624 more musical way -- there have been times when I've been stumped as
625 to how to tell Lily to engrave something, only to realize that
626 even if I did get it exactly as the composer wanted, the music
627 would be confusing to read.  LilyPond makes it much easier for me
628 to work in my dual editor+engraver role.}
629
630 @qq{I've been using LilyPond exclusively for my fledgling music
631 publishing business. Virtually without exception, every composer
632 has been blown away by the quality of the engraving when presented
633 with the proofs of their music about to be published. I deserve
634 some of the credit for this -- I spend a lot of time tweaking
635 output, especially ties (mainly in chords) -- but LilyPond gives
636 me an excellent starting point, a very intuitive interface, and
637 the ability to modify absolutely anything if I want to take the
638 time. I'm convinced that no commercial product can come close.}
639 @divEnd
640
641
642 @divClass{testimonial-item}
643 @subsubheading David Bobroff, Bass Trombone, Iceland Symphony Orchestra
644
645 @qq{I think Lilypond is great [..] The more I learn about LilyPond
646 the more I like it!}
647 @divEnd
648
649
650 @divClass{testimonial-item}
651 @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})
652
653 @qq{I am super impressed with LilyPond [..]}
654
655 @qq{THIS IS THE BEST PROGRAM EVER!!!}
656
657 @qq{Thank you all SO MUCH for your hard work and dedication!}
658 @divEnd
659
660
661 @divClass{testimonial-item}
662 @subsubheading @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}, @uref{http://www.mutopiaproject.org/, Mutopia} contributor
663
664 @qq{I had a kind of hate-passion relationship with it. Passion
665 because the first score I saw was so amazing! The description of
666 LilyPond lies about its beautifulness, it is too modest! [..] as
667 LilyPond is getting always better, and as I look closer how things
668 are done in scheme, I have less and less frustrations. Anyway,
669 what I mean is: thank you for providing LilyPond, it is really
670 good.}
671 @divEnd
672
673
674 @divClass{testimonial-item}
675 @subsubheading @uref{http://www.troff.org/whoswho.html#werner, Werner Lemberg}, Conductor at the Theatre in Koblenz, Germany and distinguished GNU Hacker.
676
677 @qq{Anyway, LilyPond does an amazingly good job!}
678 @divEnd
679
680
681 @divClass{testimonial-item}
682 @subsubheading Paul Davis, developer of @uref{http://jackaudio.org/, JACK} and @uref{http://www.ardour.org/, Ardour}.
683
684 @qq{I think [LilyPond is] an incredible program, and it produces
685 wonderful, wonderful output. when i read an interview about it
686 last year, i was raving to several friends of mine about its
687 potential.}
688 @divEnd
689
690
691 @divClass{column-center-bottom}
692 @subheading Where now?
693
694 Read about our @ref{Text input}.
695 @divEnd
696
697
698
699 @node Text input
700 @unnumberedsec Text input
701
702 @c TRANSLATORS: so far it's mostly from
703 @c http://lilypond.org/web/switch/howto
704
705 @subheading @qq{Compiling} Music
706
707 @imageClickable{nereid-shot-small,png, (click to enlarge), nereid-shot,png, right}
708
709 LilyPond is a @emph{compiled} system: it is run on a text file
710 containing the notes.  The resulting output is viewed on-screen or
711 printed.  In some ways, LilyPond is more similar to a programming
712 language than graphical score editing software.
713
714 You do not write music by dragging notes from a graphical toolbar
715 and placing them on a dynamically refreshing score; you write
716 music by typing text.  This text is interpreted (or @qq{compiled})
717 by LilyPond, which produces beautifully engraved sheet music.
718
719 People accustomed to graphical user interfaces might need to learn
720 a new way of working, but the results are definitely worth it!
721
722 @warning{We present a quick overview of our text input -- it's not
723 as complicated as it sounds!  Don't worry about understanding
724 every detail in these examples; our beginner documentation covers
725 everything at a much more gradual pace.}
726
727
728 @subsubheading It's as simple as A B C
729
730 Notes are encoded with letters and numbers.  Special commands are
731 entered with backslashes.
732
733 @imageFloat{text-input-1-annotate,png,center}
734 @imageFloat{text-input-1-output,png,center}
735
736 Alterations are made with different names: add @code{-is} for
737 sharp, and @code{-es} for flat (these are Dutch note names, other
738 languages are available).  LilyPond figures out where to put
739 accidentals.
740
741 @imageFloat{text-input-2-annotate,png,center}
742 @imageFloat{text-input-2-output,png,center}
743
744
745 @subsubheading Pop music
746
747 Put chords and lyrics together to get a lead sheet:
748
749 @imageFloat{text-input-pop-annotate,png,center}
750 @imageFloat{text-input-pop-output,png,center}
751
752
753
754 @subsubheading Orchestral parts
755
756 The input file contains the notes of piece.  Score and parts can
757 be made from a single input file.  So, changing a note always
758 affects both parts and score.  To share the notes, the music is
759 assigned to a variable:
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 multi rests):
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 @help{any suggestions for a picture here?}
789
790
791 @subsubheading Easier editing environments
792
793 LilyPond is primarily concerned with producing top-quality
794 engraved sheet music; creating a Graphical User Interface (GUI)
795 would distract us from this goal.  However, there are other
796 projects aimed at making it easier to create LilyPond input files.
797
798 Some editing environments include syntax highlighting, automatic
799 command completion, and pre-made templates.  Other programs
800 actually provide a GUI which allows direct manipulation of a
801 graphical score.  For more information, see our documentation
802 about @@ref@{FIXME alternate editing environments@}.
803
804
805 @divClass{column-center-bottom}
806 @subheading Where now?
807
808 You are now ready to @ref{Download, Download LilyPond}.
809
810 Still not convinced?  Many composers, musicians, and conductors
811 have learned how to write music in our input format.  Experienced
812 users even report that they can enter a full score in LilyPond
813 faster than with a piano keyboard or mouse+GUI!  Perhaps you would
814 like to review the @ref{Features}, @ref{Examples}, or
815 @ref{Freedom} that LilyPond provides, or read about users'
816 @ref{Productions} and @ref{Testimonials}.  In addition, our
817 approach to the computational aesthetics of classical engraving is
818 explained in our @ref{Background}.  FIXME
819 @divEnd
820
821
822 @node Alternate input
823 @unnumberedsec Alternate input
824
825 @divClass{column-center-top}
826 @subheading Graphical environment: Denemo
827
828 @sourceimage{logo-linux,,,}
829
830 FIXME: insert text and a graphic
831
832 @divEnd
833
834 @divClass{column-center-top}
835 @subheading Mixed environment: LilyPondTool
836
837 @sourceimage{logo-linux,,,}
838 @sourceimage{logo-freebsd,,,}
839 @sourceimage{logo-macosx,,,}
840 @sourceimage{logo-windows,,,}
841
842
843 FIXME: insert text and a graphic
844
845 @divEnd
846
847 @divClass{column-center-top}
848 @subheading Text environment: Emacs and Vim
849
850 @sourceimage{logo-linux,,,}
851 @sourceimage{logo-freebsd,,,}
852 @sourceimage{logo-macosx,,,}
853 @sourceimage{logo-windows,,,}
854
855
856 FIXME: insert text and a graphic
857
858 @divEnd
859
860 @divClass{column-center-top}
861 @subheading Other
862
863 FIXME: insert text and a graphic(s)
864
865 @divEnd
866
867 @divClass{column-center-bottom}
868 @subheading Legalese
869
870 @divClass{legal}
871 All logos and product images are copyright and trademark
872 acknowledged.
873
874 @logoLegalLinux
875
876 @logoLegalFreeBSD
877
878 @logoLegalMacOSX
879
880 @logoLegalWindows
881
882 @divEnd
883
884 @divEnd
885
886
887
888