]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/faq.pod
release: 0.0.34
[lilypond.git] / Documentation / faq.pod
1 =head1 NAME
2
3 FAQ - LilyPond FAQs
4
5 =head1 DESCRIPTION
6
7 Some questions that have been answered before.
8
9 Q: Why are [] around the notes, and () inbetween?
10
11 A: [] designate beams, a note can only be in one beam at the same
12 time. () is a slur, which connects notes.  You need to be able to 
13 specify
14
15         a()a()a
16
17
18 Q: I want a DOS/NT/W95 port.
19
20 A0: Reconsider.  Try Linux.  It's fun!
21
22 A1: Currently (patchlevel 27), LilyPond (and flowerLib) compiles, links
23 and runs on windhoos-nt, using the cygnus gnu port (release b17.1). 
24 I (JCN) only had to make a minor workaround for missing library calls.  
25 Have a look at http://www.cygnus.com/gnu-win32.  To make LilyPond type
26 make $OS. (I am not promising to maintain this platform, it is just that
27 when having to use doze, i-m sometimes too lazy to reboot.)
28
29 A2: I haven't had time to find a GCC crosscompiler (*with* g++, mind you) to
30 DOS/win (in rpm, please :).
31
32
33 Q: Why GPL?
34
35 A: Yes.
36
37
38 Q: Why shouldn't I put all commands (\clef, \meter) inside the music?
39
40 A: You should do what you like, but at some time we will enable
41 quoting of music ("Stichnoten"). Besides if you are going to type an
42 orchestral score, then you'd probably want to enter most of the meter,
43 repeat commands only once.
44
45
46 Q: Could you implement feature XXXX? It is really easy, just extend
47 the syntax to allow YYYY!
48
49 A: If it is reasonable, I'll add XXXX to the TODO list. In general
50 finding a cute syntax (such as YYYY) isn't very hard. The complicated
51 issue how to adapt the internals to do XXXX. The parser is really  a
52 simple front end to the complicated internals.