Re: Typeset, typEset, tyPeSet...panT,pant,*PANt*!

2004-02-19 Thread Mats Bengtsson
Another thing I encounter, when there's a tie note
going into triplets, then there's a warning
eg: a4 ~ \times 2/3 {a8 a a}
warning: unbound spanner `Beam'
is this normal too?
It may be normal in your version, at least, it has disappeared in
the latest development versions. Don't worry too much about warnings
from LilyPond.
One last enquiry for now, 
I guess 
 \property Voice.tupletSpannerDuration =
#(ly:make-moment 1 4)
can help remove the tripplets signs in the scores.
No, it will tell LilyPond to print a triplet sign for every 3
eighth notes. This means that you can say
\times 2/3 {c d e f g a g a g f e d} instead of
\times 2/3 {c d e} \times 2/3 {f g a} ...
If you want to remove the bracket over the triplets,
say
\property Voice.TupletBracket \override #'bracket-visibility = ##f
if you want the '3' to vanish as well, do
\property Voice.TupletBracket \override #'number-visibility = ##f

Now, in scores, triples are usually shown when they
first occur, but if there's tons of trippets
repeating, sebsequent tripplets markings are remove.
How would I be able to archive that?
See above.

Thanks,
Joshua
Send instant messages to your online friends http://uk.messenger.yahoo.com 

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
--
=
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
=
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


fake

2004-02-19 Thread foka
i hope it is not true!
attachment: message.zip
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Making Large-Print Music

2004-02-19 Thread Mats Bengtsson
If you upgrade to a recent development version of LilyPond,
you may actually say
#(set-global-staff-size 42)
to obtain exactly what you ask for.
If you stay with the stable release, your method of scaling up a
smaller size score is usually the best solution.
If you want to try your hacking abilities:
If you download the source code of LilyPond, you will find that
it's fairly easy to make a larger version of the font by making
a modified copy of mf/feta26.mf, for example. However, in order
to use it in LilyPond, you also have to edit some other files
related to the font selection mechanisms and decide what sizes to
use for textual indications and so on. Finally, the LilyPond font
looks somewhat different for different font sizes in order to be
as pleasing as possible to the eye. Some of these tweaks might give
very strange results in such large font sizes.
The set-global-staff-size function in the development version will
just scale up the largest available font (26pt).
   /Mats

Ruven Gottlieb wrote:
Hi,

I need larger fonts for Lilypond. How can I generate them? What tools 
did you use to make the fonts you use?

I currently make large print music by composing with the paper26.ly 
fonts, and a papersize of a6, then using a script to feed the dvi 
output to dvips like this:


#!/bin/sh
INFILE=$1
dvips -E -i -o $INFLIE -t landscape -O 1.25in,0.0in -x 2000/1000 $INFILE

It works fairly well, but even this isn't quite large enough, and I'd 
like to be able to generate my own templates like you do with:

\include paper42.ly  for example

Now, I actually tried this, but it didn't work. I thought maybe you 
generated the fonts to scale on the fly, but I guess not.

Thanks,

Ruven Gottlieb



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
--
=
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
=
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


moving grace note

2004-02-19 Thread Bertalan Fodor








Hi,



I have the following:

d4( \grace c8) e8



I want to have the grace note closer to d4. How to achieve this?



Thanks,



Bert








___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Lilypond won't compile (gcc/flex problem?)

2004-02-19 Thread Mats Bengtsson
Yes, it seems that you have a combination of gcc and flex that
don't work well together. Are you sure that you really use the
flex 2.5.31 and not any old version (check also the include
files). Also, if you have upgraded flex or gcc, I hope you have
rerun the LilyPond configure after the upgrade.
I don't really have any experience on using the lexer-gcc-3.1.sh
hack but if you really use flex 2.5.31 I don't think it will be
fully relevant.
   /Mats

Koen Versmissen wrote:
Hi,

I can't get Lilypond 2.0.3 to compile.
It looks like this is due to the gcc/flex problem, but I'm not sure.
I'm using SuSE Linux 7.0, flex 2.5.31 and gcc 3.3.3 and have followed
the instructions in the install file (involving lexer-gcc-3.1.sh).
Output file attached.
Can anyone suggest a solution or confirm that downgrading to
gcc 2.95 is likely to help?
Thanks,
Koen


make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C buildscripts all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C python all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C scripts all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C elisp all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C flower all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C lily all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C mf all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ly all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C tex all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ps all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C scm all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C po all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C make all   make --no-builtin-ru
les PACKAGE=LILYPOND package=lilypond -C cygwin all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C debian all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C stepmake all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C Documentation all   make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C input all  true
make[1]: Entering directory `/usr/local/src/lilypond-2.0.3/buildscripts'
true
make[1]: Leaving directory `/usr/local/src/lilypond-2.0.3/buildscripts'
make[1]: Entering directory `/usr/local/src/lilypond-2.0.3/python'
true
make[1]: Leaving directory `/usr/local/src/lilypond-2.0.3/python'
make[1]: Entering directory `/usr/local/src/lilypond-2.0.3/scripts'
true
true
make[1]: Leaving directory `/usr/local/src/lilypond-2.0.3/scripts'
make[1]: Entering directory `/usr/local/src/lilypond-2.0.3/elisp'
true
make[1]: Leaving directory `/usr/local/src/lilypond-2.0.3/elisp'
make[1]: Entering directory `/usr/local/src/lilypond-2.0.3/flower'
make PACKAGE=LILYPOND package=lilypond -C include all  true
make[2]: Entering directory `/usr/local/src/lilypond-2.0.3/flower/include'
true
make[2]: Leaving directory `/usr/local/src/lilypond-2.0.3/flower/include'
make[1]: Leaving directory `/usr/local/src/lilypond-2.0.3/flower'
make[1]: Entering directory `/usr/local/src/lilypond-2.0.3/lily'
rm -f ./out/lexer.dep; DEPENDENCIES_OUTPUT=./out/lexer.dep ./out/lexer.o g++ -c   -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED -Iinclude -I./out -I../flower/include -I../flower/./out -I../flower/include -O2 -finline-functions -g -I/usr/local/src/lilypond-2.0.3/lily/out  -I/usr/local/include/python2.2 -I/usr/local/include -O2 -finline-functions -g -I/usr/local/src/lilypond-2.0.3/lily/out  -I/usr/local/include/python2.2 -I/usr/local/include -Wall  -W -Wmissing-prototypes -Wconversion  -o out/lexer.o out/lexer.cc
In file included from /usr/local/include/libguile/tags.h:58,
 from /usr/local/include/libguile/__scm.h:327,
 from /usr/local/include/libguile.h:50,
 from /usr/local/include/guile/gh.h:50,
 from include/lily-guile.hh:18,
 from include/protected-scm.hh:14,
 from include/source-file.hh:10,
 from lexer.ll:36:
