Re: crash with lilypond 2.10

2006-12-03 Thread Guy Durrieu
Guy Durrieu a écrit :
> 
> With lilypond 2.10, I got problems. I succeeded in building lilypond,
> but when running it, I get a bus error (code 138) for several scores
> (but not all scores).
> 
> Investigating the problem a little more, it seems that it is a call to a
> guile procedure which crashes lilypond.
> 

I made many many different tentatives, without any success. Today I
tried 2.10.1, and... no more bus error!

Thanks a lot for the right update !

-- Guy Durrieu.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


crash with lilypond 2.10

2006-11-24 Thread Guy Durrieu
Hello list,

Since version 2.4, I used to build lilypond on my Sun Sparc station
under Solaris.

With lilypond 2.10, I got problems. I succeeded in building lilypond,
but when running it, I get a bus error (code 138) for several scores
(but not all scores).

Investigating the problem a little more, it seems that it is a call to a
guile procedure which crashes lilypond. More precisely :

  pages_ = scm_apply_0 (proc, scm_list_1(self_scm ()));

(around line 415 of paper-book.cc)

I tried guile 2.8.1 instead of guile 1.6.7 (since 2.8 is used in the
Windows version) but the same crash still occurs (nota : guile 1.6.8
doesn't work better).

If somebody has any idea about what is my problem, it would be great.

Thanks in advance for your help !

-- Guy Durrieu.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: lily doc in french ?

2006-11-21 Thread Guy Durrieu
Jean-marc LEGRAND a écrit :
> 
> 
> 
> Hi all !
> 
> Two years have passed, and I'm still wondering if a french translation of 
> Lilypond Docs wouldn't be
> a good thing (well, for french users, I think...). Here's my previous mail on 
> this question, and
> Mat's answer was quite wise (I was just discovering Lilypond)
> :http://www.mail-archive.com/lilypond-user@gnu.org/msg07983.html
> 
> Would anyone be ok to translate the docs with me ? I know that lily evolves a 
> lot, and it's a good
> thing ! But if we manage to translate 2.10 docs together (lots of 
> "togethers", actually), I think
> updates can be quite easy if we are numerous enough.
> 
> The fact is this has to be strongly organized, by someone who is in charge of 
> doc, for example ;o)
> 
> So the question is :
> 
> - does any french user is ok to translate the doc ?
> - is a lily author ok to manage a translation team ?
> 
> Sure I have missed major aspects of this question, so don't hesitate to 
> criticize !
> 
> Best regards
> 
> JMarc
> 

I could help for this translation, although I have no clear idea now
about  the technical aspects.

Maintaining the translation is, in my opinion, a major aspect.



-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


configure problem with lilypond 2.10

2006-11-14 Thread Guy Durrieu

Hello,

Trying as usual to build lilypond (2.10) on my machine (sun solaris 10)
I got a weird problem between gcc and flex (?).

Until now, with gcc 3.4.3 configure was almost OK.

With lilypond 2.10 :

either I keep gcc 3.4.3 and FlexLexer.h is normally found, but the
configure is not OK since gcc 4.x is now needed.

or I use gcc 4.0.3, but then FlexLexer.h is not found.

I  don't understand where is the problem.

Thanks in advance for any idea!

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


configure problems

2006-10-09 Thread Guy Durrieu
Hello,

I would like to report some problems I get with configure.

For a while I use to build lilypond on a Sun under Solaris. There are
small problems well identified now (in configure : "tail -n 1" refused,
isinf doesn't exist, and so on).

With last versions of lilypond, I get additional problems with configure
evolution:

1) Before 2.8.1 concerning Python, there was

eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep
'[0-9]\.[0-9]' \
| head -n 1 \
| sed -e 's/.*[^-.0-9]\([0-9][0-9]*\.[0-9][.0-9]*\).*/\1/' \
-e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\"

Now there is

eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep
'[0-9]\.[0-9]' \
| head -n 1 \
| tr ' ' '\n' | grep '[0-9]\.[0-9]' | head -n 1 | sed
's/\([0-9.]*\).*/\1/g'\`\"

and that does not work for me (version of python not found), I dont
understand why.

2) With 2.8.7, I got problems for gcc, guile, makeinfo and some others
programs, the version of which is not correctly found. I need to replace
all occurrences of

eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '\(^\|
\)[0-9][0-9]*\.[0-9]' \

by

eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '[0-9]\.[0-9]' \

(this is what I found in the previous versions of configure).

Maybe I am the lone user to compile lilypond on Sun under Solaris, so I
try to solve my problems when I get them, but I would like to indicate
that previous versions of configure (2.8.1) worked better for me than
the last ones, and perhaps better understand why.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: creating my own glyphs

2006-08-31 Thread Guy Durrieu
Jean-marc LEGRAND a écrit :
> 
> Is there a way to create a symbol that doesn't exist in lily ?
> 
> Actually, I'm stuck with this pb while engraving baroque music, even if I do 
> admit that huge
> improvement has been done since I began to use lily (bravo !). Especially 
> music for the viol. There
> are special symbols in Marais' pieces that I can't reproduce. Is there some 
> way to create the symbol
> or is it too complicated for non-programmers ? Is it possible to scan the 
> symbol, and insert it in
> the score ? etc... ?
> 
> I don't know if my question make sense, but I've tried at least ...
> 
> 

I am interested in viol music too, and got the same problem. I did some
trials, and I think the problem is not only to create a new symbol
(tremblement, plainte and so on), but also to correctly set it in
relation to the note (but you know that, since your previous works with
Kühnel :-)).


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


programming error

2006-08-30 Thread Guy Durrieu

Hello,

With the following input :


\version "2.8.6"

test = {\clef bass \key g \minor \time 4/2
d,4 bes a g d,8 g fis e fis c' bes-\parenthesize -\prall a
}

\score {
\new Staff \test
  \layout { }
}


I get the following funny message :


programming error: minimise_least_squares ():  Nothing to minimise
continuing, cross fingers


The problem seems to come from the -\parenthesize -\prall command, and
appears several times when compiling my scores, but not every time I use
this command.

It seems also that crossing fingers is a good idea, since the result is
correct, but maybe there is a problem nevertheless...

Hope it helps.

Regards.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: lilypond-mode.el

2006-03-30 Thread Guy Durrieu
Orm Finnendahl a écrit :
> 
> Is there *anybody* who got the cursor movements or autocompletion
> working with gnu emacs? I can't imagine nobody is using it.
> 

On my system (Sun sparc, Solaris 10, emacs 21-3-1), cursor movements
work within a ly buffer:
- After placing the cursor on a left parenthesis, C-M-n moves the cursor
after the corresponding right parenthesis.
- After placing the cursor after a right parenthesis, C-M-p moves the
cursor on the corresponding left parenthesis.

(However, this is not related to lilypond-mode.el ; C-M-n and C-M-p
invoke functions located within emacs/lisp.el; at least,
lilypond-mode.el seemingly doesn't modify this binding).

Tab produces a tabulation.

M-Tab produces a message : No tag table loaded; try M-x visit-tag-table.

Hope it helps.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


avoid-slur

2006-03-29 Thread Guy Durrieu



Yesterday, I wrote on lilypond-users:

> ... with 2.8 I get a lot ot warning messages such as
> 
> ---
> AVERTISSEMENT : Ignoring grob for slur. avoid-slur not set?
> ---
> 

OK. I wonder why, for Script grobs, the avoid-slur property has no
default value, whereas a default value is defined for TextScript...

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


2.8 postscript and other subjects

2006-03-28 Thread Guy Durrieu
Yesterday, I wrote on lilypond-users:

>>
>> I get a postscript file that I can see with gv, and looks correct, but is
>> not printable.
>>


OK. I understand that my postscript printer simply doesn't accept the
postscript level produced by lilypond 2.8. Too bad.

On previous ly files, with 2.8 I get a lot ot warning messages such as

---
AVERTISSEMENT : Ignoring grob for slur. avoid-slur not set?
---

for example on the following bar :

<< { e''4 dis'' e''8 _( d''? ) cis''\prall _( b' ) } \\ { 2  } >>

The cause seems to be the second slur specification, but I don't
understand what happens. Could anybody explain me the above message ?

Thanks in advance for your help.

Regards.


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problem with generated postscript

2006-03-28 Thread Guy Durrieu

Hello,

Yesterday, I wrote on lilypond-users.org :


>
> I have a strange problem with Lilypond-2.8.0 (I just generated it from
> scratch on my machine, a Sun sparc Solaris 10).
> 
> All seems to be OK. Fonts are generated without any problem. However, I
> get a postscript file that I can see with gv, and looks correct, but is
> not printable. If I look at the pdf file, note heads seems missing.
> 

When I look at the ps file, I find *binary* code in the preamble parts
devoted to the Emmentaler fonts. I am still trying to find out why.

Any idea ?

Thanks in advance for your help!

Regards

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


problems while building 2.8

2006-03-27 Thread Guy Durrieu


Hello,

I previously succeeded in building 2.6 and 2.7 from source on my
computer (a Sun Sparc under Solaris 10).

With 2.8, I experience new problems :

- I cannot produce the man pages. help2man complains

help2man: can't get `--help' info from convert-ly.py

