repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.1.9
[lilypond.git]
/
BUGS
blob
c5f7e685f6bf20307828f7b2887d27f2ac5b053d
1
Document reintroduced deficiencies.
2
3
* placement of bar-numbers
4
5
****************
6
vi1=\melodic{
7
\meter 4/4;
8
\octave c'';
9
10
B8 G G G16 A B8 G G G16 A |
11
12
}
13
14
vi2=\melodic{
15
\meter 4/4;
16
\octave c'';
17
18
r16
19
}
20
21
%{
22
bc=\melodic{
23
\clef "bass";
24
\meter 4/4;
25
\octave c;
26
27
G1 |
28
}
29
%}
30
31
\score{
32
< \multi 3;
33
\vi1
34
\vi2
35
36
>
37
38
\paper{
39
geometric=1.2;
40
unitspace=8.\mm;
41
linewidth=18.\cm;
42
gourlay_maxmeasures=4.;
43
gourlay_energybound = 70000.;
44
basicspace = 2.8\pt;
45
}
46
}
47
***************************