]> git.donarmstrong.com Git - lilypond.git/blob - BUGS
release: 0.0.78
[lilypond.git] / BUGS
1
2 [document reintroduced deficiencies.]
3
4 wrong instrument:
5
6 cad = \melodic { \id "Staff" "fr horn"; c4 }
7
8 \score { 
9         \melodic {\cad}
10 }
11
12 *******************
13  '.' -> lilypond: lexer.l:258: int My_lily_lexer::yylex(): Assertion `cnv == 1' failed.
14
15 ***********************
16
17 2nd staff takes too long.
18
19 \score { < 
20         \melodic { \id "Staff" ""; c'4 g'4 }
21         \lyric { \id "Lyric" ""; hello4 bye4 < a chord > }
22         \lyric { \id "Lyric" ""; bye4 hello4 }
23         \melodic { \id "Staff" ""; c'4 g'4 }
24         > 
25
26
27 *******************