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


Re: I NEED ASSISTANCE PLEASE

2003-06-21 Thread Oscar A. Valdez
I sincerely hope no one pays any attention to these help me transfer my
corrupt father/uncle/husband's stash out of Nigeria/Congo/Rwanda scams.

Just in case: they are nothing but scams designed to bilk the gullible
and avaricious.

Oscar

El sab, 21-06-2003 a las 10:04, [EMAIL PROTECTED] escribio:
 
 Date: Sat, 21 Jun 2003 17:47:45 +0200
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: I NEED ASSISTANCE PLEASE
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain;
   charset=CHINESEBIG5
 Precedence: list
 Reply-To: [EMAIL PROTECTED]
 Message: 2
 
 Sir,
 
 I need your help,I am Davis Moful the son of a 
 Late minister during the reign of mobutu seseko, 
 I came to know you in the course of my search for 
 a reliable and God fearing partner and I decide 
 to contact you because I believe you are a reputable 
  
 person and I felt you can help us over this 
 confidential matter. I count on your intergrity and honesty 
 to be able to handle this business. 
  
 My father was a minister in Democratic Republic of 
 Congo during the reign of Late President Mobutu. 
 Our father was killed during the rebel attack and 
 our house was burnt. We manage to escape to Accra 
 Ghana with my mother and two of my sisters 
 where we are now taking refuge.Before the death of 
 my father he deposited US$25 MILLION, with a 
 security company firm that transports valuable goods 
 and consignments through diplomatic means.The money 
 is kept in a trunk boxes and was registered as precious 
 substance. Thus there is nobody that knows that it is money 
 that is in the box. 
  
 All the documents with which the money was deposited 
 is with us. I am looking for somebody that is capable and 
 willing to travel to Madrid-Spain to receive the two trunk boxes 
 of money on behalf of my family from the security company and buy
 a house where we can live the rest of our life, for us and 
 invest the rest part of the money in any lucrative business.
  
 We need a trust worthy and experience person that 
 will help us to invest this money in your country and 
 take us as one family and will also buy a house for us 
 over there where we can live safely. 
  
 We are expecting to hear from you.Please contact me 
 on this Email for now first [EMAIL PROTECTED] for your anticipated 
 cooperation.please include your telephone number and 
 fax number in your reply. 
  
 Best Regards 
  
 DAVIS MOFUL 
 
 
 --
 
 ___
 Lilypond-user mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/lilypond-user
 
 
 End of Lilypond-user Digest, Vol 7, Issue 39
 




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


\mbinput is broken [Was: Re: nested lilypond-book files?]

2003-04-01 Thread Oscar A. Valdez
\include and \input are the standard LaTeX procedures to split a long
document into several .tex files. lilypond-book requires that the
commands be used as \mbinclude and \mbinput with Lilypond .ly files.

\mbinclude works as expected, and, like plain \include, does a
\clearpage before and after the included file. \mbinput, however, is
broken. lilypond-book crashes with the following output:

Traceback (most recent call last):
  File /usr/bin/lilypond-book, line 1540, in ?
do_file(input_filename)
  File /usr/bin/lilypond-book, line 1424, in do_file
chunks = read_doc_file(input_filename)
  File /usr/bin/lilypond-book, line 1007, in read_doc_file
chunks = chop_chunks(chunks, 'input', do_input_file, 1)
  File /usr/bin/lilypond-book, line 953, in chop_chunks
newchunks = newchunks + func(m)
  File /usr/bin/lilypond-book, line 880, in do_input_file
return read_doc_file(m.group('filename'))
IndexError: no such group

Is this a known bug, or is there something wrong with my installation? I
need to use \mbinput, because I don't want the \clearpages inserted by
\mbinclude.

Oscar A. Valdez




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


Re: nested lilypond-book files?

2003-03-26 Thread Oscar A. Valdez
\mbinlude works, but inserts page breaks before and after the included parts.

\mbinput crashes with the following output:

Traceback (most recent call last):
  File /usr/bin/lilypond-book, line 1540, in ?
do_file(input_filename)
  File /usr/bin/lilypond-book, line 1424, in do_file
chunks = read_doc_file(input_filename)
  File /usr/bin/lilypond-book, line 1007, in read_doc_file
chunks = chop_chunks(chunks, 'input', do_input_file, 1)
  File /usr/bin/lilypond-book, line 953, in chop_chunks
