]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/faq.pod
release: 0.0.33
[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 to DOS/win (in rpm,
30 please :).  
31
32 Q: Why GPL?
33
34 A: Yes.
35
36 Q: Why shouldn't I put all commands (\clef, \meter) inside the music?
37
38 A: You should do what you like, but at some time we will enable
39 quoting of music ("Stichnoten"). Besides if you are going to type an
40 orchestral score, then you'd probably want to enter most of those
41 commands only once.
42
43