- I get another problem while building the fonts :

 > out/feta-braces-i.otf-table
gmake[1]: *** No rule to make target `unknown/c059013l.pfb', needed by
`out/CenturySchL-Ital.ttf'.  Stop.

Could anybody explain me what happens ? I am a bit puzzled.

Thanks in advance for your help !

Regards.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


problem with generated postscript

2006-03-27 Thread Guy Durrieu

Hello,

I have a strange problem with Lilypond-2.8.0 (I just generated it from
scratch on my machine, a Sun sparc Solaris 10).

All seems to be OK. Fonts are generated without any problem. However, I
get a postscript file that I can see with gv, and looks correct, but is
not printable. If I look at the pdf file, note heads seems missing.

The last Lilypond version I generated was 2.7.12 and worked fine.

I don't understand at all what happens. Could anybody give me an
indication ?

Thanks in advance for your help !

Regards.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problems while building 2.8

2006-03-24 Thread Guy Durrieu
Guy Durrieu a écrit :
> Guy Durrieu a écrit :
> 
> OK. I found what is wrong with the fonts.
> 
> But I still don't understand what is wrong with man pages.
> 
> Tnanks in advance for you help !
> 
> Regards.
> 

OK. I solved all my problems.

I would like to point out that although the install manual of lilypond
2.8 states that only the version 2.1 of Python is needed, it appears
that the version 2.4 is mandatory.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: problems while building 2.8

2006-03-24 Thread Guy Durrieu
Guy Durrieu a écrit :
> 
> With 2.8, I experience new problems :
> 
> - I cannot produce the man pages. help2man complains
> 
> help2man: can't get `--help' info from convert-ly.py
> 
> - I get another problem while building the fonts :
> 
>  > out/feta-braces-i.otf-table
> gmake[1]: *** No rule to make target `unknown/c059013l.pfb', needed by
> `out/CenturySchL-Ital.ttf'.  Stop.
> 

OK. I found what is wrong with the fonts.

But I still don't understand what is wrong with man pages.

Tnanks in advance for you help !

Regards.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bars and clefs

2005-11-07 Thread Guy Durrieu
Mats Bengtsson wrote :
> An alternative solution that goes more to the source of the actual problem
> is to do something like
> 
> \override Score.BarLine #'space-alist = #'(
> (time-signature . (extra-space . 0.75))
> (custos . (minimum-space . 2.0))
> (clef . (minimum-space . 1.5)) % Default value = 1.0
> (key-signature . (extra-space . 1.0))
> (key-cancellation . (extra-space . 1.0))
> (first-note . (fixed-space . 1.3))
> (next-note . (semi-fixed-space . 1.3))
> (right-edge . (extra-space . 0.0)))
> 
> Maybe you have to increase the minimum space from BarLine to key-signature
> even further, 1.5 is just a guess.
> 
>

