Re: question about lilypond and its representation.

2002-09-27 Thread Graham Percival
On Fri, 27 Sep 2002 11:33:10 -0500 Jordan Katz <[EMAIL PROTECTED]> wrote: > I do semantic web researcher for MINDSWAP > , and I'm very interested in using Lilypond > for one of my projects. My central problem however, is that in > order for my to use Lilypond with

question about lilypond and its representation.

2002-09-27 Thread Jordan Katz
Hi, I do semantic web researcher for MINDSWAP , and I'm very interested in using Lilypond for one of my projects. My central problem however, is that in order for my to use Lilypond within my project, I'd need to have it represented in XML syntax (check out the

Re: stem fix

2002-09-27 Thread David Raleigh Arnold
On Fri, 27 Sep 2002 20:33:26 David Bobroff wrote: > Thanks for the pointer Simon. This was the fix: > > \score{ > > > \notes\relative c'{ > > as2 < {a} \\ {a} > > } > \paper{} > } > > David Bobroff Now, since you have two notes really sounding, you should have two noteheads. If you had t

Re: Flat symbol

2002-09-27 Thread Jan Nieuwenhuizen
"Antonio PALAMA'" <[EMAIL PROTECTED]> writes: > I noticed that the flat symbol produced by Lilypond has something strange: > the upper part of the vertical line is thicker than the lower part. Yes, that's called a brush. I believe the comments in the font sources can tell you that. If you lo

Re: Flat symbol

2002-09-27 Thread Rune Zedeler
Antonio PALAMA' wrote: > Is this intentional or is it a bug? It is intentional. -Rune ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: Flat symbol

2002-09-27 Thread Simon Bailey
from what i have heard, this is part of the feta font design. therefore intentional. *g* greetings, simon. On Sat, 2002-09-28 at 00:15, Antonio PALAMA' wrote: > I noticed that the flat symbol produced by Lilypond has something strange: > the upper part of the vertical line is thicker than the

Re: In regard to your infrastructure ...

2002-09-27 Thread Graham Percival
On Fri, 27 Sep 2002 14:51:35 -0700 [EMAIL PROTECTED] wrote: >I received a very nice referral to the LilliPond Project from M.I.T.. > I am interested in modeling text based musical programs in C++ as I have > purchased a book, called Maximum Midi (www.maxmidi.com. I have not yet encountered >

Flat symbol

2002-09-27 Thread Antonio PALAMA'
I noticed that the flat symbol produced by Lilypond has something strange: the upper part of the vertical line is thicker than the lower part. Is this intentional or is it a bug? Thanks, Antonio ___ Lilypond-user mailing list [EMAIL PROTECTED] http

In regard to your infrastructure ...

2002-09-27 Thread brian
To Whom it may Concern at the LilliPond Project: I received a very nice referral to the LilliPond Project from M.I.T.. I am interested in modeling text based musical programs in C++ as I have purchased a book, called Maximum Midi (www.maxmidi.com. I have not yet encountered text based musica

Re: ps output looks like junk

2002-09-27 Thread Jan Nieuwenhuizen
"Scott Ainsworth" <[EMAIL PROTECTED]> writes: > I had once this problem because my Lilypond setup (using cygwin) causes > the generated fonts to be put in a subdirectory of my working directory > (i.e. .../scores/dpi600). This should be fixed with the latest tetex release. Jan. -- Jan Nieuwen

Re: extra stem

2002-09-27 Thread Rune Zedeler
David Bobroff wrote: > On the second note I want two stems; one going up and one going down. as2 -Rune ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

stem fix

2002-09-27 Thread David Bobroff
Thanks for the pointer Simon. This was the fix: \score{ \notes\relative c'{ as2 < {a} \\ {a} > } \paper{} } David Bobroff ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: extra stem

2002-09-27 Thread Simon Bailey
you could try the voicify function -- using chord syntax to create temporary voices... i don't know the exact syntax, but its in the refman. greetings, simon. On Fri, 2002-09-27 at 22:13, David Bobroff wrote: > Another puzzle: > > I have measure with a string double stop on a single pitch: > >

extra stem

2002-09-27 Thread David Bobroff
Another puzzle: I have measure with a string double stop on a single pitch: \score{ \notes\relative c'{ as2 a } \paper{} } On the second note I want two stems; one going up and one going down. Is there a simple solution or do I have to use "voices"? I've checked the docs but I'm not sur

Re: ps output looks like junk

2002-09-27 Thread Mats Bengtsson
Yes, this is a remaining problem about the cygwin installation. Since the generated fonts end up in separate directories for each user, it's hard to remove them automatically in the installation scripts. However, Colin used RedHat where this shouldn't be a problem. Also, the command 'kpsewhich f

RE: ps output looks like junk

2002-09-27 Thread Scott Ainsworth
I had once this problem because my Lilypond setup (using cygwin) causes the generated fonts to be put in a subdirectory of my working directory (i.e. .../scores/dpi600). So, even though I ran the 'clean-fonts.sh' script, the generated fonts remained. Deleting the dpi600 directory forces the gene

Re: ps output looks like junk

2002-09-27 Thread Mats Bengtsson
> > The attached postscript looks fine to me. > That's very wierd - when I view it with gv it looks like a whole bunch of > wierd characters. Perhaps there is something wrong with gv and not dvips? > Colin I can't imagine that gv fails. Are you sure you are looking at the same version of the po

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
> The attached postscript looks fine to me. That's very wierd - when I view it with gv it looks like a whole bunch of wierd characters. Perhaps there is something wrong with gv and not dvips? Colin ___ Lilypond-user mailing list [EMAIL PROTECTED] ht

Re: ps output looks like junk

2002-09-27 Thread Mats Bengtsson
> > OK! Then, follow the initial replies to your > > question and clean all feta* files you can find > > in /var/lib/texmf/pk/ljfour/ > I tried that: > I don't get the error messages now but my ps file still looks bizarre (see > attachments). > Colin The attached postscript looks fine to me. Th

Re: ps output looks like junk

2002-09-27 Thread Mats Bengtsson
> > Just curious: What do the following commands return? > > kpsewhich feta20.pk > /var/lib/texmf/pk/ljfour/feta20.600pk OK! Then, follow the initial replies to your question and clean all feta* files you can find in /var/lib/texmf/pk/ljfour/ > > echo $TEXMF > [returns nothing] It should, see

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
> I hope you did a typing error when you wrote the > version number. Anyway, there should be a nice > RPM for the latest stable Lilypond version > (1.6.4) at www.lilypond.org. Try that instead. OK. > Just curious: What do the following commands return? > kpsewhich feta20.pk /var/lib/texmf/pk/lj

Re: ps output looks like junk

2002-09-27 Thread Mats Bengtsson
[EMAIL PROTECTED] said: > >I think you have upgraded your lilypond and forget to delete the old > >fonts cached... > Not sure this is true because I have just installed it > on a new machine. Colin That's weird. I hope you did a typing error when you wrote the version number. Anyway, there

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
I installed from lilypond-1.1.57-1.i386.rpm on RedHat-7.3 Colin > Read the section on "Font Problems" in the installation > instructions. > Did you compile it yourself or did you install a > binary package? What platform do you use? > >/Mats > > > Hi, > > I have a problem with my dvips out

Re: ps output looks like junk

2002-09-27 Thread Colin Cotter
> I think you have upgraded your lilypond and forget to delete the old > fonts cached... Not sure this is true because I have just installed it on a new machine. Colin ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/list

Re: ps output looks like junk

2002-09-27 Thread Alexandre Beneteau
Colin Cotter wrote: > Hi, > I have a problem with my dvips output. > My xdvi file looks fine, but I get > dvips: Checksum mismatch in font feta16 > dvips: Checksum mismatch in font feta11 > dvips: Checksum mismatch in font feta-nummer8 > dvips: Checksum mismatch in font feta-nummer6 > when I try t

Re: ps output looks like junk

2002-09-27 Thread Mats Bengtsson
Read the section on "Font Problems" in the installation instructions. Did you compile it yourself or did you install a binary package? What platform do you use? /Mats > Hi, > I have a problem with my dvips output. > My xdvi file looks fine, but I get > dvips: Checksum mismatch in font feta1

ps output looks like junk

2002-09-27 Thread Colin Cotter
Hi, I have a problem with my dvips output. My xdvi file looks fine, but I get dvips: Checksum mismatch in font feta16 dvips: Checksum mismatch in font feta11 dvips: Checksum mismatch in font feta-nummer8 dvips: Checksum mismatch in font feta-nummer6 when I try to dvips and the result is a bizarre

Tie error/bug??

2002-09-27 Thread Jule Slootbeek
Hi i have this code: %46 r8 < { ~ ~ } \\ \voiceTwo { ~ ~} > %47 \time 2/4 < { ~ } \\ \voiceTwo { } > %48 when i compile i get this error: [localhost:~/concert_choir/motherless_child] jslootbe% ly2dvi motherless_child_test Running LilyPond... GN

Re: Lyrics spacing with lilypond 1.6.4

2002-09-27 Thread Jan Nieuwenhuizen
Alois Steindl <[EMAIL PROTECTED]> writes: > this week I tried the cygwin port of the new version 1.6.4 with a > little song. Since the letters of the lyrics overlap each other, I > assume that I have to set some flag to change the spacing rule (from > note-length proportional to (maximum) word-w

perfect

2002-09-27 Thread David Bobroff
>to get it to finish on the barline or as close to the barline as >possible i unexpectedly found this trick: > >r4 b''4( \< < \!) c2 {s16\> s s s s s s \! s} > | R1 | > >if the spacing of the hairpins is too close, then you could start the >decrescendo on the second s16. > >greetings, >simon. > T

Re: hairpin control

2002-09-27 Thread Simon Bailey
to get it to finish on the barline or as close to the barline as possible i unexpectedly found this trick: r4 b''4( \< < \!) c2 {s16\> s s s s s s \! s} > | R1 | if the spacing of the hairpins is too close, then you could start the decrescendo on the second s16. greetings, simon. On Fri, 2002

hairpins

2002-09-27 Thread David Bobroff
Thanks Mats, That does indeed work, but as you said, the decrescendo continues past the barline. I'm surprised that there is no way to control this (or is there?). Also, thanks for the spacing fix earlier. David Bobroff ___ Lilypond-user mailing li

Lyrics spacing with lilypond 1.6.4

2002-09-27 Thread Alois Steindl
Hello, this week I tried the cygwin port of the new version 1.6.4 with a little song. Since the letters of the lyrics overlap each other, I assume that I have to set some flag to change the spacing rule (from note-length proportional to (maximum) word-width). Is there any flag for archieving suf

Re: hairpin control

2002-09-27 Thread Mats Bengtsson
The trick is to attach the \! to a spacing note: b''4( \< \! )c2 \> | < \! s1 R1> | The decrescendo will not end exactly on the bar line, I don't know how that could be achieved. /Mats > Consider the following short excerpt: > > \score{ > > \notes\relative c{ > > r4 b''4( \< \! )c2

hairpin control

2002-09-27 Thread David Bobroff
Consider the following short excerpt: \score{ \notes\relative c{ r4 b''4( \< \! )c2 | R1 | } \paper{} } I want to have a hairpin crescendo from the b to the c and then a decresendo on the c to the barline. If I use the "r1" rest I can do this but it causes two problems; 1) the hairpin conti

Re: translator again

2002-09-27 Thread Mats Bengtsson
The example below would have worked for most other combination of \*Context identifiers. The problem here is that \HaraKiriStaffContext is a modified version of the standard \StaffContext. When you say \translator{\HaraKiriStaffContext}, you tell Lilypond what to do with all contexts of the type

translator again

2002-09-27 Thread David Bobroff
If I do: \paper { papersize = "a4" \translator{ \HaraKiriStaffContext } \translator{ \StaffContext minimumVerticalExtent = #'(-4 . 4) } } The staff lines do close up, but I get an extra staff line added to the bottom of the score. I also d

Re: translators2

2002-09-27 Thread Graham Percival
On Fri, 27 Sep 2002 08:47:57 + David Bobroff <[EMAIL PROTECTED]> wrote: > in my paper block to adjust all my staves. A couple time I got an extra, > empty staff in my score. On other attempts I got "parse errors". Here is > my \paper block without the vertical adjustment. Where does the ab

translators2

2002-09-27 Thread David Bobroff
Ok, I've tried placing \translator{ \StaffContext minimumVerticalExtent = #'(-4 . 4) } in my paper block to adjust all my staves. A couple time I got an extra, empty staff in my score. On other attempts I got "parse errors". Here is my \paper block without the vertical adjustment. Where do

translators

2002-09-27 Thread David Bobroff
>Argh, sorry. I wasn't thinking. If you did it that way, it _would_ work. But >there's an easier way: > >\paper { >\translator{ \StaffContext minimumVerticalExtent = #'(-4 . 4) } >} > >will stick that line in each staffcontext for you. > Ok, I didn't put it in each one. I tried placing it whe

Re: vertical spacing again

2002-09-27 Thread Graham Percival
On Fri, 27 Sep 2002 07:57:02 + David Bobroff <[EMAIL PROTECTED]> wrote: > >Put that line inside your staff context. > > > > Do I need that for each part? I'm using the orchestral score example from > the docs section 2.10 as a model. I have my score block in a separate file > from the notes

vertical spacing again

2002-09-27 Thread David Bobroff
>> I have looked at this section of the docs but I don't know where to place: >> >> \property Staff.minimumVerticalExtent = #'(-4 . 4) (or whatever values I >> need). > >Put that line inside your staff context. > >\score { \context Staff { \notes { >\property Staff.minimumVerticalExtent = #'(-4 .

Re: vertical spacing

2002-09-27 Thread Graham Percival
On Fri, 27 Sep 2002 07:16:38 + David Bobroff <[EMAIL PROTECTED]> wrote: > >Have you looked here? > >http://lilypond.org/stable/Documentation/user/out-www/lilypond/Global-layou > t.html > > > >Look at "vertical spacing" and "page layout" in particular, although you > might > >find "font size" i