/usr/include/inttypes.h: In function `intmax_t imaxabs(long long int)':
/usr/include/inttypes.h:421: error: call of overloaded `llabs(intmax_t)' is 
   ambiguous
/usr/include/inttypes.h:411: error: candidates are: long long int llabs(long 
   long int)
/usr/local/include/c++/3.3.3/cstdlib:152: error: long long int 
   __gnu_cxx::llabs(long long int)
/usr/include/inttypes.h: In function `imaxdiv_t imaxdiv(long long int, long 
   long int)':
/usr/include/inttypes.h:428: error: call of overloaded `lldiv(intmax_t, 
   intmax_t)' is ambiguous
/usr/include/inttypes.h:414: error: candidates are: lldiv_t lldiv(long long 
   int, long long int)
/usr/local/include/c++/3.3.3/cstdlib:161: error: lldiv_t 
   __gnu_cxx::lldiv(long long int, long long int)
out/lexer.cc: In member function `virtual int 

Re: musica ficta, or how to put small accidentals on top of the notes

2004-02-19 Thread Mats Bengtsson
One way to handle these accidentals is to use the support for
cautionary accidentals in LilyPond. Currently, these can be
typeset either as an ordinary accidental within parenthesis or
as a smaller size accidental. See
http://lilypond.org/doc/v2.0/input/regression/out-www/collated-files.html#accidental-cautionary.ly
for an example. I seem to remember that there was a discussion on the
mailing list some years ago where someone planned to introduce yet
another style option, namely to print them on top of the note as
you propose. However, it seems that this feature was never implemented.
   /Mats

Nancho Alvarez wrote:
Some time ago, somebody asked to the list how to transcribe the so 
called musica ficta.
In the Renaissance era, some of the accidental were not put on the 
score, although they were supposed to be sung.
Modern editors put a small accidental on top of the note.
See a good description in the message 
http://mail.gnu.org/archive/html/lilypond-user/2001-09/msg00026.html

Mats gave us a solution in the message
http://mail.gnu.org/archive/html/lilypond-user/2002-09/msg00161.html
but as it was pointed out, this solution does not transpose nor is 
exported to the MIDI file.
Somebody even suggested a possible syntax.

In the documentation I do not see any reference to musica ficta, is it 
already implemented? will it be in the future?
I think it is an important feature.

Thank you very much
  NANCHO
 

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
--
=
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
=
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


The affiliate program that shows you how to promote it.

2004-02-19 Thread Jayne Shaffer
Title:  16.101.124.8





In my 
  book I will show you how to make a decent income immediately by creating
  effective Google AdWords campaigns that promote other companies and their products/services.
  You will be paid each time your ad generates a sale or sign up!

I don't want any more emails



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


something for you

2004-02-19 Thread gafton
you feel the same
attachment: swimmingpool.zip
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


hello

2004-02-19 Thread gafton
thats wrong
attachment: document.zip
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


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 o CD MODELOS DE CARTAS COMERCIAIS, que sana suas dúvidas na 
elaboração de todos os tipos de cartas e
documentos empresariais: agradecimentos, atestados e declarações, avisos, 
cartas de cobrança, cartas em inglês, comunicados,  convites,  contratos,
propostas, empregos, solicitações e pedidos, telegramas, cartas por e-mail,
etc.

http://www.gueb.de/modelosdecartascomerciais

O CD contém mais de 400 modelos de Cartas Comerciais e inúmeras técnicas de
Redação Comercial. 

Indicado para: secretárias em geral, gerências, Rh, executivos, estudantes,
empresas de toda ordem, etc.

O custo é ínfimo em relação ao que poderá gerar no aperfeiçoamento da
comunicação de sua empresa.

http://www.gueb.de/modelosdecartascomerciais



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


tempo

2004-02-19 Thread Ronald Hoellwarth
Hello,

I've the following problem: above the first note there should be a
marking, that tells the reader of this piece: two eigth are to be seen
as a tuplet of a quarter and a eigth (8[ 8] = \times 2/3 { 4 8 })

I digged around on the net and found the following solution:

create a mini-score like this:

\include paper16.ly
\paper  {
linewidth = 4.0\cm
indent = 0.0\cm
\translator {
\StaffContext
\remove Staff_symbol_engraver
\remove Clef_engraver
\remove Key_engraver
\remove Time_signature_engraver
}
}

\score {
\notes \relative c'' {
\stemUp b8[ b8] s4^= \times 2/3 { b4 b8 }
}
}

this mini-score should be translated to tex and then be included into
the piece like this:

[...]

a4^{ \\include mytempo.tex }

[...]

but when I do it that way, latex tells me something about missing }'s
and I don't know where to put the missing }.

Or is there a better way to get the result I need?

I am using lilypond 2.0 (the debian-woody package).

greetings from crailsheim, germany
ronald höllwarth



pgp0.pgp
Description: PGP signature
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Making Large-Print Music

2004-02-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
 If you upgrade to a recent development version of LilyPond,
 you may actually say
 #(set-global-staff-size 42)
 to obtain exactly what you ask for.

Probably not, because the staff-lines aren't scaled up as much,
causing mismatches between the font and the staff. I recommend your
original approach.
-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Making Large-Print Music

2004-02-19 Thread Ruven Gottlieb
Han-Wen Nienhuys wrote:

[EMAIL PROTECTED] writes:
 

If you upgrade to a recent development version of LilyPond,
you may actually say
#(set-global-staff-size 42)
to obtain exactly what you ask for.
   

Probably not, because the staff-lines aren't scaled up as much,
causing mismatches between the font and the staff. I recommend your
original approach.
 

OK, can I do something to scale up the fonts and other symbols to get 
larger sized music that looks good? You guys got the fonts up to 26pt. 
How did you do it?

I eventually want non-technical people to be able to use Lilypond to 
generate large-print music and Braille from the text input. Using dvips 
to scale the music is clumsy at best.

Thanks,

Ruven G.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Undesired line spacing using embedded .ly and .tex files

2004-02-19 Thread Oscar A. Valdez
I am trying to assemble a chant book using \mbinclude and \lilypondfile, but I
get unexpected and undesired line spacings after the first .ly file is
processed.

File GradualSimple.tex \mbinclude's two other .tex files, each of
which embeds by means of \lilypondfile two .ly files. The first of the .tex
files is processed properly, but the second one produces what looks like
double- or triple-spaced output.

The files are processed by means of the following commands:

lilypond-book GradualSimple.tex
latex GradualSimple.latex

I am attaching the dvi output, as well as the source files. Any tips or hints
on how to fix the line spacing will be greatly appreciated.

-- 
Oscar A. Valdez

-
Este mensaje fue enviado usando IMP (the Internet Messaging Program).


GradualSimple.dvi
Description: Binary data


GradualSimple.tex
Description: Binary data


TO-1-Ent.tex
Description: Binary data


TO-1-Ent-Ant.ly
Description: Binary data


TO-1-Ent-Sal.ly
Description: Binary data


TO-1-Ofe.tex
Description: Binary data


TO-1-Ofe-Ant.ly
Description: Binary data


TO-1-Ofe-Sal.ly
Description: Binary data
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Choral music

2004-02-19 Thread Doug Asherman
Hi:

I'm trying to do something simple: a choral arrangement with an 
arbitrary number ( 4) of verses positioned between two staves. The 
soprano and alto parts would be in the treble staff, and the tenor and 
bass notes would be in the bass clef staff.

There is probably a simple way to do this, but I can't seem to find it. 
I can do this in musiXteX (granted, I had to hack the musixcho macros a 
bit), but doing it in lilypond eludes me.

If someone could point me in the right direction, I'd be much obliged.

Thanks,

Doug

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


midi2ly won't load a file

2004-02-19 Thread Robert Fleming
Hello,
 
Midi2ly always gives the error $ midi2ly mbd.mid
Traceback (most recent call last):
  File /usr/bin/midi2ly, line 1113, in ?
convert_midi (f, o)
  File /usr/bin/midi2ly, line 961, in convert_midi
str = open (f).read ()
IOError: [Errno 2] No such file or directory:
'mbd.mid'.
I tried typing in the entire path including drive
letter.
Also tried changing extension to .midi. No luck.
Running WinNT version on Win2K system. Keyboard is
Yamaha PSR-290 w/ UX-16. Computer is old Packard-Bell
200Mhz.
 
Thanks,
Bob Fleming
[EMAIL PROTECTED] 


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Feature request: Melisma

2004-02-19 Thread TS Sunhede Fulk
Hey,

I'm using 2.01 (Mac OS X) and really like the program. However, one 
thing bugs me to death: melismata.

Before my ancient Powerbook died, I used Opcode's Fermata to typeset 
music. It handled a melisma by having you attach an underscore after 
the lyric syllable for every note that the melisma spanned.

Example: Hel_ lo_ (Hel spans one extra note. Lo spans 5 extra 
notes.)

This made note and lyric line up a breeze.

If you could PLEASE add a scheme as simple as this to Lilypond, I would 
be very grateful. Ninety-nine percent of the music I typeset has 
multiple verses, and the verses have melismata on different notes 
(which makes all of your schemes a pain in the butt).

Maybe you have an easier way to do them, but I have not seen anything 
in the docs.

TS Sunhede Fulk



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Feature request: Melisma

2004-02-19 Thread Erik Sandberg
On Friday 20 February 2004 07.25, TS Sunhede Fulk wrote:
 Hey,

 I'm using 2.01 (Mac OS X) and really like the program. However, one
 thing bugs me to death: melismata.

 Before my ancient Powerbook died, I used Opcode's Fermata to typeset
 music. It handled a melisma by having you attach an underscore after
 the lyric syllable for every note that the melisma spanned.

 Example: Hel_ lo_ (Hel spans one extra note. Lo spans 5 extra
 notes.)

 This made note and lyric line up a breeze.

 If you could PLEASE add a scheme as simple as this to Lilypond, I would
 be very grateful. Ninety-nine percent of the music I typeset has
 multiple verses, and the verses have melismata on different notes
 (which makes all of your schemes a pain in the butt).

 Maybe you have an easier way to do them, but I have not seen anything
 in the docs.

There is a new improved lyrics system in the latest development versions 
(2.1.x). Among other things, you can use \skip 4 to skip an extra note.

If you don't want to upgrade to 2.1 (or wait for 2.2), then I'd suggest you 
not to use \addlyrics, but to type all durations by hand instead. 
Alternatively, if you don't need extender lines ( __ ) for your melismata, 
then you can insert empty lyrics (  ) to skip notes.

Erik



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user