Thanks for your help. That's exactly what I need. Unfortately, it
does'nt work for me (no effect). I dont understand why.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bars and clefs

2005-11-03 Thread Guy Durrieu
[EMAIL PROTECTED] a écrit :
> 
> You might try
> 
>  \once \override Staff.Clef #'extra-X-extent = #'(-2 . 1)
>  \clef tenor
> 
> which would give you 2 more units of space to the left of the
> clef symbol and 1 more unit of space to the right of the clef.
> ("tenor":  sorry, I deleted so much e-mail that I've lost track
> of what clef you actually wanted.)
> 
> I'm sitting at a non-LilyPond machine at the moment, so I can't test
> that to verify it, but I've used similar commands to provide extra space
> to the left or right of various musical graphic objects ("grobs").
> 
> -- Tom
> 
> 
> 

Thanks for your help. I'll try that. I am aware of these commands, but
it is not easy for a beginner to find out the right command with the
right parameters. And they may be difficult to use since the other
objects stay where they are :)

Regards.

-- Guy




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bars and clefs

2005-11-03 Thread Guy Durrieu
Mats Bengtsson wrote :
> This order is specified by the break-align-orders property of the
> BreakAlignment object, see
> http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond-internals/BreakAlignment.html#BreakAlignment
> 

Thanks for your help. That works ; however, with a :|: bar, when
inverting the order, the clef is almost stuck to it...

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


bars and clefs

2005-11-03 Thread Guy Durrieu


Hello,

When specifying a clef change after a bar (for exemple a repeat bar),
the clef is placed before the  bar. I would like to know if there is a
mean to ask a clef change to be placed after the bar.

Thanks in advance for your help !

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: trouble with conversion ly to TeX

2005-10-06 Thread Guy Durrieu
Erik Sandberg a écrit :

>
>This has to do with the viewer. In gv, you can press 'Reload' after each 
>recompile; this is also done automatically if you wait for a long time. It's 
>possible that there is a ps viewer out there, which automatically updates the 
>view at once when a file changes on disk (just like xdvi does), but I haven't 
>seen one.
>
>  
>
I have here a gv with the reload function. Unfortunately, ps produced by
lilypond, although printable, are seemingly not readable by this tool,
neither by the classic ghostview.

-- Guy Durrieu.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=






___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: trouble with conversion ly to TeX

2005-10-06 Thread Guy Durrieu

Erik Sandberg wrote :




The tex back-end is deprecated and unsupported. The normal operation is to 
create a .ps file directly.


Why do you need tex output?



Thanks for your answer.

What I find interesting in TeXT/LaTeX based tools is "interactivity". I 
mean that when you
modify the source program and recompile it, you can see the result in a 
dvi window without
recalling xdvi (the xdvi window must only be hidden during 
compilations). With lilypond, I
think it would also be faster to see the result of modifications through 
the ly -> dvi output
than by recalling ghostview or acrobat reader after each compilation. At 
least, that is

what I tried to verify :)

-- Guy Durrieu.





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


trouble with conversion ly to TeX

2005-10-05 Thread Guy Durrieu

Hello,

I recently succeeded (not really easily) in compiling lilypond-2.6.3
on a Sun station (Solaris 10). It seems to work fine, but I have a
problem when converting a .ly into a TeX file. the
\magfontemmentalerBGmPBBo command is apparently unknown, and I can
figure out how to fix that. If somebody could help me, it would be
great. 

Thanks in advance for your help !

Regards.

-- Guy Durrieu.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Guy DURRIEU  ONERA/TIS/DTIMtel(33) 05.62.25.26.59
CERT, 2, avenue Edouard Belin  B.P. 4025   fax(33) 05.62.25.25.93
31055 TOULOUSE CEDEX 4 FRANCE  e-mail [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user