Re: LilyPond 1.5.69

2002-07-24 Thread Mats Bengtsson
What has happened to the stem lenght of half notes, they are ridiculously long in 1.5.69. /Mats ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

Re: Beaming errors in 1.5.66

2002-07-25 Thread Mats Bengtsson
> > \score{ > > \context Staff \notes\relative c'''{ > > % 1. If you remove the grace note, the stem length of the first > > % triplet looks well! How can it possibly be affected by the > > % following grace note??? > > because the beam is an auto-beam, created "after the fact", u

Re: comments on CVS from 2002-07-14 15:58 (long)

2002-07-25 Thread Mats Bengtsson
Take a look at input/test/music-box.ly. Also, Arnold has made a simple preprocessing tool that easily handles these things. /Mats > Apropos abbreviations: I have two requests which could save a lot of > time for typing: > > . A special construction which returns the same notes in a chord

Re: configure bug?

2002-07-25 Thread Mats Bengtsson
> > That's odd. A quick test seems to to indicate that it works over > > here. Does your compiler have /usr/local as a preferred prefix? Try: > > > > echo '#include ' > foo.c > > cc -v -c foo.c > > I am not a compiling guru by any means but I do not believe > that /usr/local is p

Re: configure bug?

2002-07-25 Thread Mats Bengtsson
> > [EMAIL PROTECTED] writes: > > > > > > > Also unrelated to the compile; any idea why I am getting these with 1.4.1 > > 5? > > > > > > > > programming error: Infinity or NaN encountered while converting Real numb > > er; setting to zero. (Continuing; cross thumbs) > > > > > > No, that's not go

lilypond-book: printfilename+verbose?

2002-07-25 Thread Mats Bengtsson
Currently, the printfilename option in lilypond-book is disabled if you also use the {small,}verbatim option. Are there any strong reasons for this feature? Even if you have the example printed verbatim in the document you may want to find the file to try and modify the example yourself. Unless

Re: configure bug?

2002-07-26 Thread Mats Bengtsson
> > > cd /usr/local/share/lilypond/1.4.15/ > > > % ls > > > VERSION fonts/ make/ python/ tex/ > > > config.make ly/ ps/ scm/ > > > % ls fonts > > > afm/source/ tfm/ > > > % > > > > > > I think it is missing some things... > > >

Re: comments on CVS from 2002-07-14 15:58 (long)

2002-07-26 Thread Mats Bengtsson
> > Also, Arnold has made a simple preprocessing tool that easily > > handles these things. > > Sounds interesting. Where can I find it? Take a look at http://www.mail-archive.com/lilypond-user@gnu.org/msg01446.html and http://www.mail-archive.com/lilypond-user@gnu.org/msg01445.html for some

Re: configure bug?

2002-07-29 Thread Mats Bengtsson
> > OK, then you clearly have font problems. Let's do some remote > > debuggin, starting with the most common problems. > > > > - Did you build Lilypond yourself? If so, did configure > > complain about missing kpathsea? > > Did you read what INSTALL.txt says about the file > > lilypond-pr

Font problems in Cygwin with 1.5.68

2002-07-29 Thread Mats Bengtsson
Hi, I just tried to install the Windows version of Lilypond 1.5.68 (doing a default installation from scratch). There's some problem with the teTeX installation, so dvips doesn't manage to create any PK font files, neither for cmr10 nor for feta20, for example. The error message claims that it c

Re: Font problems in Cygwin with 1.5.68

2002-07-29 Thread Mats Bengtsson
> Hi, > > I just tried to install the Windows version of Lilypond 1.5.68 > (doing a default installation from scratch). There's some > problem with the teTeX installation, so dvips doesn't manage > to create any PK font files, neither for cmr10 nor for feta20, > for example. The error message cl

Re: Finally a REAL bugreport

2002-07-31 Thread Mats Bengtsson
This is still broken in 1.5.70 (even if you correct "rows" to "lines"): Now you get a textual font, but the two lines are printed on top of each other and you don't get the same font size and weight as for other \marks. /Mats > Yes, it really DID work in 1.4 - "rows" didn't default to the

Alignment of text scripts

2002-08-02 Thread Mats Bengtsson
Related to the discussion about the alignment of rehearsal marks, I don't manage to change the horizontal alignment of text scripts. Last time I asked, I got the answer found in http://mail.gnu.org/pipermail/lilypond-user/2002-January/000757.html which worked at that time. However, now with 1.5.

Re: anonymous cvs read

2002-08-02 Thread Mats Bengtsson
> On Fri, 2002-08-02 at 11:57, Han-Wen Nienhuys wrote: > > > > It looks like lily (1.5.70 and 1.4.15) cannot finish to build on the > > > latest Mandrake (9.0 beta). > > > Thanks for the report. Fixed in CVS. > > Great. But what I'm doing wrong here? > > [carlo@localhost z]$ cvs -d :pserver:

Re: problems with invisible bar line

2002-08-12 Thread Mats Bengtsson
> > An invisible bar line should really be invisible, but it currently > influences spacing, which is bad IMHO. Can you fix this? How did you make it invisible? Did you use \bar "" or did you use any of the more general methods described in the section on "Invisible Grobs" that's included in th

Misplaced tuplet numbers

2002-08-12 Thread Mats Bengtsson
In the following example, Lily puts the '3' on very strange places (using latest CVS). /Mats \score{\notes\relative c'' \context Voice { % Misplaced tuplet number! \times 2/3{e8 ( g, ) g'} \times 2/3{g ( e ) g} % Especially the last one of these two: \voiceOne \times 2/3{e8 ( g, ) g'

Re: Alignment of text scripts

2002-08-14 Thread Mats Bengtsson
> > [EMAIL PROTECTED] writes: > > Related to the discussion about the alignment of rehearsal > > marks, I don't manage to change the horizontal alignment > > of text scripts. > > Last time I asked, I got the answer found in > > http://mail.gnu.org/pipermail/lilypond-user/2002-January/000757.html

Re: Finally a REAL bugreport

2002-08-14 Thread Mats Bengtsson
Just in case you didn't notice, this has been fixed in 1.5.72. /Mats > This is still broken in 1.5.70 (even if you correct "rows" to "lines"): > Now you get a textual font, but the two lines are printed on top > of each other and you don't get the same font size and weight as > for other \m

Re: compile error on CVS Aug 15th, 7:11

2002-08-15 Thread Mats Bengtsson
> [EMAIL PROTECTED] writes: > > > > I get the following error while doing `make all': > > > > ... > > Processing dot-column-interface ... > > Processing dots-interface ... > > Processing dynamic-interface ... > > Processing fing]] > > scm_unprotect_object called on unprotected objec

pdftex bugs

2002-08-17 Thread Mats Bengtsson
Hi, The CVS update by Han-Wen from yesterday night solved the basic problems with the pdftex output format, now it is possible to run lilypond -fpdftex file.ly pdftex file.pdftex at least for simpler pieces of music. However, it just took me a couple of minutes to find examples of bugs: - F

Re: lilypond.csh

2002-08-20 Thread Mats Bengtsson
> > You could add font directories for lilypond, but please don't "add all > > available TeX Type1 fonts". The basic problem is that the direct PS output of Lilypond doesn't embed any fonts, which means that we have to provide the search path not only to the Lilypond fonts but also to the ordina

Re: Type1 directory

2002-08-20 Thread Mats Bengtsson
> Hi. > > This is not really a bug. > > Should not Lilypond create the type1 directory with *.pfa fonts, during > install, in ../share/lilypond/1.6.0/fonts if one have maked pfa-fonts? I think it's a bug and I have reported the problem the before. In the mean time, you have to use make MAKE_P

Re: fetachars in title (undefined control sequence)

2002-08-27 Thread Mats Bengtsson
> This example fails to build: > (Lilypond 1.5.74, Debian testing) > > - > \header{ instrument="instruments in B\fetachar\fetaflat" } > \score{ \notes\relative c'' { c } } > This has been fixed in CVS. /Mats ___ Bug-lilypond mailing li

Re: regression fails to build; repeat-unfold

2002-08-29 Thread Mats Bengtsson
Thanks for the bug report, the problem has now been fixed in CVS. /Mats > With current cvs, make web-doc fails with the following: > > [...] > Now processing: `lily-1563563486.ly' > Parsing...Backtrace: > 0* [unfold-repeats #] > 1* (let* (# # #) (if # #) (if # #) ...) > 2* (if (music? e) (

Re: Is there a lilypond stable release?

2002-09-12 Thread Mats Bengtsson
Since the stable 1.6.x series of versions just appeared a few weeks age, the development and stable versions are identical for the moment. As soon as the main developers want to start any major revisions of the program, the versions will split into stable 1.6.x and development 1.7.x. If I know t

Re: triplet brackets

2002-09-13 Thread Mats Bengtsson
The default in Lilypond to add a triplet bracket as soon as you don't have a beam with exactly the same length as the triplet. To turn off the bracket, just say \property Voice.Tuplet \override #'bracket-visibility = ##f /Mats > Hi, > > The score > > \score {\notes {[a8 \times 2/3 {a16 a a

Re: Landscape paper

2002-09-13 Thread Mats Bengtsson
Note that ps2pdf handles the file correctly, even though gv has some troubles to show the correct bounding box in the correct orientation. Han-Wen and Jan, is there any nice way to automatically switch \vsize and \hsize if orientation=landscape in Lilypond? The problem is that these settings ar

Re: How to avoid "programming error: Unknown prefatory spacing."?

2002-09-18 Thread Mats Bengtsson
The "programming error" printout is just a warning, I don't worry too much about them. However, your previous email about the lyrics spacing has already caused Han-Wen to submit a patch that should appear in 1.6.4, but it seems he forgot to tell you on the mailing list. If you want to try it al

Re: midi2ly

2002-09-29 Thread Mats Bengtsson
What version of Python do you have installed? Did you compile Lilypond yourself or did you install a ready-made Fink package? /Mats > I tried to use the command MIDI2LY on my mac (under osX 10.1.5 with lilypond > 1.6.0-2). The folowing error message apprears. Can you help me? > Didier > > [l

Re: accidental after partial

2002-10-01 Thread Mats Bengtsson
The accidental bug with partial was fixed in 1.6.4. As far as I know, "!" shouldn't toggle, it's used to force explicit printing of the accidental. Support for "don't print the accidental" is still missing. /Mats > The "!" is supposed to toggle. In 1.6.2 debian, it doesn't. > The natural app

Re: cautionary accidentals lost their ()

2002-10-04 Thread Mats Bengtsson
> Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: > > > scm/grob-description.scm says that the default cautionary-style is > > 'smaller: > > > > I don't know why this is, and if this is intentional. > > If nobody objects, I'll change the default back to 'parentheses. > That's what the doco says, a

Re: Margins with lilypond-book 1.6.5 (was: Alignment...)

2002-10-04 Thread Mats Bengtsson
In 1.6.5, Werner Lemberg has gone through all the TeX code used in the Lilypond output, making sure that no extra spaces or new paragraphs are generated. This means that the layout of your document might change but it's actually an improvement. For example, it is now possible to get music snippe

Re: Margins with lilypond-book 1.6.5

2002-10-05 Thread Mats Bengtsson
> > No. The right solution is to say > > > > \begin[noquote]{lilypond} > > ... > > \end{lilypond} > > I cannot see any difference between > > \begin[noquote]{lilypond} > > and > > \begin{lilypond} > > All but the first staves produce an Overfull \hbox (you can take a look at > http

Re: bad line numbers in error messages

2002-10-06 Thread Mats Bengtsson
This bug has already been corrected by Han-Wen in the latest 1.7.x version, I'm sure he'll include it in the next 1.6.x version as well, even though it's not in the CVS yet. /Mats > Dear lily developpers, > > I believe I have a bug in the way lily 1.6.4 prints line numbers in its > error me

Re: addlyrics plus named lyricvoices in 1.6.4

2002-10-07 Thread Mats Bengtsson
\addlyrics takes two arguments, the music to copy durations from and the music to copy durations to. The first argument should be a single line of music, otherwise it's not clearly defined what durations to use. I guess you want something like: \score { \notes < \context Staff = to

Re: Can't Get Started

2002-10-14 Thread Mats Bengtsson
Have you followed the instructions at http://lilypond.org/stable/Documentation/windows/out-www/installing.html ? As a first step, I suggest to rerun setup.exe and in the package selection click on View and make sure that the package tetex-tiny is selected. /Mats > Hello, > > LilyPond won't s

Re: possible bug in 1.6.4

2002-10-14 Thread Mats Bengtsson
I think the problem is a misprint of yours. When you say d,s you probably mean ds, The d,s is interpreted as a d, followed by a spacing note, that's why you get en extra (invisible) eight note in that bar. In general, I recommend to always insert a '|' in the input file where you expect to fi

Re: tremolo implementation

2002-11-05 Thread Mats Bengtsson
> On Mon, 04 Nov 2002 21:02:50 -0500 > Michal Seta <[EMAIL PROTECTED]> wrote: > > \score { > > \notes\relative c' { > > \time 3/4 > > \repeat tremolo 8 {c16 e} > > % if my understanding is correct trmolo 8 means 3 beams. > > % 4 = 2beams, however, I noticed that the value of the not

Re: $(datadir)/.../dvips vs. .../ps

2002-11-22 Thread Mats Bengtsson
contained $TEXMF/tex// in the standard TEXPSHEADERS variable. This has changed. Sebastian, can you tell us why? Werner ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- ===

Re: lilypond conditionals?

2002-11-25 Thread Mats Bengtsson
ppropriate blocks to make this happen, but it would be nicer if I could do it with one setting. Thanks, karl ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- =====

Chord tremolo still broken

2002-12-09 Thread Mats Bengtsson
-- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe

Broken cautionary accidentals

2002-12-09 Thread Mats Bengtsson
I just happened to notice that the output of input/regression/accidental-cautionary.ly looks wrong in both 1.7.9 and 1.6.6. /Mats -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44

Mailing list archive problems?

2002-12-25 Thread Mats Bengtsson
It seems that the mailing list archives at mail.gnu.org only contains a small subset of all the mails that have appeared now in December. /Mats ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

Re: Assertion error in lilypond 1.6.6

2003-01-28 Thread Mats Bengtsson
ailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax

Re: Long-standing bug: no ties were created

2003-02-04 Thread Mats Bengtsson
t to `tmp.midi'... ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute o

Re: \repeat volta 3

2003-02-06 Thread Mats Bengtsson
istinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http:/

PFA font problems in 1.6.x fixed!?

2003-02-10 Thread Mats Bengtsson
stable when it comes to the Type1 font handling. /Mats -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260

Re: no flags replace broken beam

2003-02-17 Thread Mats Bengtsson
karound: Use \property Staff.autoBeaming = ##f and set all beams by hand. Best regards Thomas ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- = Mat

Re: LilyPond crashed (signal 11).Please submit a bug report

2003-02-24 Thread Mats Bengtsson
Fulko van Westrenen wrote: Hello, I just built GNU LilyPond 1.6.6 from the Debian sources. I upgraded from 1.4.12 because that gave problems with the melody I wanted to set. The whole system was built on Debian woody (stable). The result was not as expected: error: LilyPond crashed (signal 11)

Re: Downloading mail archives

2003-02-26 Thread Mats Bengtsson
stinfo/bug-lilypond -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax:

Re: Lyric verse naming

2003-03-03 Thread Mats Bengtsson
\property LyricsVoice . stanza = "1." However, my experience shows that they are different. Thomas ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user -- = Mats B

Re: Big black square at end of line (using linewidth of -1)

2003-03-14 Thread Mats Bengtsson
t helps, I put the intermediate files there too: http://www.arbat.com/erik/bigblackbar.ly http://www.arbat.com/erik/bigblackbar.tex http://www.arbat.com/erik/bigblackbar.ps Thanks, -- = Mats Bengtsson Signal Processing Signals, S

Re: lilypond-book doesn't grok \include

2003-03-17 Thread Mats Bengtsson
Peter Chubb wrote: "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: Han-Wen> [EMAIL PROTECTED] writes: I have a latex file containing fragments of lilypond code. It includes other files using \include{file} lilypond-book doesn't ever match this construct --- for some reason it's looki

Re: Copyright in header

2003-03-17 Thread Mats Bengtsson
documentation but it seems I was wrong. /Mats Marco Caliari wrote: Hi. The header field copyright does not work. -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology

AFM font handling corrected?

2003-07-29 Thread Mats Bengtsson
For different reasons, I have not been able to contribute much to the finalization of 1.8, so maybe this has already been solved. I just want to make sure if someone has looked at the handling of AFM font metrics files. We used to have a bug such that the scaling is completely wrong. Since the bug

Re: Fwd: source lilypond.profile failed 1.7.30 [nemolivier@free.fr]

2003-08-04 Thread Mats Bengtsson
t seems that changes apear in this file with the 1.7.28 Here is my configuration : gentoo 1.4 / gnome 2.3.3 Némo. -- ===== Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology

Re: Problems with Individual Parts

2003-08-06 Thread Mats Bengtsson
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes Are you sure that it's fixed? I just tried with a freshly compiled version and the lines are still printed on the two first score lines of the second movement. Yes - they're gone over here. I tried again, cvs update, make and you can find the input

Re: New website

2003-08-07 Thread Mats Bengtsson
* http://lilypond.org/web//about/thanks.html Graham Parcival -> Graham Percival Applies also to http://lilypond.org/web//switch/testimonials.html /Mats ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypo

Re: Obscure configure bug

2003-08-07 Thread Mats Bengtsson
Jan Nieuwenhuizen wrote: Mats Bengtsson <[EMAIL PROTECTED]> writes: I happened to have a file called a.dvi in my building directory and then configure stopped with a message that my C compiler didn't produce any working code. I have autoconf version 2.50 here, haven't tried an

Re: can't find file: `init.midi'

2003-08-14 Thread Mats Bengtsson
ntosh powerpc Lilypond version is 1.6.7. Thanks in advance. - Lucas Gonze ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal

Small problems in the manual

2003-08-14 Thread Mats Bengtsson
"Frenched scores" but did have one left over for "Hara kiri". /Mats -- ===== Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM

Obscure configure bug

2003-08-14 Thread Mats Bengtsson
rsion 2.50 here, haven't tried any other versions. Can someone else confirm this problem? /Mats -- ===== Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-10

Re: Problems with Individual Parts

2003-08-14 Thread Mats Bengtsson
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: Looks like a bug to me! The same happens in version 1.7.30. I tried changing the visibility of both the bar lines and the span bar lines but nothing changes. Of course not, the lines at the start are SystemStartDElimiters. But it is a bug, which

Re: how do i download this system??

2003-08-14 Thread Mats Bengtsson
ystem?? ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing Signals, Sensor

Re: Lyrics bugs and bracket problem (NTG meeting)

2003-08-14 Thread Mats Bengtsson
Maarten Wisse wrote: Dear Lilypond-developers, First, congrats. with the release of 1.8. I've upgraded to it. As Han-Wen suggested at the NTG meeting last May in Zeist, I report some bugs with the lyrics handling. I basically try to mimic a modern edition of Lasso's Lectiones on Job (A&R editio

Re: \header bug or feature?

2003-08-14 Thread Mats Bengtsson
Stefaan Himpe wrote: Hi list, Certain elements in the header block are intended not to appear on the last page of a score. I have noticed this happens also if the score is only 1 page long (e.g. copyright notice does not appear in a 1 page score) Is this intended? Can it be forced to appear? The c

Re: Lilypond on MS 98

2003-08-14 Thread Mats Bengtsson
] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 79

Re: glitch in installing lilypond

2003-08-14 Thread Mats Bengtsson
27 Allerton Park, Leeds LS7 4ND, UK +44-(0)113-226-6687 http://www.ndirect.co.uk/~thomas.green ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- ===== M

Re: New website

2003-08-14 Thread Mats Bengtsson
One more problem that you probably already know of: The links to "Cygwin page" at http://lilypond.org/web/download/ are broken. /Mats ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

Re: Error compiling 1.6.20 and 1.8.1

2003-08-26 Thread Mats Bengtsson
ando (who maintains the PlanetCCRMA RPMs) could not get 1.6.10 to build for RH7.3, but did manage 1.6.6 - you may try that one. -- ===== Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology

Re: \tempo for dotted notes in midi performance

2003-08-26 Thread Mats Bengtsson
} -- Cheers, Pedro ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing Signals, Sensors

Re: \tempo for dotted notes in midi performance

2003-08-26 Thread Mats Bengtsson
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: Try \midi {\notes {\tempo 4. = 120 }} This doesn't work. I just tried it here with 1.8.0 and it seems to work just fine, I don't know what version you are talking about. Anyway, the problem and the solution should be mentioned in the manual.

Re: bugs

2003-08-29 Thread Mats Bengtsson
Also, in the manual, \notes \property \set Voice.fingerHorizontalDirection = #LEFT lacks the \set, but in the text it says to "set" it. If you the first paragraphs of the section "Tuning Output" of the Reference Manual, you will see that translation properties are set using the syntax \property Co

Re: Help

2003-09-01 Thread Mats Bengtsson
://mail.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463

Re: Problems with Individual Parts

2003-08-14 Thread Mats Bengtsson
/lilypond-use r -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463

Re: Problems with Individual Parts

2003-08-14 Thread Mats Bengtsson
at yielded no result. . . Thanks! Fabio. Em Ter, 2003-08-05 às 10:36, Mats Bengtsson escreveu: Did you use the built-in support for "Frenched scores"? This is described in the reference manual, but the naming has changed between versions: In version 1.6.x, look for "Hara kiri staves&

Re: horizontal position

2003-09-09 Thread Mats Bengtsson
or without the \paper section, the result is the same: the left and right margins are note the same. Please see the attached file and compile it with: "ly2dvi -p ClarinetteI.ly" Note that the .dvi and the .ps files have the same problem. Thanks, Frédéric Mats Bengtsson wrote: The de

Re: font size override and grace notes

2012-10-19 Thread Mats Bengtsson
oice, see also http://code.google.com/p/lilypond/issues/detail?id=707. /Mats -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Mats Bengtsson
On 04/04/2013 11:50 AM, bug-lilypond-requ...@gnu.org wrote: Hi, Someone on the French users mailing list would like to align lyrics on the first vowel. http://lilypond-french-users.1298960.n2.nabble.com/Alignement-des-paroles-sur-la-premiere-voyelle-td7579353.html I found this thread but searc

lilypond.org down?

2014-01-05 Thread Mats Bengtsson
It's probably only a temporary problem, but I can't access lilypond.org for the moment. /Mats ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

No warning for outdated ly files

2014-01-06 Thread Mats Bengtsson
convert-ly?". /Mats -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463

Re: return to previous voice context

2014-03-04 Thread Mats Bengtsson
David Kastrup gnu.org> writes: > > Simon Albrecht mail.de> writes: > > > Hello, > > > > If a temporary polyphonic passage (as in > > http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices#single_002dstaff-polyphony) > > contains \new Lyrics, the next note comes late and is stuffe

Re: [LSR-620] Vertical line as a baroque articulation mark

2015-04-07 Thread Mats Bengtsson
\markup \override #'(thickness . 3) \draw-line #'(0 . 1) #})) \stopped #}) \relative c' { a'4^\upline a( c d')_\upline } Cheers, Pierre -- =======

Re: [LSR-620] Vertical line as a baroque articulation mark

2015-04-08 Thread Mats Bengtsson
\override #'(thickness . 3) \draw-line #'(0 . 1) #})) \stopped #}) \relative c' { a'4^\baroqueStaccatissimo a( c d')_\baroqueStaccatissimo } Cheers, Pierre 2015-04-07 18:35 GMT+02:00 Mats Bengtsson &

Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
Hi, I tried version 2.19.25 to typeset a piece that changes from 4/4 with an upbeat to 3/4 without an upbeat, in the middle of the piece. The new \partial handling worked for all parts, except a part that started with a multimeasure rest. Here's a small example illustrating the problem. Uncom

Re: Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
16.08.2015 um 21:28 schrieb Mats Bengtsson: Hi, I tried version 2.19.25 to typeset a piece that changes from 4/4 with an upbeat to 3/4 without an upbeat, in the middle of the piece. The new \partial handling worked for all parts, except a part that started with a multimeasure rest. Here

Re: Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
tial 4*3 R2.*3 | f4 ( a f ) | f2. R2.*3 | } In a way, this is logical, since the \partial relates to the new time signature, not the previous one. Still, I'm confused that the problem only showed up when using a multimeasure rest directly after the \partial. /Mats On 08/16/2015 10:32 PM,

Re: Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
My apologies for spamming the mailing list. After some more trials, I realize that the problem remains even if I write \partial after \time. Still, the problem only appears with multimeasure rests, as the two following examples illustrate: \version "2.19.25" % Working example \relative c'{ \

gmane mailing list archive is dead

2016-08-21 Thread Mats Bengtsson
Hi, At http://lilypond.org/contact.html, we refer to the gmane mailing list archive ("archive3" and the "send to ..."), but unfortunately gmane has been dead for a while and seems likely to remain dead. Obviously, this calls for an update of http://lilypond.org/contact.html, but it would also

Re: rehearsal mark prints twice

2009-05-22 Thread Mats Bengtsson
I'm pretty certain that you do something special in your score that causes this problem, so it's hard to provide any hint if you don't send a small example that illustrates the problem. Just a wild guess, do you by chance have any grace notes just at the rehearsal mark? /Mats Antonio Palamà

Re: Bug report: measure numbering after repeat with alternativeendings

2009-06-26 Thread Mats Bengtsson
s as bes, des g c, f c' \stemUp f,, as c as c f \stemDown bes, d bes' c, es as d, f as bes, d bes' es, g c f, as d ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond --

Re: ReReRe: Bug report: measure numbering after repeat with alternative endings

2009-06-27 Thread Mats Bengtsson
Paul de Bruin wrote: Dear Mats, Bertalan and Graham, Flooded with and surprised by instant reactions, I've given the problem (or is it a bug?) some more thought. Two points of view are possible: 1. The Programmer's view. A measure of music, like any other object in programming, should have

Re: umlaut

2009-06-29 Thread Mats Bengtsson
Please make sure that your text editor is saving the file using UTF-8 encoding. Then, everything should work without any problems. /Mats Quoting orolo : > not top posting I am transcribing Schubert's "Du bist die Ruh," and have run into a problem with the umlauts. In both the lyric and in

Re: error message

2009-06-29 Thread Mats Bengtsson
It's very hard to give a good answer without seeing one of your files, but it's almost certainly some kind of syntax error in your file, such as a missing curly brace or missing double qoute or something similar. If you don't manage to figure it out yourself, send a followup to the lilypond-use

Re: Affichage pdf - Pdf display

2009-07-01 Thread Mats Bengtsson
hank you very much Johan ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Ins

Re: There seems to be a bug in lilypond

2009-08-03 Thread Mats Bengtsson
Zhang ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering

Re: Lilypond language definition for Notepad++

2009-08-21 Thread Mats Bengtsson
Copied to the bug mailing list, since it seems that the generated lilypond-words files are not complete. -Eluze wrote: i searched with a simple regex in C:\Program Files\lilypond\usr\share\lilypond for definitions and found over 200 missing terms - i hope they have been added since the

Re: Firefox and protocols

2009-09-11 Thread Mats Bengtsson
Exactly which page do you refer to? If you mean the PDF file with the first score you produced yourself, then please read http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/Point-and-click#Point-and-click /Mats Geoffrey Bevan wrote: Been all round this and not got anywhere.

Re: Ottava too far from clef in \clef "F^8"

2009-09-18 Thread Mats Bengtsson
> } Produces this: Peter C ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mai

Re: \RemoveEmptyStaffContext and cross-staff beams

2009-09-23 Thread Mats Bengtsson
} } >> } \score { \staffPiano } \layout { \context { \RemoveEmptyStaffContext } } ___ lilypond-user mailing list lilypond-u...@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

  1   2   3   4   5   6   7   8   9   10   >