Lilypon-book and pdftex question

2002-08-15 Thread Carlos



I am trying to use lilypond-book with 
pdftex.
 
The way I use pdftext is to launch it from a Miktex 
a Windows interface and editor for the Latex family wich runs very 
nicely.
 
I have done lilypond-book on a .tex file and then 
taken the .latex file and the lily-xx.tex file and try to run it from my 
shell and it does not go. 
 
Is there a way to take the lily-.tex file and 
simply input into the main .tex file?
 
Do I need a package declaration or something? or 
does pdftex understand all what is inside the lily-.tex file 
?
 
Here is a transcription of my original file and the 
log
 

\documentclass[a4paper,12pt,oneside, titlepage]{book} 
\usepackage[pdftex]{graphicx} % para incluir 
gráficos
\begin {document}
\chapter {Lilypond try}
Vamos a ver si es posible insertar archivos de Lipyond en el 
texto
\begin[26pt]{lilypond}
c' d' e' f' g'2 g'2
\end{lilypond}
 
\end{document}
 
=== and this the log 

Chapter 1.
! Undefined control sequence.
l.8 {\preLilypondExample
\input 
lily-1415224753.tex \postLilypondExample
? 
! Emergency stop.
l.8 {\preLilypondExample
\input 
lily-1415224753.tex \postLilypondExample
End of file on the terminal!
No pages of output.
 
======
 
Thanks for any help
Carlos


Fw: Lilypon-book and pdftex question

2002-08-15 Thread Carlos

---sorry I did not turn off html before  here it goes again

I am trying to use lilypond-book with pdftex.

The way I use pdftext is to launch it from a Miktex a Windows interface and
editor for the Latex family wich runs very nicely.

I have done lilypond-book on a .tex file and then taken the .latex file and
the lily-xx.tex file and try to run it from my shell and it does not go.

Is there a way to take the lily-.tex file and simply input into the main
.tex file?

Do I need a package declaration or something? or does pdftex understand all
what is inside the lily-.tex file ?

Here is a transcription of my original file and the log

\documentclass[a4paper,12pt,oneside, titlepage]{book}

\usepackage[pdftex]{graphicx} % para incluir gráficos

\begin {document}

\chapter {Lilypond try}

Vamos a ver si es posible insertar archivos de Lipyond en el texto

\begin[26pt]{lilypond}

c' d' e' f' g'2 g'2

\end{lilypond}



\end{document}


=== and this the log
Chapter 1.

! Undefined control sequence.

l.8 {\preLilypondExample

\input lily-1415224753.tex \postLilypondExample

?

! Emergency stop.

l.8 {\preLilypondExample

\input lily-1415224753.tex \postLilypondExample

End of file on the terminal!

No pages of output.



==



Thanks for any help

Carlos


- Original Message -
From: Carlos
To: LilyPond User
Sent: Thursday, August 15, 2002 10:21 PM
Subject: Lilypon-book and pdftex question


I am trying to use lilypond-book with pdftex.

The way I use pdftext is to launch it from a Miktex a Windows interface and
editor for the Latex family wich runs very nicely.

I have done lilypond-book on a .tex file and then taken the .latex file and
the lily-xx.tex file and try to run it from my shell and it does not go.

Is there a way to take the lily-.tex file and simply input into the main
.tex file?

Do I need a package declaration or something? or does pdftex understand all
what is inside the lily-.tex file ?

Here is a transcription of my original file and the log

\documentclass[a4paper,12pt,oneside, titlepage]{book}
\usepackage[pdftex]{graphicx} % para incluir gráficos
\begin {document}
\chapter {Lilypond try}
Vamos a ver si es posible insertar archivos de Lipyond en el texto
\begin[26pt]{lilypond}
c' d' e' f' g'2 g'2
\end{lilypond}

\end{document}

=== and this the log
Chapter 1.
! Undefined control sequence.
l.8 {\preLilypondExample
\input lily-1415224753.tex \postLilypondExample
?
! Emergency stop.
l.8 {\preLilypondExample
\input lily-1415224753.tex \postLilypondExample
End of file on the terminal!
No pages of output.

==

Thanks for any help
Carlos



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



critical Lily to PDF question

2002-08-16 Thread Carlos

Sorry, I am back with my question about how to integrate lilypond into
pdftex

I have found that
\documentclass {article}

\begin {document}

This is an example \lilypond {c' d' e' f' g' a' b'}

\end  {document}

generates a eps file which can be eventually converted to pdf with
ghostview, the problem is that the conveted file takes a whole page and then
you really do not integrate the text and the music.

As you probably know, pdftext does not take eps files directly, you need to
convert them to pdf first.

Q: How can I get small .pdf files out of the lilypond output that can be
inserted in the text as figures or boxes without breaking the continuity of
the text?

I am sorry about bring this again, but I am investing a tremendous amount of
hours in doing this text and I am stop now.

Thanks

Carlos




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



Re: critical Lily to PDF question

2002-08-16 Thread Carlos

Do you mean running dvips directly on x.ly file? Without previously
running Lilypond ?

I just go a copy of ps2pdf, and I see how it works. So if I can get just eps
files of the Lilypond output, without any page margings or anything, just
the figure itself, I will be done.

Thanks

Carlos

- Original Message -
From: "Han-Wen Nienhuys" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Friday, August 16, 2002 3:05 PM
Subject: critical Lily to PDF question


> [EMAIL PROTECTED] writes:
> > Sorry, I am back with my question about how to integrate lilypond into
> > pdftex
>
> Why? (why not simply use dvips and ps2pdf?)
>
> --
>
> Han-Wen Nienhuys   |   [EMAIL PROTECTED]| http://www.cs.uu.nl/~hanwen/
>



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



Re: critical Lily to PDF question

2002-08-16 Thread Carlos

Thanks for your detailed response, but I am afraid I still have problems
with each one of your alternatives. Your prompt feedback would be greatly
appreciatted:

1) Alternative 3B would be ideal for me, since that is exactly the
situation. But the problem is that I have cgwin in one directory and Miktex
in another and I think lilypond-book will not be able to find all the files
included (I have a lot  of "input filename" for each chapter. But this is
not the biggest problem. For I can create a muckup file.tex with only the
lilypond examples and then manually move the eps files to the right
directroy. THE real problem is that when I apply lilypond-book to
filename.tex it produce a file filename.latex which is exactly the same it
does nothing on the file. IT does not create any EPS or anything. That's the
real problem which is now driving me crazy.

2) As an alternative 2 or 2B would be eventually fine, I could just move the
files again manually. But the problem is that the PDFs generaged this way
are not simply the score but a whole page with page number and "Lilypond was
here" and all, whereas I just want the figure, so I can integrate into the
pdftex document. I think 1B) has the same problem.

Sorry, If I even get to write a new Lilypond tutorial for novices, I will
include all this.

Thanks

Carlos




- Original Message -
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Friday, August 16, 2002 4:34 PM
Subject: Re: critical Lily to PDF question


> > Do you mean running dvips directly on x.ly file? Without previously
> > running Lilypond ?
>
> Alternative 1 (single .ly file, you get just the music no titles):
> >>lilypond file.ly
> >>pdftex file.tex

I was wrong about this one. In principle, it should be possible
to do
>> lilypond -fpdftex file.ly
>> pdftex file.pdftex
but unfortunately the backend for pdftex hasn't been updated
for a long time, so the result will look terrible (if you
even manage to get something out of Lilypond).

To conclude: the way to go is to first produce a .ps for the
full document followed by ps2pdf or to use epstopdf + pdflatex
on the output of lilypond-book.

   /Mats





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



I can not run Lilypond anymore !

2002-08-16 Thread Carlos



I am screwed now.
 
In an attempt to improve the response with 
Lilypond-book, I decide to donwload the latest version of Lilypond (1.5.7x). It 
did not work, it could not find some files. I decided to delete the whole cgwin 
directory and start from scracth even with the new setup. And here comes the 
problem.
 
I run set up and it does not show lilypond ftp 
server anymore, nor can I find lilypond files in the other servers.
 
I need help.
 
Carlos


Lilypond-book, now 1.5.73 still does not work

2002-08-17 Thread Carlos

I am sorry, but I have to bring back the issue of Lilypond-book. I how now
installed what it seems a working version 1.5.73. I did a few simple samples
and seems to work. The problem remains with Lilypond-book.

Matts, I have bothered you with this the last two days and I might be close
to get it to work but still it does not.

Please look to the attached example

\documentclass {book}
\begin {document}
This is an example of how Lilypond-book should work. After this line of
text I am puting just a verys simple example. In fact, example-1.ly
from the Lilypond instalation.
\begin [eps]{lilypond}
\score { \context Voice \notes\relative c { c' d e f g a b c } }
\end {lilypond}
and now should come the text after the scale. I hope it works.
\end {document}

This does not work wehn doing  'lilypond-book cosa.lytex'

It start lilypond-book but it says reading /home/Administrator/cosa.lytex,
and stays there for ever. I have to kill the program after a few minutes.

The problem with the other option i.e. doing 'ly2dvi -p --preview file.ly'
is that it calls gswiew and this does not come with the cygwin instalation
anymore. But I agree that Lilpond-book should be a better option if I can
make it work.What is missing?

I hope this discussion will help others too.

Thanks a lot

Carlos





cosa.lytex
Description: Binary data


Re: Question about voices

2002-08-17 Thread Carlos

I have been making a lot of questions lately, let's see if I can provide
some anwers.

One way to do in the score context when you have a few bars with two or more
voices you do is ( I am using Spanish note names, but I think they are very
similar in French)

\score {
\context PianoStaff
\notes
< \context Staff = derecha {
\time 9/8
\clef violin
\key sol \major
\relative do' {
do re mi re do si la-2 si sol-1
< \context Voice = VA { \voiceOne si'2.^1^#'(finger"4-3") do4. re2. re4.
do2. si4. }
\context Voice = VB { \voiceTwo sol2.\mf sol4. la4. sol4. fas4. sol4. la4.
sol4. }
>
do re mi re do si la-2 si sol-1

And so on.

I hope this helps.



- Original Message -
From: "Laurent Duperval" <[EMAIL PROTECTED]>
To: "LilyPond Users List" <[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 6:46 PM
Subject: Question about voices


> Hi,
>
> I'm trying to compose a score with two voices on one staff. I like to
> separate my source file to put a comment each time I start a new staff
> line (I don't know the correct term -- I just listen to music, I don't
> really understand it). Any way, it worked fine with other scores but not
> with this one, with multiple voices. I'm attaching it here in hoes to
> have ananswet to these two questions:
>
> - How can I separate the source so that it's easy to see each section of
>   the input. Since I'm transcribing this from existing sheet music, I
>   like to put each measure on a separate line and put comments between
>   staffs. Works well with one voice but not two.
>
> - Why do I have a second empty staff show up?
>
> Thanks,
>
> L
>
> --
> Laurent Duperval 
>
> Murphy's Laws for Frequent Flyers
> 10. The less carry-on luggage space available on an aircraft, the more
> carry-on luggage passengers will bring aboard.
>   -



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



Re: Lilypond-book, now 1.5.73 still does not work

2002-08-17 Thread Carlos

In adition to my mail below here is most disconcerning example. The same
simple example works one way but not the other.

While this works and generates the appropriatte eps file:

\documentclass {book}
\begin {document}
% this one works fine
\ chapter {Prueba}
 Esto es simplemente una prueba antes
\begin[26pt,eps]{lilypond}
c'4 d' e' f' g' a' b' c''
\end{lilypond}
y tambien despues
\end {document}


The following one does not work, making Lilypond-book to wait for ever, with
a msg "reading document"

\documentclass {book}
\begin {document}
\chapter {Prueba}
Esto es simplemente una prueba antes
\begin[26pt,eps]{lilypond}
\score {
\notes { c'4 d' e' f' g' a' b' c'' } }
\end{lilypond}
y tambien despues
\end {document}

What the hell is going here ? it is essentially the same thing? or is it you
can not put a score within Lilypond-book.

Carlos
- Original Message -
From: "Carlos" <[EMAIL PROTECTED]>
To: "Mats Bengtsson" <[EMAIL PROTECTED]>; "LilyPond User"
<[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 4:21 PM
Subject: Lilypond-book, now 1.5.73 still does not work


> I am sorry, but I have to bring back the issue of Lilypond-book. I how now
> installed what it seems a working version 1.5.73. I did a few simple
samples
> and seems to work. The problem remains with Lilypond-book.
>
> Matts, I have bothered you with this the last two days and I might be
close
> to get it to work but still it does not.
>
> Please look to the attached example
>
> \documentclass {book}
> \begin {document}
> This is an example of how Lilypond-book should work. After this line
of
> text I am puting just a verys simple example. In fact, example-1.ly
> from the Lilypond instalation.
> \begin [eps]{lilypond}
> \score { \context Voice \notes\relative c { c' d e f g a b
c } }
> \end {lilypond}
> and now should come the text after the scale. I hope it works.
> \end {document}
>
> This does not work wehn doing  'lilypond-book cosa.lytex'
>
> It start lilypond-book but it says reading /home/Administrator/cosa.lytex,
> and stays there for ever. I have to kill the program after a few minutes.
>
> The problem with the other option i.e. doing 'ly2dvi -p --preview file.ly'
> is that it calls gswiew and this does not come with the cygwin instalation
> anymore. But I agree that Lilpond-book should be a better option if I can
> make it work.What is missing?
>
> I hope this discussion will help others too.
>
> Thanks a lot
>
> Carlos
>
>
>



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



Re: Lilypond-book, now 1.5.73 still does not work

2002-08-18 Thread Carlos

Thanks, should I donwload the CSV version? Can I do it with teh cygwin setup

Or can I live with the current version taking out the spaces as suggested?

Thanks again, I thought I was becoming mad, in a way is good to know it was
a bug.

Carlos




- Original Message -
From: "Han-Wen Nienhuys" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "Mats Bengtsson" <[EMAIL PROTECTED]>; "LilyPond User"
<[EMAIL PROTECTED]>
Sent: Sunday, August 18, 2002 1:41 PM
Subject: Re: Lilypond-book, now 1.5.73 still does not work


> [EMAIL PROTECTED] writes:
> > In adition to my mail below here is most disconcerning example. The same
> > simple example works one way but not the other.
>
> Thanks for your report. Your fragments exhibit two faults: lily
> doesn't handle spaces after command sequences (fixed) and it runs
> latex in the interactive mode. (also fixed in CVS.)
>
> temporary fix: don't use spaces after \begin (i.e. \begin{document})
>
> --
>
> Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen



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



Re: Lilypond-book, now 1.5.73 still does not work

2002-08-18 Thread Carlos

It works taking out the spaces, but still one problem which brings back to
the original question of only having the eps of the score and not a whole
page.

The file

\documentclass{book}
\begin{document}
\chapter{Try}
This is just a test
\begin[26pt,eps]{lilypond}
notas = \notes {c'1 d' e' f' g' a' b' c''}
\score{
\addlyrics
\context Staff = mel {\property Score.timing = ##f
\property Staff.TimeSignature \override #'transparent = ##t \notas}
\context Lyrics {do re mi fa sol la si do}}
\end{lilypond}
now after the score
\end{document}

it works fine, except that it generates a page not simply the little score

Could you rescue me again,

Thanks
Carlos

- Original Message -
From: "Han-Wen Nienhuys" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "Mats Bengtsson" <[EMAIL PROTECTED]>; "LilyPond User"
<[EMAIL PROTECTED]>
Sent: Sunday, August 18, 2002 1:41 PM
Subject: Re: Lilypond-book, now 1.5.73 still does not work


> [EMAIL PROTECTED] writes:
> > In adition to my mail below here is most disconcerning example. The same
> > simple example works one way but not the other.
>
> Thanks for your report. Your fragments exhibit two faults: lily
> doesn't handle spaces after command sequences (fixed) and it runs
> latex in the interactive mode. (also fixed in CVS.)
>
> temporary fix: don't use spaces after \begin (i.e. \begin{document})
>
> --
>
> Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen
>
>
> ___
> 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: Beams on top?

2002-08-18 Thread Carlos

Please look to the manual. You can set up the stems up or down if you want
for a voice or for the whole piece.

just do
\stempUp
\stemDown

and if you want to leave lilypond to decide do

\stemBoth

Carlos



- Original Message -
From: "Laurent Duperval" <[EMAIL PROTECTED]>
To: "LilyPond Users List" <[EMAIL PROTECTED]>
Sent: Monday, August 19, 2002 12:12 AM
Subject: Beams on top?


> Hi,
>
> For some reason, beams for my scores appear above the notes. How do I
> correct this?
>
> L
>
> --
> Laurent Duperval <mailto:[EMAIL PROTECTED]>
>
> Stult's Report:
> Our problems are mostly behind us.  What we have to do now is
> fight the solutions.
>   -
>
>
> ___
> 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-book: producing the score alone with no paper

2002-08-28 Thread Carlos

The attached file produces an ok output in the form of a lily-.eps file,
except that it has a full paper size. When I convert to pdf for use in a
.tex file it keeps the original paper size and it the figure becomes too
tiny.

Please note there is no paper block. How can I just produce the score at a
smaller size for a figure?

By the way the score is the famous Hymn to Saint John the Baptist that Guido
d'Arezzo used and that came to produce our current Do Re Mi Fa Sol La Si

Thanks

Carlos



sanjuan2.latex
Description: LaTeX document


Re: Lilypond-book: producing the score alone with no paper

2002-08-28 Thread Carlos

Ops ! Sorry, here goes the Saint John Hymn file again.

Thanks

Carlos
- Original Message - 
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 5:12 PM
Subject: Re: Lilypond-book: producing the score alone with no paper 


Please send the file again. The one you sent was the output
of Lilypond-book. I usually use the suffix .lytex for
LaTeX files with inline Lilypond code that are input to 
lilypond-book, to avoid that they are overwritten.

  /Mats





hymn.tex
Description: Binary data


Re: Lilypond-book: producing the score alone with no paper

2002-08-28 Thread Carlos

Mast,

I think you are  right in your diagnosis, and yes you indicated before to
use the epstopfd program, the problem was that since I had to reinstall the
whole cygwin directory I did lost the perl interpreter (I pressume that it
what it is). As a result a reverted to GS View under windwos with the
results indicated.

I had downloaded the perl interpreter and installed it back and now I can
run epstopdf. This produces directly a pdf file. I that starts to look kind
of nice.

Problem is: Acrobar reader of pdftex can not  read the file, it has some
problem with the box I think. I have tried with a few files and it the
same.It starts reading the file and the Acrobat or pdftex produces that
mesage that can not read the file.

Am I still forgetting something? I tried ps2pdf with the same resutl.

Thanks.

Carlos






 I am right now re-activating set-up at trying to install it on top of the
other things. I hope my current Lilypond installating does not get
corrupted.

I'll let you know if



- Original Message -
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 7:23 PM
Subject: Re: Lilypond-book: producing the score alone with no paper


> > The attached file produces an ok output in the form of a lily-.eps
file,
> > except that it has a full paper size. When I convert to pdf for use in a
> > .tex file it keeps the original paper size and it the figure becomes too
> > tiny.
>
> Are you sure that the .eps file is full paper size. When I try
> your example, the bounding box is just around the score. I guess
> it could be your Postscript viewer (GSView?) that shows a full
> paper by default.
>
> When converting to PDF, make sure to use the script epstopdf
> to get the correct bounding box. Exporting as PDF from GSView,
> for example, will probably give you a PDF file in paper size.
> See Section 5.2.3 of the PDFTeX FAQ:
> http://www.tug.org/applications/pdftex/pdfTeX-FAQ.pdf
> (didn't I say this in an earlier email?).
>
>/Mats
>
>
>
>
>
> ___
> 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: Lilypond-book: producing the score alone with no paper

2002-08-28 Thread Carlos

I can read your pdf allright, it comes a bit strange in the layout, but
that's ok. Unfourtunately this does not solve my problem.

Attached is the pdf file it generates. It is small enough so I thought I
could email it.

I think it has something to do with the conversion for, even with GS View I
can ask to show the box and it shows the right box, i.e. just the score.

The, what is wrong?

Thanks very much

Carlos






- Original Message -
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 10:19 PM
Subject: Re: Lilypond-book: producing the score alone with no paper


> > Problem is: Acrobar reader of pdftex can not  read the file, it has some
> > problem with the box I think. I have tried with a few files and it the
> > same.It starts reading the file and the Acrobat or pdftex produces that
> > mesage that can not read the file.
>
> Try the file http://www.s3.kth.se/~matsb/hymn.pdf
> It's produced from your example file using:
>
> lilypond-book hymn.tex
> epstopdf lily-*.eps
> pdflatex hymn.latex
>
> and displays nicely at least on my Acrobat Reader.
> (You may want to add some newlines in the original
> file to get better placement of the score.)
>
>/Mats
>
>
>
>
> ___
> Lilypond-user mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/lilypond-user



lily-1615836319.pdf
Description: Adobe PDF document


lily-1615836319.eps
Description: PostScript document


Re: I can not see the notes

2003-04-12 Thread Carlos
Thanks, I think the fonts are there, at least some of them. I run 
'texhash' as indicated and it works fine producing Postcript files or 
dvi but --pdf does not work. However, I can convert from ps to pdf and 
it works, so I guess is ok.

thanks

Carlos

David Bobroff wrote:

The program runs with a simple example but all I can see are the lines 
of the staves but no notes.
   

If you compiled from source you will have to put the various font files
(.tfm, .afm, .mf, etc.) where TeX expects to find them.  Then run 'texhash'
and try again.
-David Bobroff
The irony is that Bill Gates claims to be making a stable operating system
and Linus Torvalds claims to be trying to take over the world. 

___
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


Slides from grace notes to chords

2021-09-10 Thread Carlos Martinez
Hello, 

Got a question:

I am doing a slide /glissando from a hidden grace note into a two note chord ..
What is the norm? Does the glissando needs to show sliding to both notes or one 
will suffice?


Example:   \grace { \hideNotes d,8 \glissando  }\unHideNotes 2.  \grace 
{ \hideNotes d,8 \glissando  }\unHideNotes2. %m1

If the slide needs to show on both notes, how do I accomplish that?

Thanks!







Re: Slides from grace notes to chords

2021-09-10 Thread Carlos Martinez
Thank you!! 

So I did that but then the next measure is presenting a mistake…
However I realized I Was not using \grace

So it seems this worked!! Thank you so much!

{ \once \set glissandoMap = #'((0 . 0) (1 . 1))
  \once \hideNotes \grace 8 \glissando 2.
  \once \set glissandoMap = #'((0 . 0) (1 . 1))
  \once \hideNotes \grace 8 \glissando  2.
} %m1

> On Sep 10, 2021, at 15:58, Lukas-Fabian Moser  wrote:
> 
> Hi Carlos,
> 
> (Please keep the list in CC, so everybody can participate.)
> 
> Am 10.09.21 um 22:55 schrieb Carlos Martinez:
>> Hi! Thank you very much ! So in order to make them the lines parallel I was 
>> able to do this
>> 
>> {\once \hideNotes 8 \glissando 2.
>>   \once \set glissandoMap = #'((0 . 0) (0 . 1))
>>   \once \hideNotes 8 \glissando  2.
>>   \once \set glissandoMap = #'((0 . 0) (0 . 0))
>> }  %m1
>>  
>> 
>> The first one work, but the second did not…
>> 
>> Wonder what is it I am doing wrong!
> 
> Two things:
> 
> a) glissandoMap has to be set _before_ the note/chord from which the 
> glissando starts
> 
> b) (0 . 0) (0 . 0) doubles the glissando from the first chord note to the 
> first chord note. If you want "parallel" glissandi (first note to first note, 
> second note to second note), take (0 . 0) (1 . 1).
> 
> Leading to:
> 
> \version "2.20"
> 
> {
>   \once \set glissandoMap = #'((0 . 0) (0 . 1))
>   \once \hideNotes 8 \glissando 2.
>   \once \set glissandoMap = #'((0 . 0) (1 . 1))
>   \once \hideNotes 8 \glissando  2.
> }  %m1
> 
> Lukas
> 




Re: lilypond-user Digest, Vol 226, Issue 46

2021-09-10 Thread Carlos Martinez
Thank you!!! 
I truly love how the support works on lilypond! 

While adding the footer I lost how to make it to be in the middle. Center of 
the footer. How is that accomplished now? Thanks!


> On Sep 9, 2021, at 17:09, lilypond-user-requ...@gnu.org wrote:
> 
> Send lilypond-user mailing list submissions to
>   lilypond-user@gnu.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
>   lilypond-user-requ...@gnu.org
> 
> You can reach the person managing the list at
>   lilypond-user-ow...@gnu.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: lilypond-user Digest, Vol 226, Issue 45 (Carlos R Martinez)
>   2. Adding a quote to lyrics (Kira Garvie)
>   3. Re: Adding a quote to lyrics (Jean Abou Samra)
>   4. Re: Adding a quote to lyrics (Kira Garvie)
> 
> 
> ------
> 
> Message: 1
> Date: Thu, 9 Sep 2021 17:27:57 +
> From: Carlos R Martinez 
> To: lilypond-user@gnu.org
> Subject: Re: lilypond-user Digest, Vol 226, Issue 45
> Message-ID: 
> Content-Type: text/plain; charset="utf-8"
> 
> I’ll try it. Thanks
> 
> [Carlos R 
> Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=175rjn) 
> [175rjn]
> Carlos R. Martinez
> 270.850.5650
> car...@newsoundmusicstudio.com
> www.essentialmusic.org
> www.newsoundmusicstudio.com
> 
> On September 9, 2021 at 16:05 GMT, lilypond user request 
>  wrote:
> 
> Send lilypond-user mailing list submissions to
> lilypond-user@gnu.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
> lilypond-user-requ...@gnu.org
> 
> You can reach the person managing the list at
> lilypond-user-ow...@gnu.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
> 
> Today's Topics:
> 
> 1. Re: Copyright on all pages (Lukas-Fabian Moser)
> 
> --
> 
> Message: 1
> Date: Thu, 9 Sep 2021 09:02:32 +0200
> From: Lukas-Fabian Moser 
> To: Carlos R Martinez ,
> lilypond-user@gnu.org
> Subject: Re: Copyright on all pages
> Message-ID: <43a491c5-d102-dad1-d4ac-86b2fdab3...@gmx.de>
> Content-Type: text/plain; charset=utf-8; format=flowed
> 
> Am 09.09.21 um 04:35 schrieb Carlos R Martinez:
>> Hi, setup a copyright and would like to for it to show on all pages.
>> How can I achieve that?
> 
> Depends on where you want the copyright to show up. For example at the
> bottom of a page:
> 
> \version "2.22.0"
> 
> \paper {
> oddFooterMarkup = "Footer on odd pages"
> evenFooterMarkup = "Footer on even pages"
> % % also possible:
> % oddFooterMarkup = "Footer for all pages"
> % evenFooterMarkup = \oddFooterMarkup
> }
> 
> { \repeat unfold 1000 c' 4 }
> 
> Lukas
> 
> --
> 
> Subject: Digest Footer
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> --
> 
> End of lilypond-user Digest, Vol 226, Issue 45
> **
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> <https://lists.gnu.org/archive/html/lilypond-user/attachments/20210909/ad905131/attachment.html>
> 
> --
> 
> Message: 2
> Date: Thu, 9 Sep 2021 17:46:13 -0400
> From: Kira Garvie 
> To: "lilypond-user@gnu.org" 
> Subject: Adding a quote to lyrics
> Message-ID:
>   
> Content-Type: text/plain; charset="utf-8"
> 
> Hello all,
> I am typing the lyrics to a hymn, and it has the line: The cry “To arms!”
> is heard afar and near. How do I do those quotations without Frescobaldi
> thinking it’s a string of code? Also I am the newbie-est of newbies with
> coding and this program here so please be gentle and very specific! Thank
> you!!
> Best,
> Kira
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> <https://lists.gnu.org/archive/html/lilypond-user/attachments/20210909/499efadc/attachment.

Slashed grace notes

2021-09-11 Thread Carlos Martinez
Hi, 

I am finding out that slashed grace notes don’t show the slash when they are 
grouped ?

Any suggestions?

Cr


Having problems with phrasing and ties combined

2021-09-14 Thread Carlos Martinez
I need to use a phrasing slur and tie the chord

\slashedGrace { e8\downbow } 2~8 8--\downbow |%m144

When I tried to add the phrasing slurs it doe snot work


\slashedGrace { e8\downbow } ~2\(8 8\)--\downbow |

But I am getting an error

I can’t seem to get what the problem is?

Help is appreciated thanks!




hairpins

2021-09-14 Thread Carlos Martinez
When I am trying to add hairpins to the end 

  a2.\<(
  a2.\>)
  

It does not show. How can I accomplish it?





Gissando

2021-09-14 Thread Carlos Martinez
I need to show the glissando from the a to a not both notes? Can I take one of 
the glissandos off?



Glissando

\slashedGrace {a8} 2 \glissando 8 16  


Re: Having problems with phrasing and ties combined

2021-09-14 Thread Carlos Martinez
What I would like to accomplish is to add a phrasing slur like the one in the 
picture. On lilypond /frescobaldi I does not allows it (error) when I tried the 
code I sent. 

slashedGrace { e8\(\downbow } 2~8 8\)--\downbow |%m144

It says Error 11



> On Sep 14, 2021, at 15:08, Brian Barker  wrote:
> 
> At 14:55 14/09/2021 -0500, Carlos Martinez wrote:
>> ...
>> \slashedGrace { e8\downbow } ~2\(8 8\)--\downbow |
>> 
>> But I am getting an error
> 
> Er, what error?!
> 
>> I can't seem to get what the problem is?
> 
> In your e-mail message, that prime after the first "fis" is a smart 
> apostrophe (close quote) instead of the straight prime it should be. Is that 
> your problem?
> 
> Brian Barker 



Re: Gissando

2021-09-14 Thread Carlos Martinez
You guys are the best! Thanks!!!

That worked!

> On Sep 14, 2021, at 15:39, Jean Abou Samra  wrote:
> 
> {
>   \slashedGrace { a8 }
>   \once \set glissandoMap = #'((0 . 0))
>   2\glissando 8 16 
> }



Re: hairpins

2021-09-14 Thread Carlos Martinez
Lots to learn still!! But this worked!

Thanks!


> On Sep 14, 2021, at 15:41, Leo Correia de Verdier 
>  wrote:
> 
>  a2.\<(
>   a2.\>) <>\!



Re: Having problems with phrasing and ties combined

2021-09-14 Thread Carlos Martinez
Thank you Paul!

I just copied and pasted the same code into lilypond using Frescobaldi and got 
the error. The score does not renders….

Now I am using 2.18 instead of 2.23 but I doubt that is th problem…

How d you tie chords ? Is it with ~? I thought maybe that was my problem?


> On Sep 14, 2021, at 17:25, Paul Hodges  wrote:
> 
> 
> I copy-pasted your code into Frescobaldi, added context (and initial \ for 
> the slashedGrace) and it compiled and produced exactly what you want.  Either 
> there is a problem in your context which we're not seeing, or perhaps there 
> is an issue with your installation.  This is what I compiled:
> 
> \version "2.23.3"
> { \slashedGrace { e'8\(\downbow } 2~8 8\)--\downbow } 
> |%m144
> 
> And this was the result:
> 
> 
> 
> Paul
> 
> 
> 
> On 14/09/2021 22:59:07, "Carlos Martinez"  <mailto:car...@newsoundmusicstudio.com>> wrote:
> 
>> What I would like to accomplish is to add a phrasing slur like the one in 
>> the picture. On lilypond /frescobaldi I does not allows it (error) when I 
>> tried the code I sent. 
>> 
>> slashedGrace { e8\(\downbow } 2~8 8\)--\downbow |%m144
>> 
>> It says Error 11



Re: Having problems with phrasing and ties combined

2021-09-14 Thread Carlos Martinez
This is what I have prior to that snippet

\new Staff 
\relative c''{
  
  fis8\( e a-2 gis\) b8.--\( a16\) |%m143
{  \slashedGrace { e8 } 2~8 8--\downbow} |%m144
  
}


And still I am getting the same error


> On Sep 14, 2021, at 18:05, Carlos Martinez  
> wrote:
> 
> Thank you Paul!
> 
> I just copied and pasted the same code into lilypond using Frescobaldi and 
> got the error. The score does not renders….
> 
> Now I am using 2.18 instead of 2.23 but I doubt that is th problem…
> 
> How d you tie chords ? Is it with ~? I thought maybe that was my problem?
> 
> 
>> On Sep 14, 2021, at 17:25, Paul Hodges > <mailto:p...@cassland.org>> wrote:
>> 
>> 
>> I copy-pasted your code into Frescobaldi, added context (and initial \ for 
>> the slashedGrace) and it compiled and produced exactly what you want.  
>> Either there is a problem in your context which we're not seeing, or perhaps 
>> there is an issue with your installation.  This is what I compiled:
>> 
>> \version "2.23.3"
>> { \slashedGrace { e'8\(\downbow } 2~8 8\)--\downbow } 
>> |%m144
>> 
>> And this was the result:
>> 
>> 
>> 
>> Paul
>> 
>> 
>> 
>> On 14/09/2021 22:59:07, "Carlos Martinez" > <mailto:car...@newsoundmusicstudio.com>> wrote:
>> 
>>> What I would like to accomplish is to add a phrasing slur like the one in 
>>> the picture. On lilypond /frescobaldi I does not allows it (error) when I 
>>> tried the code I sent. 
>>> 
>>> slashedGrace { e8\(\downbow } 2~8 8\)--\downbow 
>>> |%m144
>>> 
>>> It says Error 11
> 



Re: Having problems with phrasing and ties combined

2021-09-14 Thread Carlos Martinez
Is it this?

Starting lilypond 2.18.2 [nameofile.ly]...
Processing 
`/var/folders/9y/yrcy4l_s6pbd09h05djlmdh0gn/T/frescobaldi-oqi6meqe/tmpju908ke0/nameofile.ly'
Parsing...
Interpreting 
music...[8][16][24][32][40][48][56][64][72][80][88][96][104][112][120][128][136][144][152]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `nameofile.midi'...
Finding the ideal number of pages...
Fitting music on 1 or 2 pages...
Drawing systems...
Exited with return code 11.

> On Sep 14, 2021, at 18:10, Jean Abou Samra  wrote:
> 
> Le 15/09/2021 à 01:05, Carlos Martinez a écrit :
>> Thank you Paul!
>> 
>> I just copied and pasted the same code into lilypond using Frescobaldi and 
>> got the error. The score does not renders….
> 
> 
> What is the complete compilation log?
> 
> 
> Thanks,
> Jean
> 



Re: Having problems with phrasing and ties combined

2021-09-14 Thread Carlos Martinez
Ok! thanks. I need to learn how to update on a Mac when using frescobaldi. 

> On Sep 14, 2021, at 18:17, Jean Abou Samra  wrote:
> 
> Le 15/09/2021 à 01:15, Carlos Martinez a écrit :
>> Is it this?
>> 
>> Starting lilypond 2.18.2 [nameofile.ly <http://nameofile.ly>]...
>> Processing 
>> `/var/folders/9y/yrcy4l_s6pbd09h05djlmdh0gn/T/frescobaldi-oqi6meqe/tmpju908ke0/nameofile.ly
>>  <http://nameofile.ly>'
>> Parsing...
>> Interpreting 
>> music...[8][16][24][32][40][48][56][64][72][80][88][96][104][112][120][128][136][144][152]
>> Preprocessing graphical objects...
>> Interpreting music...
>> MIDI output to `nameofile.midi'...
>> Finding the ideal number of pages...
>> Fitting music on 1 or 2 pages...
>> Drawing systems...
>> Exited with return code 11.
> 
> Yes.
> 
> Okay, can you try with a newer version? Latest
> stable is 2.22. A good number of bugs have been
> fixed since 2.18.
> 
> Jean
> 




position of slur conflicts with fingeringq

2021-09-17 Thread Carlos Martinez
Hi, 

What is the way to move the fingering or the phrasing slur so they don’t 
conflict. Can I move the fingering just a tad up…. ?

Thanks!
\relative c'{
  
  
  g'8 b g\( b-1( b8.) e16\) b2.
  
  
}


Thanks!






lilypond book

2021-09-21 Thread Carlos Martinez
Hi, 

I am trying to put together a book. A collection  of 13 pieces with lilypond. 

I would like the book to be setup in this way 

#(set-global-staff-size 20)

\version "2.20.0"

\paper {
  
  #(set-paper-size "letter")
  top-margin = .50\in
   right-margin = .50\in
   left-margin = .50\in
   bottom-margin =  .50\in
 
   \include "../footer001.ily"
  evenFooterMarkup = \oddFooterMarkup  
  
}




I want each piece to show its own 

- Title and composer
- each piece start in its own page. 

I am trying to setting it up but I cannot do it!

I have already engraved each piece… and would love to have the include. But 
somehow it is not working..

Thanks!

For the 

\bookpart {

  \header { maintainer = "Carlos R Martinez" }
  
  \header {
  
  
  title = ##f
composer = ##f
  }

  \markup { \fill-line { \center-column 
 
 {
   
\null \null \null \null
\null \null 
   
   


\epsfile #X #20 #"./emologo.eps"

\null \null \null \null \null \null
\line {\abs-fontsize #20 "Essential Music  "}
\null\null\null
\line {\abs-fontsize #36 \bold "Piano Foundations"}
\null\null\null
\line {\abs-fontsize #20 "Vol. I"}
\null\null\null\null

\fill-line { \abs-fontsize #20 "" }


\fill-line { \abs-fontsize #14 " "}
\null
    \fill-line { \abs-fontsize #14 "by"}
\null
\fill-line { \abs-fontsize #14 "Carlos R Martinez"}
} } }
}


Book

2021-09-21 Thread Carlos Martinez
Hi, 

I posted a about reuquesting help on how to do book in lilypond… and I believe 
may have done a bad job about it! lol


Here is the quesiton

How one goes about setting up a book:

1. Files are independent  would like to use include.
2. I want their title and the author to show. 
3. Copyright in the bottoms. 

Thanks!

Each file is setup like this 


\version "2.20.0"

\include "../definitions.ily"

#(define (degrees->radians deg)
  (* PI (/ deg 180.0)))



#(set-global-staff-size 20)

\paper {
  
  #(set-paper-size "letter")
  top-margin = .50\in
   right-margin = .50\in
   left-margin = .50\in
   bottom-margin =  .50\in
 
   \include "../footer001.ily"
  evenFooterMarkup = \oddFooterMarkup  
  
} 


%dynamics with expression

\header {
emotitle = "Radiant"
title = \emotitle
subtitle = "for violin and piano"
mutopiacomposer = "Julianna Waller & Carlos R Martinez"
%instrument = "Radiant"
composer = "Carlos & Julianna Martínez"
mutopiainstrument = "Violin"
source = "Julianna Waller & Carlos R Martinez Library"
style = "Classical original Composition"
maintainer = "Carlos R Martinez"
maintainerEmail = "ad...@essentialmusic.org"
lastupdated = "September 2021"
filename = "maintemplate.ly"
footer = "Essential Music"
tagline = \markup {  \override #'(box-padding . 1.0) \override 
#'(baseline-skip . 2.7) \box \center-column { \small \line { This work is 
published and distributed by \with-url #"https://essentialmusic.org"; \line { 
Essential Music LLC \hspace #0.5 }  } \line { \small \line { © 2020 Copyright 
Julianna Waller & Carlos R Martinez |  Essential Music \with-url 
#"https://www.essentialmusic.org"; \line { www. \hspace #-.6 essentialmusic.org 
\hspace #-.5  .org } by  \hspace #-1.0 . \hspace #0.5  } } \line { \teeny \line 
{ more information we can add here if needed  \with-url 
#"https://essentilamusic.org"; at essentialmusic.org } } } }

   copyright =  \markup {\vspace #1 \override #'(font-name . "DejaVu Sans, 
Bold") 
   \override #'(baseline-skip . 0) \right-column {\with-url 
#"https://essentialmusic.org";  {\abs-fontsize #9  "Essential Music." \concat 
 {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Org 
"}}}\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 
0 ) \center-column 
   {\abs-fontsize #11.9 \with-color #black \bold {"ǀ" "ǀ"}}\override 
#'(font-name . "DejaVu Sans,sans-serif") \override #'(baseline-skip . 0) 
\column 
   {\abs-fontsize #8 \concat  {  \line {© 2021 Carlos R Martínez} " | " \footer}
 \concat {\concat {\abs-fontsize #8 
 { \with-url #"https://essentialmusic.org"; " Published and distributed by 
Essential Music LLC"  }}
   }}}
  

}




violin =  \relative c' {
\key a \major
%\override Staff.TimeSignature  #'style = #'single-digit
\time 12/8
\tempo Joyfully 4.= 112
\clef "treble"
\set Staff.instrumentName = \markup { "Violin" }

   
  
  
  < a e'>4->( < a' e'>8)  4->\(< a' e'>8\)  < a, e'>4->( < a' e'>8) 
4->\(< a' e'>8\)|%m2 

  
  \bar "|."
  %fine yay!!! Soli deo glory


   
}



  \score {
\context GrandStaff <<
\context Staff = "one" <<
\set Staff.instrumentName = \markup { "Violin" }
\violin

>>
>>

\layout{


  

}

\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 80 2)
}
}
}

   






Re: lilypond book

2021-09-21 Thread Carlos Martinez
Hi, this could work! I will try it. But what I would like to do is to use the 
same independent file of the pieces, 

So for example the include piece1.ly <http://piece1.ly/>


Then I can just update one file…

And then include the piece1.ly <http://piece1.ly/> and piece2.ly 
<http://piece2.ly/> into the book..?




> On Sep 21, 2021, at 16:27, Knute Snortum  wrote:
> 
> On Tue, Sep 21, 2021 at 11:13 AM Carlos Martinez
>  wrote:
>> 
>> Hi,
>> 
>> I am trying to put together a book. A collection  of 13 pieces with lilypond.
> ...
>> I want each piece to show its own
>> 
>> - Title and composer
>> - each piece start in its own page.
>> 
>> I am trying to setting it up but I cannot do it!
>> 
>> I have already engraved each piece… and would love to have the include. But 
>> somehow it is not working..
> ...
> 
> If I understand your question, would this work?  I don't know what's
> in your includes, so I can't help you there.
> 
> %%%
> \version "2.20.0"
> 
> music = { c'4 4 4 4 }
> 
> \bookpart {
>  \header {
>title = "Title 1"
>composer = "Composer 1"
>  }
>  \score {
>\new Staff \music
>  }
> }
> 
> \bookpart {
>  \header {
>title = "Title 2"
>composer = "Composer 2"
>  }
>  \score {
>\new Staff \music
>  }
> }
> %%%
> 
> --
> Knute Snortum
> 



Re: lilypond book

2021-09-21 Thread Carlos Martinez
Woah! I think this is above my head!

I would be perhaps interested in learning laTex but I do have questions, 

Does it disrupts the layout on the lilypond files?

There has to be an easy way to use the book function. I cannot find a sample I 
saw and would like to use to add the 13 pieces under one file easier on 
lilypond. Perhaps is easier in Latex I don’t know. I would have to try …

> On Sep 21, 2021, at 17:33, Karlin High  wrote:
> 
> On 9/21/2021 5:17 PM, Richard Chonak wrote:
>> If you're familiar with LaTeX, you can create a document that invokes 
>> Lilypond scores:
> 
> In that case, there is also lyluatex:
> 
> 
> -- 
> Karlin High
> Missouri, USA
> 




Font

2021-09-23 Thread Carlos Martinez
Hello, 

I am trying to figure out if it is possible to use the font IM FELL ENGLISH PRO 
in lilypond. I needed for a title.

When using this \override #'(font-family . Font name?)

I cannot find what is the name of the font…. 

Where do I find it so I can enter it?

Thanks!



Re: Font

2021-09-23 Thread Carlos Martinez
Thank you Aaron, 

How do I use this command? Where do I input it?


-dshow-available-fonts


Using the code you sent, I pasted it on Lilypond and it did not show me IM 
Fell…. 
I just need it for the title of the piece. So I don’t necessarily need it for 
the whole piece. 





> On Sep 23, 2021, at 10:09, Aaron Hill  wrote:
> 
> -dshow-available-fonts



Re: Font

2021-09-23 Thread Carlos Martinez
You know! I probably am the 1000millionth person probably to say this… but I 
have not ever seen an efficient and more responsive group or support than Lily 
pond Users…. 

Thank you Hans, yes! That was the issue. I learn something new every day 
That solve the using of the Font!!



> On Sep 23, 2021, at 15:34, Hans Aikema  wrote:
> 
> Carlos,
> 
> Based on your previous posts I think this is on a mac?
> 
> In my experience you have to install the fonts as system fonts in order for 
> Lilypond to see them. By default (at least on my system) Fontbook installs 
> fonts as a userfont. You can change the default to be the system fonts.
> https://support.apple.com/guide/font-book/change-font-book-preferences-fntbk1004/10.0/mac/11.0
>  
> <https://support.apple.com/guide/font-book/change-font-book-preferences-fntbk1004/10.0/mac/11.0>
> 
> kind regards,
> Hans
> 
>> On 23 Sep 2021, at 22:19, Carlos R Martinez  
>> wrote:
>> 
>> Thank you Lukas. In the computer I can utilize it. But Lilypond does not 
>> engrave it. 
>> 
>> Sent from my iPad
>> 
>>> On Sep 23, 2021, at 13:49, Lukas-Fabian Moser  wrote:
>>> 
>>> Hi,
>>>>> Using the code you sent, I pasted it on Lilypond and it did not show
>>>>> me IM Fell….
>>>>> I just need it for the title of the piece. So I don’t necessarily need
>>>>> it for the whole piece.
>>>> 
>>>> It could be that your version of the IM FELL family is named differently.  
>>>> I got mine from Google's OFL collection [2].
>>>> 
>>>> [2]: https://github.com/google/fonts/tree/main/ofl
>>> 
>>> The original question asked for "IM FELL English PRO", which is the name of 
>>> the OTF variant downloadable from the author's page:
>>> 
>>> https://iginomarini.com/fell/
>>> https://iginomarini.com/fell/the-revival-fonts/
>>> https://iginomarini.com/fell/wp-content/uploads/IMFellTypesClass.zip
>>> 
>>> For this version, you can do in LilyPond:
>>> 
>>> %%
>>> 
>>> \version "2.22.0"
>>> 
>>> \markup \left-column {
>>>  \override #'(font-name . "IM FELL English PRO")
>>>  "IM FELL English PRO"
>>> }
>>> 
>>> \markup \left-column {
>>>  \override #'(font-name . "IM FELL English PRO italic")
>>>  "IM FELL English PRO italic"
>>> }
>>> 
>>> %%
>>> 
>>> Lukas
>>> 
>> 
>> 



Can't figure out breaks in ensemble scores

2021-10-01 Thread Carlos Martinez
Hi, 

I am not able to figure out how to manage the breaks in the score generated by 
different files. 

I have setup the different files or parts example: Violin I, II Cello and 
Viola.. 

The score appears when I use \include. But the way it lays it out it goes like 
this

Layout of the score….
2 measures
3 measures
1 long measure
4 measures

I would like to manage where the breaks are…

Help…

Thanks! :)








Re: Can't figure out breaks in ensemble scores

2021-10-01 Thread Carlos Martinez
Thank you! That work! Although I am still having one part that need to figure 
out one space…. But the score looks great now! Thanks!


> On Oct 1, 2021, at 21:12, Ralph Palmer  wrote:
> 
> Greetings, Carlos Martinez -
> 
> On Fri, Oct 1, 2021 at 4:08 PM Carlos Martinez 
> mailto:car...@newsoundmusicstudio.com>> 
> wrote:
> Hi, 
> 
> I am not able to figure out how to manage the breaks in the score generated 
> by different files. 
> 
> I have setup the different files or parts example: Violin I, II Cello and 
> Viola.. 
> 
> The score appears when I use \include. But the way it lays it out it goes 
> like this
> 
> Layout of the score….
> 2 measures
> 3 measures
> 1 long measure
> 4 measures
> 
> I would like to manage where the breaks are…
> 
> Help…
> 
> 
> It's very helpful to supply a minimal working example (MWE) that shows the 
> problem you want solved.
> 
> Without seeing an MWE, I do have a question or two. Do you have explicit 
> breaks in the included (i.e., parts) files? If so, the combined score will, I 
> believe, put a break in the score wherever there is a break in an included 
> file. When I have done multiple part transcriptions, I have waited until I 
> combined the parts, saw where LilyPond put the breaks (or where I thought I 
> would want the breaks), then put \break at those points in the topmost part. 
> If you want different break points for the individual parts, you may have to 
> do some finagling - like set up separate \include files (without breaks) for 
> the parts to go into the full score. You may also be able to use "tags", but 
> that's beyond my ability.
> 
> Hope this helps,
> 
> Ralph
> 
> 
> -- 
> Ralph Palmer
> Seattle
> USA
> (he, him, his)
> palmer.r.vio...@gmail.com <mailto:palmer.r.vio...@gmail.com>


lilypond-book -> latex

2022-12-01 Thread Carlos Knauer
Hi.
Carlos, from Brazil.
I need package "lilypond-book->latex". How can I download it ?
Thanks


Re: lilypond-book -> latex

2022-12-02 Thread Carlos Knauer
Thanks a lot!

Em sex., 2 de dez. de 2022 02:03, Werner LEMBERG  escreveu:

>
> > I need package "lilypond-book->latex". How can I download it ?
>
> If you have downloaded or installed LilyPond, you should already have
> the `lilypond-book` script.  On the command line, say
>
> ```
> lilypond-book --help
> ```
>
> for a first overview of the available options; you need to add
> `--format=latex` to make the script handle LaTeX input files.
>
> Assuming that you are using the latest stable release (2.22.2), the
> complete documentation of `lilypond-book` is available online as
>
>   https://lilypond.org/doc/v2.22/Documentation/usage/lilypond_002dbook
>
>
> Werner
>


Printing numbers instead of notes

2002-11-12 Thread Carlos Betancourt
Hello lilyponders,

I'm trying to transcribe my teacher's solfegio class notes into latex
using lilypond-book. For our very first lesson I need to print the line
and interline numbers in the staff (including the clef simbol), as
follows:

5-
 4
--4---
   3
-3
  2
---2--
1
-1


How can I do that using lilypond?
Thanks in advance for your help.


Carlos




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



GSview problem

2002-04-20 Thread Carlos Garcia Suarez



Dear support,
 
I have followed all instructions and installed from 
hard disk the whole lilypond package. Everything looked fine until I tried to 
run gsview32 it can not find the program.
 
I am running unders Windows2000.
 
What can I do?
 
Thanks
 
Carlos
Madrid, Spain


Re: GSview problem

2002-04-20 Thread Carlos Garcia Suarez

Thanks for your suggestion. But quite frankly it looks like a nightmare.

About 20 years ago I used to work in Unix when I was doing my PhD, I can
still rember some basic, but all the info in that thread seems a bit too
much.

Is there an alternative way to view and print the postcript files from
Windows?. It would all be much easier with .pdf files, for example.

Thanks anyway.

Carlos


- Original Message -
From: "Rune Zedeler" <[EMAIL PROTECTED]>
To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>; "LilyPond User"
<[EMAIL PROTECTED]>
Sent: Saturday, April 20, 2002 2:07 PM
Subject: Re: GSview problem


> Carlos Garcia Suarez wrote:
>
> > I have followed all instructions and installed from hard disk the whole
> > lilypond package. Everything looked fine until I tried to run gsview32
> > it can not find the program.
>
> I had the same problem when installing lilypond under win2k.
> The problem is that I now have installed linux and hence cannot help you
> that much.
> Though, you can check out the thread at
>
> http://mail.gnu.org/pipermail/bug-lilypond/2002-April/000359.html
>
> (where I reported the bug but didn't finish the solution because I
> uninstalled windows in the middle of it all)
> - please don't give up if you don't understand anything in that thread.
> Just come back here and tell us that you don't understand - we are not
> dangerous! :-)
>
> -Rune
>


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



Re: GSview problem

2002-04-20 Thread Carlos Garcia Suarez

Thanks Mats,

I just did as you indicated and it works. Thanks really. I am a bit
surprise. The only doubt is that when opening GSview it says that you need
to register for Ghostview. Does it means that one have to buy that piece of
sotware?

Thanks

carlos


- Original Message -
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, April 20, 2002 2:41 PM
Subject: Re: GSview problem


> Dear support,
>
> I have followed all instructions and installed from hard disk the whole
lilypond package. Everything looked fine until I tried to run gsview32 it
can not find the program.
>
> I am running unders Windows2000.
>
> What can I do?

For some silly reason, the Postscript viewing program isn't
installed by default. Just rerun the setup.exe program (don't
worry, it will not try to reinstall the things you already have
installed). When you come to the setup page entitled
"Select packages to install", click on the "View" button at the
top right corner and then click on the arrows for the line
with gsview, this will select both gs and gsview, then click
on Next to finish the installation.

On my machine, GSview did not find the correct path to the
ghostscript program, even though we have recently tried to
fix this problems. The solution in my case was to click on
Options->Advanced configure, then on "Defaults" and "Ok".
However, I already have another copy of GSview installed on
the machine as a Windows application. Also, I installed as
an ordinary user on a Windows 2000 machine so there might be
some problems with access rights. Hopefully it will work on
your machine without these extra steps.

Regards

   /Mats




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



Downloading manual

2002-04-20 Thread Carlos Garcia Suarez



Sorry, I am new to Lilypond and I am afraid I am 
all questions.
 
I am trying to download the manual, but when doing 
so and trying to open with gzip -d it says it is not the correct type. I am 
using Windows 2k and I have tried to change the extension but it does not 
work.
 
Is there a form to get a PDF version of the Manual 
with the tutorial included.
 
Thanks
 
Carlos
 

  - Original Message - 
  From: 
  Carlos Garcia 
  Suarez 
  To: [EMAIL PROTECTED] 
  Sent: Saturday, April 20, 2002 1:41 
  PM
  Subject: GSview problem
  
  Dear support,
   
  I have followed all instructions and installed 
  from hard disk the whole lilypond package. Everything looked fine until I 
  tried to run gsview32 it can not find the program.
   
  I am running unders Windows2000.
   
  What can I do?
   
  Thanks
   
  Carlos
  Madrid, 
Spain


Re: GSview problem

2002-04-22 Thread Carlos Garcia Suarez

Thanks, again.

I made eveything work. I probably ended putting about 12 hours of solid work
on Saturday to get my first Bach piece nicely printed. I missed a bit of the
WYSIWYG interfaces, but I appreciatted the beauties of the approach anyway.
I am sure the second time it will all go much faster.

In terms of changing things. I think it would be very useful to advice that
you need to manually donwload the Gsview program. I would not get it from
the hard disk download, so I had to re-connec to the web site an instalit
from there. In summary, providing more detailed downloading / installation
instruction would be useful. The environment you are using seems to be
appropriatte for programmers and Unix folks but when you come to more
obsolote and Windows oriented folks, thing become much more difficult.

Thanks


Carlos


- Original Message -
From: "Jan Nieuwenhuizen" <[EMAIL PROTECTED]>
To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>
Cc: "Mats Bengtsson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 11:16 AM
Subject: Re: GSview problem


> "Carlos Garcia Suarez" <[EMAIL PROTECTED]> writes:
>
> > I just did as you indicated and it works. Thanks really. I am a bit
> > surprise.
>
> Do we need to change anything based on this experience, or add some
> doco somewhere?
>
> > The only doubt is that when opening GSview it says that you need
> > to register for Ghostview. Does it means that one have to buy that piece
of
> > sotware?
>
> No, you can register if you want to get support.  For this reason
> setup.exe also provides an older set of both gs/gsview tools that
> don't whine for registration.
>
> Jan.
>
> --
> Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
> http://www.xs4all.nl/~jantien   | http://www.lilypond.org
>


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



Fingering question

2002-04-28 Thread Carlos Garcia Suarez



I am trying to add fingering to a piano score in 
which frequently I only want to note a fingering instruction for the middle note 
in a chord. How can I get a number indication at the side of the note? rather 
than up or down the chord. Is there a relatively easy way?
 
Thanks
 
Carlos


Chords with inversion

2002-05-01 Thread Carlos Garcia Suarez



I have not figured out how I can print chords with 
inversion. For example, Bb/D which would indicat the first inversioin, i.e. the 
bass note is d adn then f and the bb.
 
Is there a way to do this using the chords facility 
?
 
Pls respond via email if you wish
 
Thanks
 
Carlos


number of systems per page

2002-05-04 Thread Carlos Garcia Suarez



I am about to finish transcription of a Bach piece 
for piano. It looks nice except that I only have 5 systems (i.e. pair of 
cleff and bass staffs) in each page, and I would like to have 6. How can make 
them fit? How do I reduce the inter system spacing to allow for one additional 
system in each page?
 
Responses via email would be much 
appreciatted
 
Carlos
Madrid


Lilypond is pretty good after all!

2002-05-04 Thread Carlos Garcia Suarez



I am a windows user and far from a Linux guy or a 
programmer, so I had to stragle to get it all running. 
 
But now I have been able to compare Lilypond 
printed outputs to other Windows oriented package, even some pretty expensive 
ones and 
Lilypond produces better looking scores, there is 
no doubt about it. I do not know what it is but I have taken the trouble to 
transcribe a Bach
piece using three diferent software packages, one 
of them Lilypond and the other two Windows native software and, after many many 
hours
of playing arouhnd with all three, Lilypond comes 
as the best in terms of printed scores and speed to input the 
score.
 
The negative aspect is all the ackward ways that 
need to be used to set up properties to control the layout and the aspect, but I 
guess I will
get faster at it with time.
 
I would like to hear other's comment about how they 
would compare their Lilypond experiences with other software.
 
Carlos
Madrid


Slur between grace note and regular + grace fingering

2002-05-11 Thread Carlos Garcia Suarez



I am using the stable lilypond version in a Windows 
2K environment.
 
I have read it is not possible to add a slur or tie 
between a grace note and a regular note. Is this true? is there anyway 
around?
 
Another problem I have found is adding finger 
details to grace notes, I have found it gets all really pretty messy, it 
confuses the fingering in the next true note. Any solutions?
 
Thanks
 
Carlos
Madrid


Point and click

2002-05-11 Thread Carlos Garcia Suarez



I have found about "Point and Click" in the 
wikiwike site.
 
Does it run unders windows2K? Is it really a time 
saver?
 
Thanks
 
Carlos


Re: Point and click

2002-05-14 Thread Carlos Garcia Suarez

Sorry, I think I can turn off HTML, I did not know that was a problem



- Original Message - 
From: "Han-Wen Nienhuys" <[EMAIL PROTECTED]>
To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>
Cc: "lilypond-user" <[EMAIL PROTECTED]>
Sent: Wednesday, May 15, 2002 12:20 AM
Subject: Point and click


> [EMAIL PROTECTED] writes:
> > I have found about "Point and Click" in the wikiwike site.
> > 
> > Does it run unders windows2K? 
> 
> no.
> 
> > Is it really a time saver?
> 
> Yes, it makes correcting much easier.
> 
> > 
> 
> can you switch off html  please?
> 
> -- 
> 
> Han-Wen Nienhuys   |   [EMAIL PROTECTED]| http://www.cs.uu.nl/~hanwen/
> 


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



Re: documentation, collisions, and context help

2002-05-17 Thread Carlos Garcia Suarez

I am not sure what the issue is, but let me say that I have used the
lilypond manual quite extensively both the tutorial and the index to look
for things.

It provides a good first approach, but it creates a bit of frustation when
you start to discover that they are many things / options that are not
explained. Specially all this question of \properties . of grobs. All
that end up being pretty messy for a regular computer user who is not an
expert programmer any more.

In fact, I have wondered if there was a more advanced version of the user
manual available that would cover those things not explained.

I have found that more and more I have to go to the web page for online
information which uncovenient when I am home and do not have an open
Internet connection all the time, or when one prefers to work still with a
printer reference document.

I undertand that the effort to re-vamp the manual could be extensive for
people working for free, maybe an idea would be ask for support to the group
somehow.

Regards,
Carlos


- Original Message -
From: "Han-Wen" <[EMAIL PROTECTED]>
To: "George Orwell" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 1:50 PM
Subject: Re: documentation, collisions, and context help


> [EMAIL PROTECTED] writes:
> >
> > Ah.  Got it.
> >
> > Yes, I read through the tutorial, but did not "work through" it- I read
it
> > and afterwards used it for reference rather than trying to create my own
> > versions of each example concept.
>
> Another question: did you use the index of the manual for looking up
> things?
> --
>
> Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen
>
> ___
> 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: (no subject)

2002-05-21 Thread Carlos Garcia Suarez



I have used Finale and other Windows oriented 
programs, like Notheworthy Composer. They are normally easier to learn. 
Notherworthy is very simple and quick to use but it has limitations when getting 
into the printing chapter.
 
I certainly prefer the graphic environment of 
Windows to the command oriented environment of Linux. A couple of decades ago I 
was happy to leave in Unix but that looks like another life to me. However, I 
have found that Lilypond produces much nicer printer music that any of the 
windows oriented programs, included Finale. Finale does not seem to be easy 
either, I have only used in someone else computer for I do not have licencense 
but it takes a lot to figure out how things are organized.
 
Lilypond looks more complicated initiatlly and it 
is difficult to find how to do certain things (from the mere reading of the 
manual). However, it produces much nicer printed music and I think it ends 
actually being faster to type the music directly into a file. I can normally do 
this without even looking to the screen, so I can keep my eyes into the score 
and type as I read which it is more relaxing that tying to find out where that g 
(sol) should go.  I think Lilypond uses more "intelligent" and it is more 
musical in its structure. For example, the uses of voices, or the input in 
relative mode, etc, are things that approach the editing to the actual musical 
content and that is nice. 
 
The dissavantge for me it is the relatively long 
time that it takes to rund under Windows in the cgwing environment but I am 
happy paying the price, and looking to the time when I can get more expert and 
be faster (and make less errors).
 
In summary, I am planning to use lilypond for 
getting scores printed and maybe still use the Windows programs, for execersies 
or in the future for Midi input. 
 
I hope these thoughts are of help.
 
Carlos
 
 
 

  - Original Message - 
  From: 
  richard 
  tocce 
  To: [EMAIL PROTECTED] 
  Sent: Monday, May 20, 2002 4:42 PM
  Subject: (no subject)
  
  Hello, 
  I have this desire ot remove Windows form my computer and run entirely with 
  GNU/LINUX. What keeps me "hooked" in to Windows is one program: Finale by Coda 
  Music.  I was very happy to happen on to your web page.  I've 
  downloaded the Windows version of Lilypond and to be frank, haven't been able 
  to get past the first command -- I was never very good at DOS.  My 
  question is, does Lilypond have the same capabilities as Finale and does it 
  always operate with DOS commands?  Also, Finale lets me input music (note 
  pitches) with a MIDI keyboard;  the quantitative values of the notes or 
  chord are esblished with the number pad.  For example I can hold down a 
  C7 chord on the piano and strike the #7; the notation will place a C,E,G,Bb in 
  whole notes in the score.  Does Lilypond have a similar function? I am 
  open to trying new things and believe in the GNU philosophy.  
  Best regards,  Rick Tocce
  
  
  Do You Yahoo!?LAUNCH - Your 
  Yahoo! Music Experience


Invoking Lilypond-book from Windows

2002-05-26 Thread Carlos Garcia Suarez



I am trying to collect a few notes on Lilypond by 
typing a Latex file in which music and text should be mixed.  But I can not 
get "Lilypond-book" to run. I am a Windows user so, I normally have to use 
"ly2dvi". Calling "Lilypond-book" from the cygwin shell does not 
work.
 
Any ideas ?
 
 
Thanks
 
Carlos


Re: Invoking Lilypond-book from Windows

2002-05-26 Thread Carlos Garcia Suarez

I am using version version 1.4.12

This is what happens

Administrator@ESPL001 ~$ lilypond-book -o=salida try
Traceback (most recent call last):
  File "/usr/lilypond-1.4.12-1/bin/lilypond-book", line 507, in ?
newdict[k] = re.compile (olddict[k])
  File "/usr/lib/python2.2/sre.py", line 178, in compile
return _compile(pattern, flags)
  File "/usr/lib/python2.2/sre.py", line 228, in _compile
raise error, v # invalid expression
sre_constants.error: redefinition of group name 'match' as group 2; was
group 1
Administrator@ESPL001 ~$

I have also tried

Administrator@ESPL001 ~$ ly2dvi -o=salida try
Running LilyPond...
 -I /home/Administrator -H dedication -H title -H subtitle -H subsubtitle -H
foo
ter -H head -H composer -H arranger -H instrument -H opus -H piece -H
metre -H m
eter -H poet -H texttranslator -H papersize -H textheight -H pagenumber -H
langu
age -H latexheaders -H latexoptions -H linewidth -H latexpackages -H
orientation
 /home/Administrator/try
GNU LilyPond 1.4.12
Now processing: `/home/Administrator/try'
Parsing...
/home/Administrator/try:1:15: error: parse error:
\documentclass[
   a4paper,12pt,twoside]{report}


/home/Administrator/try:158:13: warning: Braces don't match:
\end{document
 }
error: lilypond: command exited with value 256
Traceback (most recent call last):
  File "/usr/lilypond-1.4.12-1/bin/ly2dvi", line 834, in ?
run_lilypond (files, outbase, dep_prefix)
  File "/usr/lilypond-1.4.12-1/bin/ly2dvi", line 432, in run_lilypond
system ('lilypond %s %s ' % (opts, fs))
  File "/usr/lilypond-1.4.12-1/bin/ly2dvi", line 234, in system
error (msg)
  File "/usr/lilypond-1.4.12-1/bin/ly2dvi", line 132, in error
raise _ ("Exiting ... ")
Exiting ...
Administrator@ESPL001 ~$


Sorry about the details

Help would be appreciatted

Carlos













- Original Message -
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Sunday, May 26, 2002 5:36 PM
Subject: Re: Invoking Lilypond-book from Windows


> I am trying to collect a few notes on Lilypond by typing a Latex file in
which music and text should be mixed.  But I can not get "Lilypond-book" to
run. I am a Windows user so, I normally have to use "ly2dvi". Calling
"Lilypond-book" from the cygwin shell does not work.
>
> Any ideas ?

Could you please specify what you mean by "does not work".
Exactly how did you write the command and what happened?

Also, don't forget to specify which version of Lilypond
you have installed. If I remember correctly there was some
silly bug in a previous Lilypond version for Windows.

  /Mats




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



Re: Version 1.5.x and grace notes

2002-05-27 Thread Carlos Garcia Suarez

When are these versions going to be available for the Windows2K users. I am
still using. 1.4.12 and might be willing to move if the benefits are greater
than the fear of a new installation.

Thanks

Carlos





- Original Message -
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Maurizio Tomasi" <[EMAIL PROTECTED]>
Cc: "Lilypond users group" <[EMAIL PROTECTED]>
Sent: Monday, May 27, 2002 10:07 AM
Subject: Re: Version 1.5.x and grace notes


I have used the latest Lilypond development versions to typeset
some larger scores without any significant problems, so I would
recommend to try the latest version 1.5.58. Of course there are
some bugs, but at the moment I don't think there are more bugs
than in the stable versions. Also, if you find a bug it's more
likely to get fixed quickly in 1.5.xx than in 1.4.xx.

As far as I know, there is no fixed date for 1.6.0, but it
should appear fairly soon.

   /Mats


> Hello to everybody.
>
> I am Maurizio, and this is my first e-mail to this group.  I use Lilypond
> 1.4.13, and I am typesetting the String Quartet KV387 by Mozart for the
> Mutopia Project.  In the third movement I have to deal with version
> 1.4.x's limitations about grace notes, so I am going to install the latest
> release of version 1.5.x.  I already tried such a thing some days ago, but
> I had some problems.
>
> Before trying again to install it, I would know if the latest 1.5.x
> release is somewhat "stable".  I know that 1.5.x versions are not meant to
> be stable, I am just asking if the last version is quite usable to do
> some serious work.  For instance, I heard about "spacing problems" in
> the first 1.5.x releases of Lilypond.  Have they corrected these problems?
>
> And by the way, when will version 1.6.0 be released?
>
> Thanks
> Maurizio
>
>
> ___
> 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: xdvi - command not found

2002-05-29 Thread Carlos Garcia Suarez

I suggest you use Ghostview to viwe your PS files (as I do). I could not run
xdvi either from my PC. Ghostview can be get for free from several web
sites, look for it with any finder.

Carlos
- Original Message -
From: "Deborah Lowrey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 3:01 AM
Subject: xdvi - command not found


> Dear Lilypond,
>
> Jan assisted me through some problems I was having and I've been making
sure things are working, but I have one more problem.
>
> I am not able to use the xdvi. I checked and doubled checked my syntax,
with the tutorial and I'm entering everything right, but I'm getting an
error of 'xdvi - command not found'.
>
> Is there something else that I would need to download to get this working?
>
> If you need a bug report I can do that, just let me know. I have a Compaq
Presario 5838 with Windows ME.
>
>
> Thanks for your help,
>
> Deborah
>
>
>
>
> ___
> 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



News vs. listserver

2002-06-01 Thread Carlos Garcia Suarez



I wonder if you guys have ever discussed setting up 
a news groups (e.g. alt.music.lilypond or something like that) as an alternative 
to mail groups that we are using. The newsgroup is cleaner since it does fill 
you inbox folder and you can quickly see the email chaing since they appear like 
nested.
 
Any comment ?
 
Thanks
 
Carlos


Brackets for excersise transcription

2002-06-02 Thread Carlos Garcia Suarez

The attached file provides .ly input for a series or exercises for piano.

I have used the StaffGroup context to create a title for each staff, but I
would like to get rid of the bracket at the beginning of each line.

How can I do that ?

Is there any \property StaffGroup.bracket ??? or something.

In addition, I would like to separate more each line, to make it easier to
read. Any help ?

Thanks a lot

Carlos
Madrid



arpegios.ly
Description: Binary data


Re: Brackets for excersise transcription

2002-06-02 Thread Carlos Garcia Suarez

Thanks very much, I did not know you could change the instrument.name (in my
case the title of the excersise) in that way, I have tried it and it works.
I guess  I did not know you could asign different names to chords strings.
Thanks a lot. I will post the file to the group, in case there is someone
interested in the excersise itself.

Carlos


- Original Message -
From: "Rune Zedeler" <[EMAIL PROTECTED]>
To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Sunday, June 02, 2002 3:35 PM
Subject: Re: Brackets for excersise transcription


> Rune Zedeler wrote:
>
> > % ad
> > \context ChordNames \ascenascenacordes
> > \context Staff = des { \property Staff.instrument = #'(lines
> > "Ascendente" "Descendente") \ad }
>
> sorry, make that
>
> % ad
> \context ChordNames = ad \ascenascenacordes
> \context Staff = ad { \property Staff.instrument = #'(lines
> "Ascendente" "Descendente") \ad }
>
>


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



Fw: Brackets for excersise transcription

2002-06-02 Thread Carlos Garcia Suarez

I am resending this message, I initially sent also the PS file and it's too
big. Sorry
- Original Message -
From: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>
To: "Rune Zedeler" <[EMAIL PROTECTED]>
Cc: "LilyPond User" <[EMAIL PROTECTED]>
Sent: Sunday, June 02, 2002 6:10 PM
Subject: Re: Brackets for excersise transcription


> As a result of your advice, I was able to quickly fix want I want. This is
> the result. Thanks. To compile it requires the Spanish.ly file that I sent
> just before.
>
> Carlos
>
>
>
>
> ----- Original Message -
> From: "Rune Zedeler" <[EMAIL PROTECTED]>
> To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]>
> Cc: "LilyPond User" <[EMAIL PROTECTED]>
> Sent: Sunday, June 02, 2002 3:35 PM
> Subject: Re: Brackets for excersise transcription
>
>
> > Rune Zedeler wrote:
> >
> > > % ad
> > > \context ChordNames \ascenascenacordes
> > > \context Staff = des { \property Staff.instrument = #'(lines
> > > "Ascendente" "Descendente") \ad }
> >
> > sorry, make that
> >
> > % ad
> > \context ChordNames = ad \ascenascenacordes
> > \context Staff = ad { \property Staff.instrument = #'(lines
> > "Ascendente" "Descendente") \ad }
> >
> >
>



arpegios.ly
Description: Binary data


Re: Tempo signature

2002-06-06 Thread Carlos Garcia Suarez

I think you have to do it like

legato = #'(italic "(legato)")

a3^\legato


for example

Carlos




- Original Message - 
From: "Marco Caliari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 06, 2002 2:40 PM
Subject: Tempo signature


> Are there commands to produce, e.g., Allegro, Adagio, Largo at wanted
> positions?
> 
> -
> Marco
> 
> 
> ___
> 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



Question for Lilypond Windows users

2002-06-07 Thread Carlos Garcia Suarez



I currently use use version 1.4.12 under Windows 
2000 with the cygwin.
 
I am considering upgrading to later 1.5.xxx version 
through compilation in Windows.
 
However, I am not a software programmer and I 
am afraid that even if do as the described in the web page something might fail 
and then not only I would not have the new version but but my current 1.4.12 
could stop working also if there is any file affected.
 
I would like to hear from regular Windows users if 
they sucessfully compiles 1.5.xxx under windows without much difficulty and if 
they had problems running still the old 1.4.12 version.
 
Is it possible to have 2 versions of Lilypond 
running?
 
Thanks
 
Carlos


Re: SHEET MUSIC

2002-06-11 Thread Carlos Garcia Suarez

I have tried the following experiment.

1) Get one of your .ly files and process it.
2) Get the .midi output and process it with midi2ly
3) Check them

Result: they look very different

Another issue how do use the options in midi2ly, in particular the key
option ACC[:MINOR]

Can anyone provide an example with the syntax?

Thanks

Carlos



- Original Message -
From: "David Raleigh Arnold" <[EMAIL PROTECTED]>
To: "Mats Bengtsson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 12:46 PM
Subject: Re: SHEET MUSIC


>
> On Sat, 08 Jun 2002 16:37:09 Mats Bengtsson wrote:
> > > HI,
> > > If I hooked up a music keyboard to my computer, would lilypond be
> > able to
> > > write the notes I play on sheetmusic for me to print out?  If so,
> > how does
> > > that work?
> >
> > Well, if you have some kind of sequencer program you
> > can use the keyboard to generate a MIDI file. Lilypond
> > comes with a utility called midi2ly which then can
> > produce a Lilypond input file. However, you'll probably
> > not want to use this route since you have to play extremely
> > rhythmical to get the desired note durations and you still
> > have to edit the .ly files to add slurs, dynamics and all
> > other information that's printed in a score but not
> > included in the MIDI file.
>
> I found that lilypond did slurs surprisingly well and
> dynamics somewhat in 1.4.13, but
> the dynamics were not very satisfactory.  I suspect that
> the cause of that is two voices on one staff, but playing
> with the defaults might help too.
>
> Q. Is it possible to override the default velocity values
> in the .ly file?  I think many compositions might profit
> from a rehash in the working directory.  Can that be done?
>
> Midi doesn't handle unisons very well.  If midiInstrment were
> voice instead of staff context, it might be better, and
> it would be possible to get harmonics, for example.  Until
> the happy day that that is fixed, the hack is to
> copy your working directory's contents and make a midi
> producing version of your file with each voice on a
> separate staff.  You might even prefer to work that
> way.  Your midi version of your .ly file
> can also have different dynamics for each voice, which
> might look rather strange in your printed version.
> Of course it is extremely advisable
> that each piece have its own directory anyway, so you
> would copy ~/lily/yourpiece/* to ~/lily/yourpiece-midi/
>
> I hope that access to the drum patches will soon be less arcane.
>
> All that remains is a way of including the lyrics, to make a
> .kar file, and a way of writing to the header fields of
> the midi file for copyright notice, etc., and lilypond
> will be a formidable midi sequencer.
>
> > >From what I have seen on the mailing list, the people
> > who have tried midi2ly have soon abandoned that
> > strategy and come to the conclusion that it's faster
> > to use the ordinary computer keyboard to write the
> > Lilypond file directly.
>
> I think many will change their minds when they start
> using an exterior file to produce the notes.  Then
> every .ly file becomes a template and the default .ly
> file merely a receptacle.
> >
> > You could also try the graphical score editor NoteEdit
> > which includes a sequencer the apparantly is more clever
> > than midi2ly. NoteEdit can export several different
> > file formats, including Lilypond files.
> >
> It is a good thing.  Denemo, too.
>
> 
> Information is not knowledge.   Belief is not truth.
> Indoctrination is not teaching.   Tradition is not evidence.
>  David Raleigh Arnold   [EMAIL PROTECTED]
>
> ___
> 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



Error running Latex on an apparently correct file

2002-06-14 Thread Carlos Garcia Suarez



I can not find what is the source of the problem 
compiling this Jazz song file. 
 
Lilypond produces no error at all, it is when it 
starts the Latex part that it crashes. I have no idea what can be wrong, because 
I have other files with the same structure and all worked fine.
 
I am using 1.4.12 on Windows 2000. I am providing 
the .ly file and the spanish.ly file if some would like to try.
 
The error msg says something like: "error: latex: 
command exited with value 256 ."
 
I would appreciatte any hep for I have run out of 
ideas, I am afraid.
 
Thanks a bunch in advance
 
Carlos
 
 


beatiful_love.ly
Description: Binary data


spanish.ly
Description: Binary data


Lilypond 1.5.60 for Windows

2002-06-15 Thread Carlos Garcia Suarez



I have just installed the new experimental release 
of 1.5.60 and it works under windows.
 
However, when runing some old .ly files, I get some 
funny behaviour in several points even jumps to the wrong octaves of 
notes.
 
question: Is it possible to run both my old 1.4.xx 
version of Lilypond and the newer. They are located in different directories but 
how do you activate the old version from the cygwin shell?
 
Thanks.
 
Carlos


Ungzippin 1.5.60 docs

2002-06-15 Thread Carlos Garcia Suarez



I am sorry but I can not de.compress the 
manual
 
I have copied lilypond.ps.gz to the Admin directory 
and from there
 
    gzip -d lilypond.ps.gz 

 
it gives the msg
 
    gzip: lilypond.ps.gs.gz is not a 
directory or a regular file - ignored ?
 
How can I get a hold of the new documentation, 
please ?
 
Thanks, and sorry since it is possible a naive 
question but I am eager to start using 1.5.60 
 
Carlos


Overlapping printed chords

2002-06-16 Thread Carlos Garcia Suarez

I am using 1.5.60 under W2k.

The attached file produces a nice score for the Jazz song, except:

1) In bar 16 the E minor chord overlaps with the next printed chord A:7. Is
there a way to displace a chord to the right to avoid this, or to make the
measure width larger so the chords will be more separated ?

2) Does not the seventh indication is a bit too separated up from the chord
name ?

Thanks

Carlos



beatiful_love.ly
Description: Binary data


spanish.ly
Description: Binary data


Chord 3-.5-.7- symbol

2002-06-16 Thread Carlos Garcia Suarez

1.5.60 Windows 2K, but might be the same for older versions

When you want to pring a chord like c:m5-.7- in the american stype, I think
one is supposed to get an overlapped " o /  ", however I only get a strange
character which I do not recongize. I am wondering if this routine is
calling a font that I do not have or something like that.

Can I fixit some how ?

The other problem (which mentioned in an earlier mail) is that in the banter
mode the supercripts end up being to much separated from the chord name and
it looks ugly. In fact, I resorted to the american style to avoid this.

Thanks

Carlos


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



Chord layout needs fixing

2002-07-02 Thread Carlos Garcia Suarez



I have mentioned this problem before, but I am 
providing an example now. Chords in 1.5.60 needs a fixing. Look to the attached 
example, the suprescript are way to separated above the chord name, specially in 
simple chords ast C7, the 7 should not be that high.
 
I have looked for a property to fix this, but I 
have not found a remedy.
 
Any ideas, beyond a software fix in a future 
version ?
 
Thanks
 
Carlos


what_a_wonderful_world.ly
Description: Binary data


Stanzas and refrain

2021-08-26 Thread Carlos R Martinez
Hi,

How do I setup a lead sheet with 3 stanzas and 1 chorus/refrain.

I need the refrain/chorus in the middle of the page after the verses

Thanks

--



Expand staff

2021-08-29 Thread Carlos R Martinez
Hi, is there a way to expand the staff when the music is only 3 measures. So 
instead of the 3 measure ending in the middle of the page I would like for it 
to continue to the end of the line…

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=16l0jc)   
[16l0jc]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

Re: Expand staff

2021-08-29 Thread Carlos R Martinez
I believe you mean repeat it twice ? I guess that would work. But wanted to do 
repeat rather than copy the piano section again. These are short piano pieces 
like exercises and would love to make them one line and expand the staff

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=16l1wo)   
[16l1wo]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

On August 29, 2021 at 12:52 GMT, Michael Gerdau  wrote:

Would adding s1 (possibly more than once) solve your problem?

Kind regards,
Michael

Mobil gesendet

Am 29.08.2021 um 14:33 schrieb Carlos R Martinez 
:



Hi, is there a way to expand the staff when the music is only 3 measures. So 
instead of the 3 measure ending in the middle of the page I would like for it 
to continue to the end of the line…

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=16l0jc)   
[16l0jc]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

Re: Expand staff

2021-08-29 Thread Carlos R Martinez
Thank you!!! that worked!!!

cr

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=16ljro)   
[16ljro]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

On August 29, 2021 at 14:33 GMT, Phil Holmes  wrote:

On 29/08/2021 14:44, car...@newsoundmusicstudio.com wrote:

How do you use it on this. I am fairly new on Lilypond...

\version "2.18.2"

#(set-global-staff-size 19)

\paper {

#(set-paper-size "letter")

}

Global = {
\key c \major
\time 4/8
\tempo Allegro

}

VoiceI = \relative c' {

c4 d e g | %m1
f e d e | %m2
e1 | %m3

\bar "|."
}

VoiceII = \relative c {

c4 d e g | %m1
f e d e | %m2
e1 | %m3

}
---
Carlos R. Martínez
New Sound Music Studio
270 850 5650

On 2021-08-29 08:33, Phil Holmes wrote:

On 29/08/2021 13:32, Carlos R Martinez wrote:

Hi, is there a way to expand the staff when the music is only 3 measures. So 
instead of the 3 measure ending in the middle of the page I would like for it 
to continue to the end of the line...

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=16l0jc)   
[16l0jc]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

See ragged-right in 
http://lilypond.org/doc/v2.23/Documentation/notation/horizontal-spacing-paper-variables
-- Phil Holmes
Please remember to reply-all to keep conversations on the mail list.

Further explained here: 
http://lilypond.org/doc/v2.23/Documentation/notation/line-width

-- Phil Holmes

Fotter and image

2021-08-29 Thread Carlos R Martinez
Hello,

What is the best way to do this.

Modifying the footer so:

1. it goes flushed to the left and and
2. add an image that is to the right

footer = "Mutopia-2014/11/13-440"
copyright = \markup { \override #'(baseline-skip . 0 ) \right-column { \sans 
\bold \with-url #"http://www.MutopiaProject.org"; { \abs-fontsize #9 "Mutopia " 
\concat { \abs-fontsize #12 \with-color #white \char ##x01C0 \abs-fontsize #9 
"Project " } } } \override #'(baseline-skip . 0 ) \center-column { 
\abs-fontsize #11.9 \with-color #grey \bold { \char ##x01C0 \char ##x01C0 } } 
\override #'(baseline-skip . 0 ) \column { \abs-fontsize #8 \sans \concat { " 
Typeset using " \with-url #"http://www.lilypond.org"; "LilyPond" " by " 
\maintainer " " \char ##x2014 " " \footer } \concat { \concat { \abs-fontsize 
#8 \sans{ " Placed in the " \with-url 
#"http://creativecommons.org/licenses/publicdomain"; "public domain" " by the 
typesetter " \char ##x2014 " free to distribute, modify, and perform" } } 
\abs-fontsize #13 \with-color #white \char ##x01C0 } } }
tagline = ##f

Thank you so much!

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=16lk83)   
[16lk83]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

Re: lilypond-user Digest, Vol 225, Issue 95

2021-09-02 Thread Carlos R Martinez
How would exactly the footer be built? Sorry I’m not that good with code. I 
struggled with the setting it up.

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=16t7sw)   
[16t7sw]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

On August 29, 2021 at 19:38 GMT, lilypond user request 
 wrote:

Send lilypond-user mailing list submissions to
lilypond-user@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.gnu.org/mailman/listinfo/lilypond-user
or, via email, send a message with subject or body 'help' to
lilypond-user-requ...@gnu.org

You can reach the person managing the list at
lilypond-user-ow...@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lilypond-user digest..."

Today's Topics:

1. Re: Moving cresc/dim text (Thomas Morley)
2. Re: Moving cresc/dim text (Knute Snortum)
3. Re: Moving cresc/dim text (Thomas Morley)
4. Re: Expand staff (Carlos R Martinez)
5. Fotter and image (Carlos R Martinez)

--

Message: 1
Date: Sun, 29 Aug 2021 19:23:54 +0200
From: Thomas Morley 
To: Knute Snortum 
Cc: lilypond-user 
Subject: Re: Moving cresc/dim text
Message-ID:

Content-Type: text/plain; charset="UTF-8"

Am So., 29. Aug. 2021 um 15:37 Uhr schrieb Knute Snortum :
>
> I thought this used to work, to move the "cresc." to the left. It
> doesn't seem to work any more.
>
> %%%
> \version "2.23.3"
>
> \relative c' {
> c4 -\tweak X-offset -3 \cresc c c c |
> c4 c c c \! |
> }
> %%%
>
> Is this not the right way to move this text, and if not, what is?
>
> --
> Knute Snortum
>
Afaict, it never worked this way.
Do you mean something like:

\relative c' {
\once \override DynamicTextSpanner.bound-details.left.padding = -1.5
c4\cresc c c c |
c4 c c c \! |
}

Cheers,
Harm

--

Message: 2
Date: Sun, 29 Aug 2021 10:43:04 -0700
From: Knute Snortum 
To: Thomas Morley 
Cc: lilypond-user 
Subject: Re: Moving cresc/dim text
Message-ID:

Content-Type: text/plain; charset="UTF-8"

On Sun, Aug 29, 2021 at 10:24 AM Thomas Morley  wrote:
>
> Am So., 29. Aug. 2021 um 15:37 Uhr schrieb Knute Snortum :
> >
> > I thought this used to work, to move the "cresc." to the left. It
> > doesn't seem to work any more.
> >
> > %%%
> > \version "2.23.3"
> >
> > \relative c' {
> > c4 -\tweak X-offset -3 \cresc c c c |
> > c4 c c c \! |
> > }
> > %%%
> >
> > Is this not the right way to move this text, and if not, what is?
> >
> > --
> > Knute Snortum
> >
> Afaict, it never worked this way.
> Do you mean something like:
>
> \relative c' {
> \once \override DynamicTextSpanner.bound-details.left.padding = -1.5
> c4\cresc c c c |
> c4 c c c \! |
> }

That works, thanks! I guess I was confused about the tweak.

--

Message: 3
Date: Sun, 29 Aug 2021 20:21:03 +0200
From: Thomas Morley 
To: Knute Snortum 
Cc: lilypond-user 
Subject: Re: Moving cresc/dim text
Message-ID:

Content-Type: text/plain; charset="UTF-8"

Am So., 29. Aug. 2021 um 19:43 Uhr schrieb Knute Snortum :
>
> On Sun, Aug 29, 2021 at 10:24 AM Thomas Morley  
> wrote:
> >
> > Am So., 29. Aug. 2021 um 15:37 Uhr schrieb Knute Snortum 
> > :
> > >
> > > I thought this used to work, to move the "cresc." to the left. It
> > > doesn't seem to work any more.
> > >
> > > %%%
> > > \version "2.23.3"
> > >
> > > \relative c' {
> > > c4 -\tweak X-offset -3 \cresc c c c |
> > > c4 c c c \! |
> > > }
> > > %%%
> > >
> > > Is this not the right way to move this text, and if not, what is?
> > >
> > > --
> > > Knute Snortum
> > >
> > Afaict, it never worked this way.
> > Do you mean something like:
> >
> > \relative c' {
> > \once \override DynamicTextSpanner.bound-details.left.padding = -1.5
> > c4\cresc c c c |
> > c4 c c c \! |
> > }
>
> That works, thanks! I guess I was confused about the tweak.

Well, \tweak would work as well:

\relative c' {
c4-\tweak bound-details.left.padding -1.5 \cresc c c c |
c4 c c c \! |
}

Cheers,
Harm

--

Message: 4
Date: Sun, 29 Aug 2021 19:27:58 +
From: Carlos R Martinez 
To: m...@philholmes.net, lilypond-user@gnu.org
Subject: Re: Expand staff
Message-ID: 
Content-Type: text/plain; charset="utf-8"

Thank you!!! that worked!!!

cr

[Carlos R 
Martine

Copyright on all pages

2021-09-08 Thread Carlos R Martinez
Hi, setup a copyright and would like to for it to show on all pages. How can I 
achieve that?

Thanks!

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=174m7w)   
[174m7w]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

Re: lilypond-user Digest, Vol 226, Issue 45

2021-09-09 Thread Carlos R Martinez
I’ll try it. Thanks

[Carlos R 
Martinez](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=175rjn)   
[175rjn]
Carlos R. Martinez
270.850.5650
car...@newsoundmusicstudio.com
www.essentialmusic.org
www.newsoundmusicstudio.com

On September 9, 2021 at 16:05 GMT, lilypond user request 
 wrote:

Send lilypond-user mailing list submissions to
lilypond-user@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.gnu.org/mailman/listinfo/lilypond-user
or, via email, send a message with subject or body 'help' to
lilypond-user-requ...@gnu.org

You can reach the person managing the list at
lilypond-user-ow...@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lilypond-user digest..."

Today's Topics:

1. Re: Copyright on all pages (Lukas-Fabian Moser)

--

Message: 1
Date: Thu, 9 Sep 2021 09:02:32 +0200
From: Lukas-Fabian Moser 
To: Carlos R Martinez ,
lilypond-user@gnu.org
Subject: Re: Copyright on all pages
Message-ID: <43a491c5-d102-dad1-d4ac-86b2fdab3...@gmx.de>
Content-Type: text/plain; charset=utf-8; format=flowed

Am 09.09.21 um 04:35 schrieb Carlos R Martinez:
> Hi, setup a copyright and would like to for it to show on all pages.
> How can I achieve that?

Depends on where you want the copyright to show up. For example at the
bottom of a page:

\version "2.22.0"

\paper {
oddFooterMarkup = "Footer on odd pages"
evenFooterMarkup = "Footer on even pages"
% % also possible:
% oddFooterMarkup = "Footer for all pages"
% evenFooterMarkup = \oddFooterMarkup
}

{ \repeat unfold 1000 c' 4 }

Lukas

--

Subject: Digest Footer

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

--

End of lilypond-user Digest, Vol 226, Issue 45
**

Re: Gissando

2021-09-18 Thread Carlos R Martinez
Hi Peter,

We’re you able to solve it. I believe I used the glissando map but only from 
one note to the other. 

This is how I was told I can do it and it worked

\relative c''
{



 \slashedGrace { a8 }
  \once \set glissandoMap = #'((1 . 1))
  2\(-\tweak #'style #'trill \glissando 8 16 \)
}|%m145
}

Carlos R Martinez 
279.850.5650
essentialmusic.org



> On Sep 18, 2021, at 11:39, Peter Toye  wrote:
> 
> 
> Hi Carlos
> 
> 
> 
> I've had a similar problem, and I think the documentation  for glissandoMap 
> is a bit misleading as it seems to imply hat you need a gliss line for each 
> note. I've suggested a documentation patch to clarify.
> 
> 
> 
> Best regards,
> 
> 
> 
> Peter
> 
> mailto:lilyp...@ptoye.com
> 
> www.ptoye.com
> 
> 
> 
> -
> 
> Tuesday, September 14, 2021, 9:34:22 PM, lilypond-user-requ...@gnu.org wrote:
> 
> 
> 
> Send lilypond-user mailing list submissions to
> lilypond-user@gnu.org
> 
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
> lilypond-user-requ...@gnu.org
> 
> 
> You can reach the person managing the list at
> lilypond-user-ow...@gnu.org
> 
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
> 
> 
> 
> 
> Today's Topics:
> 
> 
>1. Re: Slashed grace notes (Thomas Morley)
>    2. Having problems with phrasing and ties combined (Carlos Martinez)
>3. Re: Having problems with phrasing and ties combined (Brian Barker)
>4. midi sound quality help needed (Kenneth Wolcott)
>5. hairpins (Carlos Martinez)
>6. Gissando (Carlos Martinez)
>7. Re: Having problems with phrasing and ties combined
>   (Leo Correia de Verdier)
> 
> 
> 
> 
> --
> 
> 
> Message: 1
> Date: Tue, 14 Sep 2021 21:17:08 +0200
> From: Thomas Morley 
> To: Paul Hodges 
> Cc: Xavier Scheuer , Carlos Martinez
> ,  lilypond-user Mailing List
> 
> Subject: Re: Slashed grace notes
> Message-ID:
> 
> Content-Type: text/plain; charset="UTF-8"
> 
> 
> Am Di., 14. Sept. 2021 um 11:35 Uhr schrieb Paul Hodges :
> 
> I have successfully used https://lsr.di.unimi.it/LSR/Snippet?id=1048 to add 
> slashes to beamed grace notes - thanks!
> 
> But I have the problem now that I am being required to place the slashed 
> grace notes before a bar line.  I can do this normally using \afterGrace on 
> the previous note or rest, but then I don't get the slash, of course.  I 
> tried to add the slash by defining "\start[stop]AfterGraceMusic" in the 
> manner used in the snippet for SlashedGrace and Acciacatura, but this didn't 
> work.
> 
> Is there a simple solution?
> 
> Paul
> 
> 
> 
> On 12/09/2021 19:04:16, "Xavier Scheuer"  wrote:
> 
> On Sat, 11 Sept 2021 at 22:04, Carlos Martinez 
>  wrote:
> 
> Hi,
> 
> I am finding out that slashed grace notes don’t show the slash when they are 
> grouped ?
> 
> Any suggestions?
> 
> Hello,
> 
> I think it is standard practice to have slashed grace note only for a single 
> note.
> But if you really want to have slashed for grouped have a look at:
> https://lsr.di.unimi.it/LSR/Item?id=1048
> https://lsr.di.unimi.it/LSR/Item?id=721
> 
> Cheers,
> Xavier
> 
> --
> Xavier Scheuer 
> 
> 
> 
> Why not use \slash as defined by the LSR-snippet directly?
> Makes for:
> 
> 
> {
>   \afterGrace b1 { \slash 40 1 0.5 c'16 d' } e'1
> }
> 
> 
> Cheers,
>   Harm
> 
> 
> 
> 
> 
> 
> --
> 
> 
> Message: 2
> Date: Tue, 14 Sep 2021 14:55:05 -0500
> From: Carlos Martinez 
> To: "lilypond-user Mailing List (lilypond-user@gnu.org)"
> 
> Subject: Having problems with phrasing and ties combined
> Message-ID:
> 
> Content-Type: text/plain;   charset=utf-8
> 
> 
> I need to use a phrasing slur and tie the chord
> 
> 
> \slashedGrace { e8\downbow } 2~8 8--\downbow |%m144
> 
> 
> When I tried to add the phrasing slurs it doe snot work
> 
> 
> 
> 
> \slashedGrace { e8\downbow } ~2\(8 8\)--\downbow |
> 
> 
> But I am getting an error
> 
> 
> I can’t seem to get what the problem is?
> 
> 
> Help is appreciated thanks!
> 
> 
> 
> 
> 
> 
>

Re: Font

2021-09-23 Thread Carlos R Martinez
Thank you Lukas. In the computer I can utilize it. But Lilypond does not 
engrave it. 

Sent from my iPad

> On Sep 23, 2021, at 13:49, Lukas-Fabian Moser  wrote:
> 
> Hi,
>>> Using the code you sent, I pasted it on Lilypond and it did not show
>>> me IM Fell….
>>> I just need it for the title of the piece. So I don’t necessarily need
>>> it for the whole piece.
>> 
>> It could be that your version of the IM FELL family is named differently.  I 
>> got mine from Google's OFL collection [2].
>> 
>> [2]: https://github.com/google/fonts/tree/main/ofl
> 
> The original question asked for "IM FELL English PRO", which is the name of 
> the OTF variant downloadable from the author's page:
> 
> https://iginomarini.com/fell/
> https://iginomarini.com/fell/the-revival-fonts/
> https://iginomarini.com/fell/wp-content/uploads/IMFellTypesClass.zip
> 
> For this version, you can do in LilyPond:
> 
> %%
> 
> \version "2.22.0"
> 
> \markup \left-column {
>   \override #'(font-name . "IM FELL English PRO")
>   "IM FELL English PRO"
> }
> 
> \markup \left-column {
>   \override #'(font-name . "IM FELL English PRO italic")
>   "IM FELL English PRO italic"
> }
> 
> %%
> 
> Lukas
> 




Re: Can't figure out breaks in ensemble scores

2021-10-02 Thread Carlos R Martinez
Thank you. That’s a first for me. And of course is one of the things I love 
from Likypond. It is versatile and I don’t think ever going to stop learning 
new things there. Lol. Thank you!!

Carlos R Martinez 
279.850.5650
essentialmusic.org



> On Oct 2, 2021, at 03:19, Xavier Scheuer  wrote:
> 
> 
> On Sat, 2 Oct 2021 at 06:53, Carlos Martinez  
> wrote:
> >
> > Thank you! That work! Although I am still having one part that need to 
> > figure out one space…. But the score looks great now! Thanks!
> 
> Hello,
> 
> You can also use an extra voice for breaks, as documented in NR 4.3.1 Line 
> breaking
> http://lilypond.org/doc/v2.23/Documentation/notation/line-breaking.html
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer 
> 


Lilypond Engraved American Soundscape Vol. 1

2021-10-20 Thread Carlos R Martinez
To all of you lilypond users! And developers we want to say thank you!

Lilypond was the engraver tool for our first book release!!!

https://www.essentialmusic.org/product/american-soundscape-vol-1-for-violin-and-piano/

So! Thank you again! We love you all!


Carlos R Martínez
270.850.5650
Essential Music LLC
essentialmusic.org



Re: lilypond-user Digest, Vol 230, Issue 88

2022-01-24 Thread Carlos R Martinez
Hi,

I have this for the footer:

\markup {\vspace #1 \override #'(font-name . "DejaVu Sans, Bold")
 \override #'(baseline-skip . 0) \right-column {\with-url 
#"https://domains.com";; {\abs-fontsize #9 “Company information" \concat
 {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Org "}}}\override 
#'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0 ) 
\center-column
 {\abs-fontsize #11.9 \with-color #black \bold {"ǀ" "ǀ"}}\override #'(font-name 
. "DejaVu Sans,sans-serif") \override #'(baseline-skip . 0) \column
 {\abs-fontsize #8 \concat { \line {©Copyright information} }
 { \concat {\abs-fontsize #8 { \with-url #"https:/domain.com"; " Published and 
distributed by music company" }}
 }}}

How do I add space in between the two lines?
There are two columns and in the columns to the right I cannot change the space 
between the two lines.

I need you help thanks!


On Jan 24, 2022, 12:11 -0600, lilypond-user-requ...@gnu.org, wrote:
> Send lilypond-user mailing list submissions to
> lilypond-user@gnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
> lilypond-user-requ...@gnu.org
>
> You can reach the person managing the list at
> lilypond-user-ow...@gnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
>
>
> Today's Topics:
>
> 1. Stem length of beamed notes (Francesco Napoleoni)
>
>
> --
>
> Message: 1
> Date: Mon, 24 Jan 2022 18:34:07 +0100
> From: Francesco Napoleoni 
> To: lilypond-user@gnu.org
> Subject: Stem length of beamed notes
> Message-ID: <2880099.hm46amb...@eracle.mst.cosmic-odyssey.net>
> Content-Type: text/plain; charset="utf-8"
>
> Hi everyone
>
> While engraving the music in screenshot-source.png I’ve stumbled on a problem:
> I cannot adjust the stem height of the first couple of eighth notes to look
> like the printed version.
>
> To be more specific: overriding the Stem.details.beamed-lengths does not work
> for me no matter which value I put between the parentheses. The relevant part
> is at line 6 of fragment.ly.
>
> Any ideas?
>
> Thanks in advance
> Francesco Napoleoni
> -- next part --
> A non-text attachment was scrubbed...
> Name: screenshot-source.png
> Type: image/png
> Size: 19342 bytes
> Desc: not available
> URL: 
> 
> -- next part --
> A non-text attachment was scrubbed...
> Name: fragment.ly
> Type: text/x-lilypond
> Size: 686 bytes
> Desc: not available
> URL: 
> 
> -- next part --
> A non-text attachment was scrubbed...
> Name: screenshot-lilypond.png
> Type: image/png
> Size: 5284 bytes
> Desc: not available
> URL: 
> 
>
> --
>
> Subject: Digest Footer
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> --
>
> End of lilypond-user Digest, Vol 230, Issue 88
> **


[no subject]

2017-03-20 Thread Carlos R Martinez
Hello,

Is it possible to use lily pond online from a server so I can use it on
my chromebook!
thanks

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


Two HorizontalBracket over the same note

2022-07-07 Thread Jose Carlos Alvarez Gonzalez
 Hello to everyone,:)

I'm José Carlos and I'm newbie on lilypond and I can not be able to do the
following idea:
I want to add two HorizontalBracket over the same note (one of ending and
one for starting, to put the numbers of tones or semitones that the
interval have)
https://paste.debian.net/plainh/c955f325

\version "2.22.2"\relative c' {
  \omit Staff.TimeSignature
  \cadenzaOn
  \override NoteHead.style = #'default
  \override HorizontalBracket.direction = #DOWN
  \override HorizontalBracket.connect-to-neighbor = #(#f #f)
  \once\override HorizontalBracketText.text = "1"
  d1 \startGroup
  e\stopGroup\startGroup \once\override HorizontalBracketText.text =
"1/2"
  f \stopGroup}\layout {
  \context {
\Voice
\consists Horizontal_bracket_engraver
  }
}


The problem is that HorizontalBracket  is grouping the two interval. In
that example, i want to see:
d (1) e (1/2) f

I have to try to overried HorizontalBracket.connect-to-neighbor:
\override HorizontalBracket.connect-to-neighbor = #(#f #f)

but that not works for me.

In the following image https://imgur.com/a/NeHwnz7 I draw what I want to get

Thank you very much for all

:)


Best Regards

José Carlos