newchunks = newchunks + func(m)
  File /usr/bin/lilypond-book, line 880, in do_input_file
return read_doc_file(m.group('filename'))
IndexError: no such group

Any ideas on getting \input or \mbinput to work?

Oscar

==

What you can use is the standard LaTeX procedure for splitting a
document into several files, using \include or \input (read
some LaTeX introduction on the difference between these two).
However, for some strange reason, you should use the commands
\mbinclude and \mbinput instead in lilypond-book. This was
recently discussed in the mailing list.

Example

main.lilybook:
\documentclass{blah}
\begin{document}
\mbinclude{mvmt2.lilybook}
\end{document}

mvmt2.lilybook:
% Note, no \begin{document} here, since that's already
% done in the main file
lilypondfile{score-2a.ly}


   /Mats






-
Este correo se envio usando IMP Webmail
Visite el proyecto en: http://horde.org/imp


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


Re: Q on Lilybook - mixing notes and text

2003-03-05 Thread Oscar A. Valdez
lilypond-book is pretty good at mixing lilypond music with tex (or
Latex) text. However, it forces one to learn how to use (in my case)
Latex, and it operates within the constraints of Latex.

Latex requires some getting used to, though. It certainly is not your
ordinary WYSIWYG word processor: it's a completely different, but very
powerful animal.

The not so Short Introduction to LaTeX at 
http://www.ctan.org/tex-archive/info/lshort/english/
is a decent primer to Latex.

Hope this helps.

Oscar




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


Changing lyrics' font

2003-02-18 Thread Oscar A. Valdez
I would like to be able to override and revert the lyrics' font from bold
back to normal. In this example, I'm trying to do it for the syllable Di-, but
all I get is a parse error. Can someone point out how to do it?

\score {
  \addlyrics
\context Staff = Antifona {
   ...  
   ...
}
  \context Lyrics
\lyrics {
  To- da la tie- rra te a- do- ra,
  \property Lyrics.LyricText \override #'font-series = #'bold
  Di-
  \property Lyrics.LyricText \revert #'font-series
  os, y sal- mo- dia pa- ra ti,
  can- ta sal- mos a tu nom- bre, Se- nor.
}
}


-- 
Oscar A. Valdez

---
Este correo fue enviado con IMP (http://horde.org/imp/)


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



Re: Increasing the horizontal space between notes

2003-02-04 Thread Oscar A. Valdez
I figured out the proper syntax for changing SpacingSpanner properties.
Esentially, it goes like this:

\score{
   ...
   ...
   \paper{
 \translator{
   \ScoreContext
   SpacingSpanner \override #'spacing-increment = #2.0
  }
   }
}

I've tried:
  SpacingSpanner \override #'spacing-increment = #4.0
and
  SpacingSpanner \override #'common-shortest-duration = #(make-moment 1 8)
but they don't do what I want: simply increase the horizontal space between notes.

Can anyone point out the right SpacingSpanner properties to do this?

Oscar Valdez


Mensaje citado por David Raleigh Arnold [EMAIL PROTECTED]:

 On Monday 03 February 2003 04:40 pm, Oscar A. Valdez wrote:
  In my case, I'm not sure \break would work: I'm working with
  unmetered music (no bars) that combines notes and lyrics.
 
  I've looked at Horizontal Spacing under Global Layout in the
  manual, and, as you say, it looks fairly advanced, but it seems like
  the way to go for me.
 
  The section mentions two properties of SpacingSpanner:
  spacing-increment and shortest-duration-space. What is the syntax
  for these properties? How and where should they be set?
 
  Thank you.
 
  Oscar Valdez
 
  El sáb, 01-02-2003 a las 23:55, Graham Percival escribió:
   On Fri, 31 Jan 2003 23:44:35 -0600
  
   Oscar A. Valdez [EMAIL PROTECTED] wrote:
How can I modify the horizontal space between notes?
  
   There is a section on horizontal spacing in the manual (under
   global layout), but it's fairly advanced stuff.
  
   An easy solution is to have fewer bars per line -- adding a few
   \breaks will let you control how many bars per line.  Fewer bars
   will mean more space between notes.  In some circumstances this
   isn't a very good solution, but if you have a fairly simple score,
   it should work out all right.
  
   Cheers,
   - Graham
 
 \break is highly recommended, but if a particular measure is not wide 
 enough, there are tricks you could use, probably more than these:
 
 1.  Put some spaces in text above or below notes, like this:
 { }{ } or \ \ \ \,
 
 2.  Add invisible rests or 32nd notes or something like
 that. (remove the appropriate engravers of the added voice).
 
 The invisible voice is the way most likely to swim over the
 shifting sands of syntax, and there's no programming.
  ;-)  DaveA
 


