[GUB-2.7.39-1] odd \break behaviour

2006-03-16 Thread Andrzej Kopec
In following fragment of code \break statement creates additional Staff context "from nowhere", and this Staff context lives until parent StaffGroup lives. (GUB-2.7.39-1 under Linux) /ak/ %%% \version "2.7.39" \score { { \context StaffGr

[GUB 2.7.37-1] partcombine bug

2006-03-12 Thread Andrzej Kopec
Hi, in following example the rest in 2. bar is incorrect. This behavior occurs only when before there are notes from two voices on one stem. Do you know how to walk around this bug? best, /ak/ \version "2.7.37" vI = \relative c'' { c2 c | r4 cis2.~ | cis2 r2 } vII = \relative c' { c2 c | r2

[GUB 2.7.36-1] Lyrics inherits InstrumentName from its parent context

2006-02-28 Thread Andrzej Kopec
Lyrics context inherits InstrumentName from its parent context and EXTENT. example: %%% \version "2.7.36" \score { \context ChoirStaff \with { \consists Instrument_name_engraver instrument = \markup { " " \translate #'(-3 . -27)

[GUB 2.7.36-1] InstrumentName of PianoStaff isn't removed with Hara_kiri_engraver

2006-02-26 Thread Andrzej Kopec
InstrumentName of PianoStaff isn't removed with Hara_kiri_engraver, and this produce unbound instrument names in the middle of the score, when some instruments stop playing for a moment. Only solution is guessing the place and putting \unset PianoStaff.instr, and further \set PianoStaff.instr =

2.7.35: midi2ly

2006-02-21 Thread Andrzej Kopec
[lilypond 2.7.35-1 GUP] [python 2.3.5, guile 1.6.7] If lily is installed in user-home directory midi2ly can't find midi module (the wrapper script adds to PYTHONPATH another directory: ~/lilypond/usr/share/lilypond/current/python while midi.so is in: ~/lilypond/usr/lib/lilypond/2.7.35/python )

2.7.35: midi2ly

2006-02-21 Thread Andrzej Kopec
[lilypond 2.7.35-1 GUP] If lily is installed in user-home directory midi2ly can't find midi module (the wrapper script adds to PYTHONPATH another directory: ~/lilypond/usr/share/lilypond/current/python while midi.so is in: ~/lilypond/usr/lib/lilypond/2.7.35/python ) Output from midi2ly: Traceb

2.7.30 running crash

2006-02-03 Thread Andrzej Kopec
Hi there, [gentoo, gcc 3.3.2, guile 1.6.7] After successful compilation I encountered run time error: user$ lilypond test_simplest.ly GNU LilyPond 2.7.30 Processing `test_simplest.ly' Parsing... /usr/local/share/lilypond/2.7.30/ly/init.ly:4:0: error: parse error, unexpected DIGIT #(if (and #t (

Re: lilypond 2.7.22: compilation error

2005-12-12 Thread Andrzej Kopec
And one more question: how to make lilypond without documentation? It seems compiling chokes on documentation... thnx in advance, /ak/ ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

lilypond 2.7.22: compilation error

2005-12-11 Thread Andrzej Kopec
Hello, During compilation I get this error: font-config-scheme.cc: In function `void display_fontset(FcFontSet*)': font-config-scheme.cc:32: error: invalid conversion from `FcChar8*' to `const char*' How can I fix that? [Gentoo Linux (kernel 2.6.11), mftrace 1.1.16, freetype 2.1.9, fontconf

2.5.21: buildscripts?

2005-05-05 Thread Andrzej Kopec
Where are build scripts (I mean: lilypond-{profile,login}, clean-fonts) , in earlier versions (eg.2.5.18) they were in ./buildscripts; but now disapeared? I ask because I want to use lilypond-book; but there are lots of problems, discussed on this list before (dvips + mapping files). As for now i