unexpected octave

2002-09-30 Thread David Bobroff
Here is a three measure excerpt from a score I'm working on: %%% \score { \context Staff \clef G \notes \relative c' { \time 3/4 \property Voice.NoteHead \set #'style = #'diamond b''16 \\ \property Voice.NoteHead \set #'style = #'diamond e, r16 r8 r4 r4 | \property Voice.NoteHead

Re: Circled molecules? [WAS: Re: Using multiple versions oflilypond

2002-09-30 Thread Jan Nieuwenhuizen
Antonio PALAMA' [EMAIL PROTECTED] writes: Here is a problem I've got and wasn't able to solve. With 1.2.17 I could produce beautiful circled rehearsal marks with the following code \mark {\\font\\twelverm=cmbx12\\twelverm{% \\hspace{-3mm}% \\raisebox{-1mm}{%

Re: Lyrics spacing with lilypond 1.6.4

2002-09-30 Thread Alois Steindl
On Sonntag, 29. September 2002 21:52, Alois Steindl wrote: Hello, thanks quite a lot for your answer! Unfortunately I did send an out-of-phase input file (I experimented with different settings). Now I rerun the example at home with the final block \score { \simultaneous {

Re: Lyrics spacing with lilypond 1.6.4

2002-09-30 Thread Mats Bengtsson
Hello, an (partial) answer to my own question: I just tried the same input with lilypond 1.6.4 on an RedHat 7.3 system and it worked nicely. I will have to look into the cygwin tree, whether there are any old files hidden. Run ly2dvi -V to get a verbose listing of all files read by

Re: compiling gcc-3.2

2002-09-30 Thread Alexandre Beneteau
Hello, I had the same problems a few weeks ago and posted a workaround to this mailing-list. Here is the copy of the original mail : - Hello, Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and thanks to advices from Joerg Anders (thanks a lot), I manage to

[Fwd: Re: Circled molecules? [WAS: Re: Using multiple versions oflilypond]

2002-09-30 Thread Antonio PALAMA'
Jan Nieuwenhuizen wrote: Yes. Well, the bad news is that the kind of inline LaTeX hacking you did (for 1.2), is not and has never been a recommended or supported feature. LilyPond cannot calculate the dimensions of such a hack. (La)TeX hacking should only be used if there's really no other

Re: Circled molecules? [WAS: Re: Using multiple versions oflilypond

2002-09-30 Thread Jan Nieuwenhuizen
Antonio PALAMA' [EMAIL PROTECTED] writes: Would it be possible to tell LilyPond to assume a null dimension? After all the mark is placed above the staff and sould not interfere with the note spacing. Anyway I understand that these hacks should be avoided. Yes, you can try something like:

Re: compiling gcc-3.2

2002-09-30 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and thanks to advices from Joerg Anders (thanks a lot), I manage to compile lilypond 1.6.2 by adding : using namespace std; at the top of lily/lexer.ll It did not cause difference for

Re: compiling gcc-3.2

2002-09-30 Thread Alexandre Beneteau
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and thanks to advices from Joerg Anders (thanks a lot), I manage to compile lilypond 1.6.2 by adding : using namespace std; at the top of lily/lexer.ll It did not cause

Re: Circled molecules? [WAS: Re: Using multiple versions of lilypond

2002-09-30 Thread Mats Bengtsson
I will try it; by the way, where are these molecules inplemented? I would like to give a look at the code. Maybe I can see a simple way to replace the box with a circle. See scm/molecule.scm and output-lib.scm; look for box-molecule. and input/test/boxed-molecule.ly I'm afraid you

Lyric extender alignment issues--a work around

2002-09-30 Thread Scott Ainsworth
Like several others on this list, I have been battling with font alignment issues. In particular, with 'automaticMelismata = ##t' (the default), some things do not behave as expected: 1. A sylable on a tie or slur is not lined up with the first note. 2. Lyric extenders are too short.