-- 
Oscar A. Valdez

---
Este correo fue enviado con IMP (http://horde.org/imp/)


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



Re: Increasing the horizontal space between notes

2003-02-03 Thread Oscar A. Valdez
In my case, I'm not sure \break would work: I'm working with unmetered
music (no bars) that combines notes and lyrics.

I've looked at Horizontal Spacing under Global Layout in the manual,
and, as you say, it looks fairly advanced, but it seems like the way to
go for me.

The section mentions two properties of SpacingSpanner:
spacing-increment and shortest-duration-space. What is the syntax
for these properties? How and where should they be set?

Thank you.

Oscar Valdez

El sáb, 01-02-2003 a las 23:55, Graham Percival escribió:
 On Fri, 31 Jan 2003 23:44:35 -0600
 Oscar A. Valdez [EMAIL PROTECTED] wrote:
  How can I modify the horizontal space between notes?
 
 There is a section on horizontal spacing in the manual (under global
 layout), but it's fairly advanced stuff.
 
 An easy solution is to have fewer bars per line -- adding a few \breaks
 will let you control how many bars per line.  Fewer bars will mean more space
 between notes.  In some circumstances this isn't a very good solution, but if
 you have a fairly simple score, it should work out all right.
 
 Cheers,
 - Graham




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



Increasing the horizontal space between notes

2003-01-31 Thread Oscar A. Valdez

How can I modify the horizontal space between notes?

\score {
\addlyrics
\context Staff = Antifona {
\property Staff.autoBeaming = ##f
\property Staff.automaticMelismata = ##t
\property Staff.TimeSignature = \turnOff
\cadenzaOn
\notes
\relative c' {
\clef treble
\property Voice.Stem \set #'thickness = #0.0
f4 d f f [e( )d] e [e( )f] g f g e f d c c d d d c d f f f f f 
f [d( )f] e
\bar |.
}
}
\context Lyrics
\lyrics {
To- da la tie- rra te a- do- ra, Di- os, y sal- mo- dia pa- ra 
ti, can- ta
sal- mos a tu nom- bre, Se- nor.
}
}


-- 
Oscar A. Valdez

---
Este correo fue enviado con IMP (http://horde.org/imp/)


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



Re: install problem with libguile.so.9

2003-01-07 Thread Oscar A. Valdez
I had the same problem with Red Hat 7.2. I was able to update guile so
that Lilypond installed, but then GnuCash wouldn't run. Since GnuCash
was more indispensable, I had to live without Lilypond for a few months.

May I suggest you upgrade to Red Hat 8.0? With it, both Lilypond and
GnuCash run fine. I've used RH's Upgrade install option, and it worked
quite painlessly.

Oscar




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



Staff.autoBeaming and opus header don't work

2002-12-25 Thread Oscar A. Valdez
Can someone please point out why Staff.autoBeaming = ##f and \header {opus =
Antifona de entrada} don't work in the attached file? 


-- 
Oscar A. Valdez

