build dependencies

2004-02-19 Thread Erik Sandberg
Hi, While compiling from sources, I found these minor issues: 1. ./autogen says See INSTALL.txt for more information on how to build LilyPond ...but INSTALL.txt doesn't exist. 2. ./autogen does not report when guile 1.6 header files are missing. Erik _

OS X 10.2.8

2004-02-19 Thread Gustavo J. Mata
Dear friends, I have attempted to install the LilyPond binaries in my iMac, running under OS X 10.2.8 I'm using Fink command, following the instructions in your web site. Installation fails, apparently becaus the kernel version does not match the installer requirements. Any hints and/or suggestio

final barline bug

2004-02-19 Thread David Bobroff
I sent this bug report some hours ago but I didn't see it come in, nor could I find it in the mail archive so I'm trying again. The following LilyPond code illustrates a bug with the final barline. The barline connecting the staves at the end is displaced to the right by its own width. This is d

Tie bug?

2004-02-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Mats Bengtsson encouraged me to send the following example: > > \score{ >\notes{ > \key a \major > \partial 8 g8 ~ | g2 ~ g8 fis4. | > } > > This produces a natural on the last g which should not be there!? Sorry for the delay; this is fixed in C

allowbeambreak not done right

2004-02-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > www.amherst.edu/~do/pavn.pdf > > see for examples, page 3. Thanks for the report. I fixed the left part of the beam in CVS. It will now run until the end of the staff. Note that this is not where the barline is, if there is a time sig change at the same time. -- Ha

sig 11 crash with 2.1.25

2004-02-19 Thread Erik Sandberg
So, there is also a sig 11 crash that occurs on my system. I also tried David Bobroff's wrong.ly, which however compiles perfectly without crashing. Erik ~/musik/savor/Bive il rey David$ lilypond --verbose score lilypond (GNU LilyPond) 2.1.25 Opening pipe `/usr/bin/lilypond-bin --version ' Open

allowbeambreak not done right

2004-02-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Beams that go through line breaks are not done right. > If you take a look at scores, you will notice that the > first half of the broken beam always extends all the > way to the barline. Check out Ravel's "Pavane pour une > infante defunte" for examples. > > The second

allowbeambreak not done right

2004-02-19 Thread Delma Avers
www.amherst.edu/~do/pavn.pdf see for examples, page 3. __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ ___ Bug-lilypond mailing list [EMAIL PROTECTED] http:

final barline bug

2004-02-19 Thread David Bobroff
This file exhibits a bug in 2.1.25. The final group barline connecting the staves is shifted to the right by its own width. \version "2.1.25" one = \notes \relative c { c4 d e f g a b c \bar "|." } two = \notes \relative c { c4 d e f g a b c \bar "|." } \score { \notes \transpose c c {

allowbeambreak not done right

2004-02-19 Thread Delma Avers
Beams that go through line breaks are not done right. If you take a look at scores, you will notice that the first half of the broken beam always extends all the way to the barline. Check out Ravel's "Pavane pour une infante defunte" for examples. The second half of the broken beam should also ext

Medelos de cartas comerciais: http://www.gueb.de/modelosdecartascomerciais

2004-02-19 Thread Erica Miranda
As cartas comerciais, têm grande importância na administração de qualquer empreendimento, pois uma parte significativa das transações mundiais se realiza por esse meio. A carta é o instrumento que faz a conexão entre os negociantes. http://www.gueb.de/modelosdecartascomerciais Estamos lançando

minor typo

2004-02-19 Thread Erik Sandberg
Look at: out-www/lilypond/Automatic-part-combining.html The two examples are in different octaves, for no apparent reason. (this is from my local lilypond-doc 2.1.25; the images are broken in the web version) Erik ___ Bug-lilypond mailing list [EMAI

information

2004-02-19 Thread daniel . veillard
something is going wrong <> ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

\bar "||"

2004-02-19 Thread Erik Sandberg
There are layout problems when there are multiple staves, of which one ends in a \bar "||". I am not sure exactly how it should look, but the current output looks a bit strange: \version "2.1.25" \score { \new StaffGroup \notes << \new Staff {c4 c c c | c c c c \bar "||" c c c c} \new St

Re: no space after key signature unless time signature

2004-02-19 Thread Paul Scott
Mats Bengtsson wrote: The idea of the changed behaviour of \skip was exactly that it shouldn't create a new Staff context. However, then you still have to watch out that you don't include anything else in your \global that needs a Staff context to live in. As long as you don't use \RemoveEmptySta

Re: broken links in lilypond.html

2004-02-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > i take your word for it. But isn't something like > sed -i s/..\\/lilypond-internals/lilypond-internals/ lilypond.html > , though unclean, better than nothing? yep, you're right. done. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen

Broken links on web site

2004-02-19 Thread Reuben Thomas
The PNG links in http://lilypond.org/doc/v2.1/input/regression/out-www/collated-files.html all seem to be broken. -- http://www.mupsych.org/~rrt/ sad, a. the efforts of musical debutantes (Bierce) ___ Bug-lilypond mailing list [EMAIL PROTECTED] htt

Re: Real user now!

2004-02-19 Thread Reuben Thomas
On Thu, 19 Feb 2004, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > I'm now using Lilypond. I just installed 2.1.25, and noticed a couple of > > small things: > > > > 1. The lilypond-documentation Fedora Linux RPM installs docs in > > /usr/share/doc/lilypond. Strictly it should be in > >

Re: no space after key signature unless time signature

2004-02-19 Thread Mats Bengtsson
Paul Scott wrote: Mats Bengtsson wrote: I hope you don't have the magic line \paper { \translator { \RemoveEmptyStaffContext } } left in your input file, since it will remove the extra stave from the printed score but it will still affect the spacing as Han-Wen explained. Indeed I do. I see

Re: no space after key signature unless time signature

2004-02-19 Thread Paul Scott
Mats Bengtsson wrote: I hope you don't have the magic line \paper { \translator { \RemoveEmptyStaffContext } } left in your input file, since it will remove the extra stave from the printed score but it will still affect the spacing as Han-Wen explained. Indeed I do. I see that I don't the "m

Re: no space after key signature unless time signature

2004-02-19 Thread Mats Bengtsson
I hope you don't have the magic line \paper { \translator { \RemoveEmptyStaffContext } } left in your input file, since it will remove the extra stave from the printed score but it will still affect the spacing as Han-Wen explained. /Mats Paul Scott wrote: Mats Bengtsson wrote: Yes, but if

Re: no space after key signature unless time signature

2004-02-19 Thread Paul Scott
Mats Bengtsson wrote: Yes, but if you replace any \skip by an 's' in the \global, you will get the extra stave, that's what I tried to say above. No. I've been working with that form with 's' and not \skip for a couple of hours without any extra staff. 2.1.25. *But* it does bring back the space

Re: no space after key signature unless time signature

2004-02-19 Thread Mats Bengtsson
Paul Scott wrote: Mats Bengtsson wrote: Thanks. Using: \score \context Staff << \global { \part } >> } for a part and \score \context StaffGroup << \global \new Staff { \part1 } \new Staff { \part2 } >> } for similar parts seems to work (key signature s

Re: no space after key signature unless time signature

2004-02-19 Thread Paul Scott
Mats Bengtsson wrote: Thanks. Using: \score \context Staff << \global { \part } >> } for a part and \score \context StaffGroup << \global \new Staff { \part1 } \new Staff { \part2 } >> } for similar parts seems to work (key signature spacing is good). I

Re: no space after key signature unless time signature

2004-02-19 Thread Mats Bengtsson
Thanks. Using: \score \context Staff << \global { \part } >> } for a part and \score \context StaffGroup << \global \new Staff { \part1 } \new Staff { \part2 } >> } for similar parts seems to work (key signature spacing is good). I will now see what happ

chordnames 2.1.0

2004-02-19 Thread Bruce McIntyre
Hi. In lilypond 2.1.0, chord suffixes print differently dependant on the root note: e4:7.9- yields "E7" ees4:7.9- yields "Eb/b9" Cheers, Bruce. \paper { indent = 0.0\mm raggedright = ##t } \score{ \notes{ \context ChordNames \chords { e:7.9- ees:7.9- } } }<>

re: \once broken ?

2004-02-19 Thread Laurent Martelli
I confirm the bug reported by Juergen about \once being broken. But my symptoms are sightly different: in the following example, the "B" mark is missing. It's OK without \once. boxedMark = { \once \override Score.RehearsalMark #'print-function = #(make-stencil-boxer 0.15 0.3 0.3 Text