---
Este correo fue enviado con IMP (http://horde.org/imp/)



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



Can this kind of junk be kept out of the list? (Was: Re: Hey SEXY!)

2002-09-25 Thread Oscar A. Valdez

Can the list's mailman be configured to block spam, like, say, from a
realtime blackhole list?

El mié, 25-09-2002 a las 01:16, Jodana Cox escribió:
 Yo Sexy Baby See My Nude Photos @ http://www.xxx.com
 
 
 ___
 Lilypond-user mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/lilypond-user




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



Re: Can this kind of junk be kept out of the list? (Was: Re: HeySEXY!)

2002-09-25 Thread Oscar A. Valdez

I think the offending message got through Mailman's spam filter. One of
the messages' hidden headers reads:

Received: from mail by monty-python.gnu.org with spam-scanned (Exim
4.10) id 17uD1p-0006Zk-00 for [EMAIL PROTECTED]; Wed, 25 Sep 2002
10:20:42 -0400

Maybe a simpler option would be to unsubscribe [EMAIL PROTECTED]
from the list. In order to post to the list, he/she/it must have
subscribed first, no?

But I think trying to flood the offender with e-mails could be
inneffective (it could be a fake e-mail address) or could backfire (we
would provide the spammers with many legitimate and marketable
addresses).

I already wrote to the offender's ISP ([EMAIL PROTECTED]) to complain. I
hope they do something, and I also hope the list's managers do something
too.

Regards from El Salvador

Oscar Valdez

El mié, 25-09-2002 a las 10:49, Manuel de Roo escribió:
 obviously no
 but you are not the only subscriber to the lilypond mailinglist
 feeling disturbed by all this bullshit
 maybe all of us lilypond mailing receivers
 should send these people SO MUCH e-Mails
 that their servers get stuck
 best wishes from tyrol
 Manuel de Roo
 
 
 Oscar A. Valdez wrote:
 
 Can the list's mailman be configured to block spam, like, say, from a
 realtime blackhole list?
 
 El mié, 25-09-2002 a las 01:16, Jodana Cox escribió:
   
 
 Yo Sexy Baby See My Nude Photos @ http://www.xxx.com
 
 
 ___
 Lilypond-user mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/lilypond-user
 
 
 
 
 
 
 ___
 Lilypond-user mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/lilypond-user
 
   
 




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



Re: Settings for a hymn book

2002-09-20 Thread Oscar A. Valdez

El jue, 19-09-2002 a las 06:41, Mats Bengtsson escribió:
 ... This is exactly why I proposed the 
 alternative solution to use lilypond-book instead, where
 you have full control over the layout.
 
/Mats

Thank you for your advice. I have started using lilypond-book.

On the attached .ly file, lilypond-book.and then dvips produce only the
fist staff (Staff = Celeb) and its lyrics, but not the second staff nor
its lyrics (Staff = Resp).

What should I do to get both staffs on the final .ps file?

Thanks again.

Oscar Valdez

***

\header {
tagline =
}
\paper { linewidth=-1 }
\score {
\addlyrics
\context Staff = Celeb {
\property Staff.midiInstrument = acoustic grand
\property Staff.noAutoBeaming = ##t
\property Staff.automaticMelismata = ##t
\cadenzaOn
\notes
\relative c' {
\clef bass
g8 g a a a
a g a a b
a a a a a
g a [a( )g] g   
\bar |.
}
}
\context Lyrics
\lyrics {
En el nom bre del
Pa dre, y del Hi-
jo, y del Es- pi-
ri- tu San to.
}
}
\score {
\addlyrics
\context Staff = Resp {
\property Staff.midiInstrument = acoustic grand
\property Staff.noAutoBeaming = ##t
\property Staff.automaticMelismata = ##t
\cadenzaOn
\notes
\relative c' {
\clef bass
g8 [g( )a]
\bar |.
}
}
\context Lyrics
\lyrics {
A men.
}
}



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



Settings for a hymn book

2002-09-18 Thread Oscar A. Valdez

The following should be the first of several consecutive chants and hymns. The first 
score is a salutation, and the second is the response.

There are two things I would like to change, but don't know how:

1) The notes (especially in the second score) seem to be vertically centered on the 
staff, with excessive space between them. I would like them to be left-aligned, and 
closely spaced.

2) I would like the opus header to appear only once, before the first score, and not 
twice, before each score.

Help will be appreciated.

Oscar Valdez

**

\header {
opus = 1. Con la señal de la cruz
tagline = Traducción del Graduale Simplex
}
\score {
\addlyrics
\context Staff = Celeb {
\property Staff.midiInstrument = church organ
\property Staff.noAutoBeaming = ##t
\property Staff.automaticMelismata = ##t
\cadenzaOn
\notes
\relative c' {
\clef bass
g8 g a a a
a g a a b
a a a a a
g a [a( )g] g   
\bar |.
}
}
\context Lyrics
\lyrics {
En el nom bre del
Pa dre, y del Hi-
jo, y del Es- pi-
ri- tu San to.
}
}
\score {
\addlyrics
\context Staff = Resp {
\property Staff.midiInstrument = church organ
\property Staff.noAutoBeaming = ##t
\property Staff.automaticMelismata = ##t
\cadenzaOn
\notes
\relative c' {
\clef bass
g8 [g( )a]
\bar |.
}
}
\context Lyrics
\lyrics {
A men.
}
}



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