help on invoking lilypond-book

2006-08-07 Thread Daniel Tonda
Hello:I need orientation about running lilypond-book. I'm running 2.9.14.Usually I just do a makefile to builld the lilypond-book output. I use latex, but with this development version, I can't get output to feed to latex as was donde before.
The output I get looks like this:...Processing `Compendio.lytex:51 (lily-1277285174.ly)'Parsing...Renaming input to: `baga.ly'Interpreting music... [2]
Preprocessing graphical objects...Calculating line breaks...Drawing systems...Writing lily-1277285174-systems.tex...Writing lily-1277285174-systems.texi...Layout output to `lily-1277285174-1.eps'...
Converting to `lily-1277285174-1.pdf'...`gs -q -dSAFER -dEPSCrop -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=lily-1277285174-1.pdf -c .setpdfwrite -f lily-1277285174-1.eps
' failed (256)Processing `Compendio.lytex:53 (lily-237928617.ly)'Parsing...Renaming input to: `balakulania.ly'Interpreting music... [2]Preprocessing graphical objects...
Calculating line breaks...Drawing systems...Writing lily-237928617-systems.tex...Writing lily-237928617-systems.texi...Layout output to `lily-237928617-1.eps'...Converting to `lily-237928617-1.pdf'...
`gs -q -dSAFER -dEPSCrop -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=lily-237928617-1.pdf -c .setpdfwrite -f lily-237928617-1.eps' failed (256)Processing `Compendio.lytex:55 (
lily-73310595.ly)'Parsing...Renaming input to: `basikolo.ly'Interpreting music... [2]Preprocessing graphical objects...Calculating line breaks...The commands used look like this (from the makefile):
 lilypond-book -f latex --psfonts -o OUT Compendio.lytex ; cd OUT  latex --interaction=nonstopmode Compendio.tex ; dvips -o -h Compendio.psfonts -Ppdf Compendio.dvi =
There's no tex output of the main document. ¿Is lilypond-book with latex support broken? It seems to be forcing the pdfetex, which I've never used.Lilypond by itself works fine though, but I'm worried about my latex source code not working anymore.
Some orientation would help me a lot.-- Daniel Tonda C.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: beaming and tuplets

2006-08-07 Thread Henrik Frisk
  The tuplet bracket in the example below has to be manually adjusted when
  I beam the 16th note triplet with the rests. It has a slant in the wrong
  direction and collides with the beam.
 
  
  \version 2.9.11
 
  \new Staff \relative c' {
\times 2/3 { d16 [
e r16
  } r8 ]
  }
  
 
  /Henrik

 Any progress on this?  I also reported it several weeks ago.
 
 Thanks,
 
 Paul Scott

I didn't hear anything from the list, no. I just adjust it manually for
the time being.

best,

/henrik


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


Re: Double time signatures

2006-08-07 Thread Henrik Frisk
OK, I had a feeling I had seen something about it. What throws me off
here is that it's the redundant \time command in the second staff that
makes the difference.

Mats Bengtsson [EMAIL PROTECTED] wrote:

 Please read the section on grace notes in the manual.
 
/Mats
 
 Henrik Frisk wrote:
 
 Hi,
 
 Just noticed an odd thing with time signatures. The following prints
 double time signatures at the beginning of a bar:
 
 \version 2.9.11
 \score {
   
 \new Staff \relative c' {
   \time 8/8
   \acciaccatura c16
   c4 d4 r4 r4
 }
\new Staff \relative c' {
   \time 8/8
   s4 s4 r4 r4
 }
   
 }
 
 Remove the \time 8/8 in the second staff and everythings back to
 normal. It only happens when there's a grace note at the beginning of
 the bar which leads me to believe that this is a bug???


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


Re: Double time signatures

2006-08-07 Thread Mats Bengtsson

Actually, if you had specified the time signature only in the second
stave, you would have seen the same bug. Another variation of the same
bug is:

\version 2.9.11
\score {
 
   \new Staff \relative c' {
 \time 8/8
 c1
 \acciaccatura c16
 c4 d4 r4 r4
   }
  
   \new Staff \relative c' {

 s1 \bar ||
 s4 s4 r4 r4
   }
 
}

The logic behind the bug is that the grace note happens before the
bar line and that any \time or \bar or similar command happens just
at the beginning of the note that follows it, i.e. in your example the
\time command of the second stave happens after the grace note of
the first stave. Of course, this logic doesn't make sense musically,
it's just an indication of how the programmers have tried to teach
the computer to handle grace notes.

 /Mats



Henrik Frisk wrote:


OK, I had a feeling I had seen something about it. What throws me off
here is that it's the redundant \time command in the second staff that
makes the difference.

Mats Bengtsson [EMAIL PROTECTED] wrote:

 


Please read the section on grace notes in the manual.

  /Mats

Henrik Frisk wrote:

   


Hi,

Just noticed an odd thing with time signatures. The following prints
double time signatures at the beginning of a bar:

\version 2.9.11
\score {

  \new Staff \relative c' {
\time 8/8
\acciaccatura c16
c4 d4 r4 r4
  }
 \new Staff \relative c' {
\time 8/8
s4 s4 r4 r4
  }

}

Remove the \time 8/8 in the second staff and everythings back to
normal. It only happens when there's a grace note at the beginning of
the bar which leads me to believe that this is a bug???
 




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



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



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


Re: help on invoking lilypond-book

2006-08-07 Thread Mats Bengtsson

I just tried a small example here and couldn't repeat your problems.
From the printouts you provided, it seems that the calls to gs fail,
which might provide a hint on where the problem is.

Don't you get any file OUT/Compendio.tex at all? You didn't include the
last lines of the printouts. It should say something like:

Writing `Compendio.tex'...
Writing fonts to Compendio.psfonts...


Regarding pdfetex, I think you are confused. I guess that you use a
teTeX version 3 installation or related TeX installation. There,
the command latex will actually call the same program (pdfetex)
as pdflatex, for example. Internally, pdfetex notices that it was called
under the name latex and will behave correspondingly. If you run
latex on any normal .tex file, you will notice the same printout:

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)

or something similar.

You didn't say what operating system you  used. If you are on Windows,
there's a silly bug so that you have to call lilypond-book twice to get the
actual .tex file.

  /Mats

Daniel Tonda wrote:


Hello:

I need orientation about running lilypond-book. I'm running 2.9.14.

Usually I just do a makefile to builld the lilypond-book output. I use 
latex, but with this development version, I can't get output to feed 
to latex as was donde before.


The output I get looks like this:

...
Processing `Compendio.lytex:51 (lily-1277285174.ly 
http://lily-1277285174.ly)'

Parsing...
Renaming input to: `baga.ly'
Interpreting music... [2]
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Writing lily-1277285174-systems.tex...
Writing lily-1277285174-systems.texi...
Layout output to `lily-1277285174-1.eps'...
Converting to `lily-1277285174-1.pdf'...
`gs -q  -dSAFER   -dEPSCrop  -dCompatibilityLevel=1.4  -dNOPAUSE 
-dBATCH -r1200  -sDEVICE=pdfwrite -sOutputFile=lily-1277285174-1.pdf 
-c .setpdfwrite -f lily-1277285174-1.eps ' failed (256)
Processing `Compendio.lytex:53 (lily-237928617.ly 
http://lily-237928617.ly)'

Parsing...
Renaming input to: `balakulania.ly'
Interpreting music... [2]
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Writing lily-237928617-systems.tex...
Writing lily-237928617-systems.texi...
Layout output to `lily-237928617-1.eps'...
Converting to `lily-237928617-1.pdf'...
`gs -q  -dSAFER   -dEPSCrop  -dCompatibilityLevel=1.4  -dNOPAUSE 
-dBATCH -r1200  -sDEVICE=pdfwrite -sOutputFile=lily-237928617-1.pdf 
-c .setpdfwrite -f lily-237928617-1.eps' failed (256)
Processing `Compendio.lytex:55 ( lily-73310595.ly 
http://lily-73310595.ly)'

Parsing...
Renaming input to: `basikolo.ly'
Interpreting music... [2]
Preprocessing graphical objects...
Calculating line breaks...


The commands used look like this (from the makefile):

lilypond-book -f latex --psfonts -o OUT Compendio.lytex ; cd OUT 
 latex --interaction=nonstopmode Compendio.tex ; dvips -o -h 
Compendio.psfonts -Ppdf Compendio.dvi


=

There's no tex output of the main document.

¿Is lilypond-book with latex support broken?

It seems to be forcing the pdfetex, which I've never used.

Lilypond by itself works fine though, but I'm worried about my latex 
source code not working anymore.


Some orientation would help me a lot.

--
Daniel Tonda C.



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



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



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


Re: Question about lilypond-book and windows

2006-08-07 Thread Mats Bengtsson



tiM Sportny wrote:



Goto www.lilypond.org and click on Downloads to find packages for the 
latest stable version, 2.8.5. Where did you look? '



on http://www.lilypond.org/web/install/windows.nl.html


That's an ancient page, I hope it's not linked from anywhere else at
www.lilypond.org.


I followed the exact procedures. And as suggested i needed to re-install.
The enclosed test.ly file on the page gives a fine result in pdf.
Opening the test.ps file in GSview gives the error:

// begin error message:
DSC Warning at line 25:
 %%EOF

%%BeginFont: / %%EndFont
The number of Begin and End comments do not match
// end of error message

clicking ok two times gives my a very large list of other errors.

And i think that this is the essence of my my lilypond-book problem. 
So it doesn't has directly to do with lilypond-book, cause it just 
passes on the corrupt eps files.


No, this is a completely normal problem with GSView on Windows, see
http://lists.gnu.org/archive/html/lilypond-user/2006-07/msg00033.html


now i've installed python via www.python.org on c:\python24 (standard)
included this folder in my PATH system variable.
under windows i had allready installed 2.8.5.

now... running lilypond-book under DOS command shell (twice) gives a 
.tex file that, when compiled, leaves the complete score out. (somehow 
in windows lilypond-book starts with shell output GNU LilyPond 2.8.5 
but lilypond itself GNU LilyPond 2.6.4.


This is really strange. The LilyPond installer should add itself to the 
beginning of the
PATH environment variable, but here it seems that your old LilyPond 
installation

appears even earlier in the PATH. What does
set PATH
return if you run it from a Windows command prompt?

running lilypond-book under cygwin gives a .tex file with still the 
same problem. A score whith stems but no note-head or clefs etc.


As I said above, GSView is unfortunately unable to view handle Lilypond's
Postscript code correctly, but if you run ps2pdf, the resulting PDF file 
should
work without any problems. Actually, this is one detail I forgot to tell 
you about,
see 
http://lists.gnu.org/archive/html/lilypond-user/2006-05/msg00217.html for

information on how to get ps2pdf working (the rest of that email is partly
obsolete, though).


  /Mats


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


Re: setting beams for odd time signatures

2006-08-07 Thread Mats Bengtsson

It turns out that what was missing in my proposed solution was
to revert the default settings:

 #(revert-auto-beam-setting '(end * * 12 8) 3 8)
 #(revert-auto-beam-setting '(end * * 12 8) 3 4)
 #(revert-auto-beam-setting '(end * * 12 8) 9 8)

Then, you can use
#(override-auto-beam-setting '(end 1 8 12 8) 3 8)
#(override-auto-beam-setting '(end 1 8 12 8) 7 8)
#(override-auto-beam-setting '(end 1 8 12 8) 10 8)

(or  with wildcards '*' as Markus proposes). Also, setting beatLength
doesn't seem to have any relevance at all here. I tried to comment it
out in Markus' example and didn't notice any difference.

  /Mats

Markus Schneider wrote:


Adam,

I also expected Mats' solution to work - but it doesn't. If this is by
design or random I can't say, but if you use

#(override-auto-beam-setting '(end * * * *) 3 8)
#(override-auto-beam-setting '(end * * * *) 7 8)
#(override-auto-beam-setting '(end * * * *) 10 8)

and

\time 12/8
\set beatLength = #(ly:make-moment 1 16)

in conjunction it will work as expected.

See full example below.

HTH
Markus

%%% Begin Snippet
music = \relative {
 #(override-auto-beam-setting '(end * * * *) 3 8)
 #(override-auto-beam-setting '(end * * * *) 7 8)
 #(override-auto-beam-setting '(end * * * *) 10 8)

 \key e \minor
 \time 12/8
 \set beatLength = #(ly:make-moment 1 16)

 \mark \default
 \repeat volta 2 {
   d8 e e e4 b'8 a g fis g e4 |
   d8 e e e4 b'8 a g fis g e4 |
   \break
   d8 e e e4 b'8 a g fis g e8 fis |
 }
 \alternative {
   {g4 fis8 g a g d e4. e4}
   {g4 fis8 g a g d e4. e8 fis}
 }
 \break

 \mark \default
 \repeat volta 2 {
   g4. g8 fis e d d4.~ d4 |
   d4. e8 fis g fis g4 fis8 e d |
 }
 \alternative {
   {e4 fis8 g fis e d e4. e8 fis}
   {e4 fis8 g fis e d e4. e4}
 }
 \break

 \mark \default
 \repeat volta 2 {
   g8 a a a4 b8 c b4 g8 a4 |
   g8 a a a4 b8 c b4 g8 a4
   \break
   g8 a a a4 b8 c b4 g8 a4 |
   d4. c8 b a g a4. a4
 }
 \break

 \mark \default
 \repeat volta 2 {
   c8 d e d c b g a4. d,4 |
   c'4 b8 c d b g a4. a4
 }
 \break
}

\score { {
 \set Score.markFormatter = #format-mark-box-numbers
 
   \new ChordNames { e4 }
   \new Staff \music
 
 }

 \layout { }
}
%%% End Snippet





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



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



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


something strange with tuplets

2006-08-07 Thread Adam Good

Hi, I'm getting strange results when trying to make a tuplet grouping...
the piece is in 12/8
i want four 16th notes within three 8th notes

in the example below i have 2 staves.
1. the top is showing the proper rhythm and proper grouping of 8th 
notes.
2. bottom is a mirror of the above except i want to cram four 16th 
notes into the first three 8th notes of bar 1.


but you can see how the barline is getting shoved over to the wrong 
place. it's interpreting two 16th notes as a full 8th notes for some 
reason?


---

\relative
  \new Staff { \key c \major

 #(revert-auto-beam-setting '(end * * 12 8) 3 8)
 #(revert-auto-beam-setting '(end * * 12 8) 3 4)
 #(revert-auto-beam-setting '(end * * 12 8) 9 8)

#(override-auto-beam-setting '(end 1 8 12 8) 3 8)
#(override-auto-beam-setting '(end 1 8 12 8) 7 8)
#(override-auto-beam-setting '(end 1 8 12 8) 10 8)

  \key e \minor
  \time 12/8

\repeat volta 2 { \mark \default
c'8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break

\repeat volta 2 { \mark \default
\set tupletNumberFormatFunction = #fraction-tuplet-formatter
\times 3/4 {b16 c d e} d8 c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break

}

\version 2.8.1  % necessary for upgrading to future LilyPond versions.



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


Re: help on invoking lilypond-book

2006-08-07 Thread Daniel Tonda
Hi, thanks for your prompt response.I'm running Ubuntu 6.06.1 TLS. here's the last lines of output:Processing `Compendio.lytex:141 (
lily-899970075.ly)'Parsing...Renaming input to: `yankadi.ly'Interpreting music... [2]Preprocessing graphical objects...Calculating line breaks...Drawing systems...
Writing lily-899970075-systems.tex...Writing lily-899970075-systems.texi...Layout output to `lily-899970075-1.eps'...Converting to `lily-899970075-1.pdf'...`gs -q -dSAFER -dEPSCrop -dCompatibilityLevel=
1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=lily-899970075-1.pdf -c .setpdfwrite -f lily-899970075-1.eps' failed (256)Processing `Compendio.lytex:143 (
lily-1558539225.ly)'Parsing...Renaming input to: `zawuli.ly'Interpreting music... [4]Preprocessing graphical objects...Calculating line breaks... [3][5]Drawing systems...Writing lily-1558539225-systems.tex..
.Writing lily-1558539225-systems.texi...Layout output to `lily-1558539225-1.eps'...Converting to `lily-1558539225-1.pdf'...`gs -q -dSAFER -dEPSCrop -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=
lily-1558539225-1.pdf -c .setpdfwrite -f lily-1558539225-1.eps' failed (256)error: failed files: lily-1558539225 lily-899970075 lily-2004862577 lily-2080162786 lily-1078580976 lily-1898546383 lily-258734636 lily-1969985034 lily-451254022 lily-1583279074 lily-2063912529 lily-82695929 lily-1714983211 lily-933097494 lily-99546443 lily-836879846 lily-496377335 lily-222481969 lily-787550872 lily-1360473979 lily-1441070916 lily-1429033749 lily-2129910928 lily-1905820790 lily-708036750 lily-1898162778 lily-818533586 lily-1402126617 lily-1839645945 lily-1225694479 lily-283864953 lily-486504132 lily-1653691124 lily-808277872 lily-44031488 lily-1986136418 lily-1183576424 lily-1528634397 lily-1464564090 lily-1263771614 lily-1164271103 lily-234545499 lily-559988227 lily-73310595 lily-237928617 lily-1277285174 lily-689159408 lily-1492463131 lily-294533280
command failed: lilypond -b eps -I '/home/danton67/Documents/Music/PercusionAfricana/Ritmos-2006-08-07' snippet-map.ly lily-294533280 lily-1492463131 lily-689159408 lily-1277285174 lily-237928617 lily-73310595 lily-559988227 lily-234545499 lily-1164271103 lily-1263771614 lily-1464564090 lily-1528634397 lily-1183576424 lily-1986136418 lily-44031488 lily-808277872 lily-1653691124 lily-486504132 lily-283864953 lily-1225694479 lily-1839645945 lily-1402126617 lily-818533586 lily-1898162778 lily-708036750 lily-1905820790 lily-2129910928 lily-1429033749 lily-1441070916 lily-1360473979 lily-787550872 lily-222481969 lily-496377335 lily-836879846 lily-99546443 lily-933097494 lily-1714983211 lily-82695929 lily-2063912529 lily-1583279074 lily-451254022 lily-1969985034 lily-258734636 lily-1898546383 lily-1078580976 lily-2080162786 lily-2004862577 lily-899970075 lily-1558539225
Child returned 1This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)entering extended mode! I can't find file `Compendio.tex'.* Compendio.texPlease type another input file name
! Emergency stop.* Compendio.tex==2006/8/7, Mats Bengtsson 
[EMAIL PROTECTED]:I just tried a small example here and couldn't repeat your problems.
 From the printouts you provided, it seems that the calls to gs fail,which might provide a hint on where the problem is.gs --version outputs this:8.15.2
Don't you get any file OUT/Compendio.tex at all? You didn't include thelast lines of the printouts. It should say something like:Writing `Compendio.tex'...Writing fonts to Compendio.psfonts...
I get no Compendio.tex. The eps are also garbled, I attach as example. I also include a couple of lilypondfiles for you (they're Djembé excercises).I include the master Compendio.lytex, with everything but 
cassa.ly commented out, and the Makefile. Regarding pdfetex, I think you are confused. I guess that you use a
teTeX version 3 installation or related TeX installation. There,the command latex will actually call the same program (pdfetex)as pdflatex, for example. Internally, pdfetex notices that it was calledunder the name latex and will behave correspondingly. If you run
latex on any normal .tex file, you will notice the same printout:This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)or something similar.You didn't say what operating system youused. If you are on Windows,
there's a silly bug so that you have to call lilypond-book twice to get theactual .tex file. /MatsDaniel Tonda wrote: Hello: I need orientation about running lilypond-book. I'm running 
2.9.14. Usually I just do a makefile to builld the lilypond-book output. I use latex, but with this development version, I can't get output to feed to latex as was donde before.
 The output I get looks like this: ... Processing `Compendio.lytex:51 (lily-1277285174.ly http://lily-1277285174.ly
)' Parsing... Renaming input to: `baga.ly' Interpreting music... [2] Preprocessing graphical objects... 

Re: setting beams for odd time signatures

2006-08-07 Thread Markus Schneider
So, what you're saying is, the default rules are interferring because they
are still valid!

That means, if any unexpected beam behaviour occurs, you have to

1. look up the autoBeamSettings set in Score

(http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/Score.ht
ml#Score
or
scm/auto-beam.scm)
2. revert any settings that might interfere with your time signature(s)
3. set your own overrides

I think this is worth a doc addition. I'll post a summary of these findings
on devel.

Markus

Mats Bengtsson [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
 It turns out that what was missing in my proposed solution was
 to revert the default settings:

   #(revert-auto-beam-setting '(end * * 12 8) 3 8)
   #(revert-auto-beam-setting '(end * * 12 8) 3 4)
   #(revert-auto-beam-setting '(end * * 12 8) 9 8)

 Then, you can use
 #(override-auto-beam-setting '(end 1 8 12 8) 3 8)
 #(override-auto-beam-setting '(end 1 8 12 8) 7 8)
 #(override-auto-beam-setting '(end 1 8 12 8) 10 8)

 (or  with wildcards '*' as Markus proposes). Also, setting beatLength
 doesn't seem to have any relevance at all here. I tried to comment it
 out in Markus' example and didn't notice any difference.

/Mats





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


Re: Question about lilypond-book and windows

2006-08-07 Thread tiM Sportny

Dear Mats,

Thank you so much for your support. Adding the directories in GSview did the 
job. Without those my pdf didn't look right either (using the ps2pdf package 
of MiKTeX itself). I can't wait to do my first projects!


Still i'd advice to make a readme file for Windows Installers with those 
additional instructions and put a link on the site to it where you can't 
miss it when you're about to install. In fact, I enthused two friends of 
mine a few weeks ago about lilypond. They gave up trying to get it work, and 
i'd say that's a shame. Don't worry, i'll wake them up again, but a can't 
wake all those people who gave up i don't know.
I know i'm just a newb whose glad to know which letters of LaTeX should be 
capitalized, but - like J Lennon said - I'm not the only one.


greets and thanks again!

 tiM

In addition i'll respond to pending questions, but there's no need to read 
it.



tiM Sportny wrote:



Goto www.lilypond.org and click on Downloads to find packages for the 
latest stable version, 2.8.5. Where did you look? '



on http://www.lilypond.org/web/install/windows.nl.html


That's an ancient page, I hope it's not linked from anywhere else at
www.lilypond.org.


Not that i know, i got linked to there via the search option when i was 
trying to solve my problem.





I followed the exact procedures. And as suggested i needed to re-install.
The enclosed test.ly file on the page gives a fine result in pdf.
Opening the test.ps file in GSview gives the error:

[...]

And i think that this is the essence of my my lilypond-book problem. So it 
doesn't has directly to do with lilypond-book, cause it just passes on the 
corrupt eps files.


No, this is a completely normal problem with GSView on Windows, see
http://lists.gnu.org/archive/html/lilypond-user/2006-07/msg00033.html


THANKS



[ ... ]
now... running lilypond-book under DOS command shell (twice) gives a .tex 
file that, when compiled, leaves the complete score out. (somehow in 
windows lilypond-book starts with shell output GNU LilyPond 2.8.5 but 
lilypond itself GNU LilyPond 2.6.4.


This is really strange. The LilyPond installer should add itself to the 
beginning of the
PATH environment variable, but here it seems that your old LilyPond 
installation

appears even earlier in the PATH. What does
set PATH
return if you run it from a Windows command prompt?


The old directory isn't in there. At least, not anymore, i could well be 
that i mixed something up, in my head, or by fooling around trying to get it 
work.





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


Re: help on invoking lilypond-book

2006-08-07 Thread Mats Bengtsson

I'd recommend to upgrade to a newer version of Ghostscript.
There are two more or less parallel sets of Ghostscript versions,
the GPL (released under Gnu public licence) and the AFPL which
have a slightly more restrictive licence. My guess is that you have
the GPL version, but I saw on the Ubuntu package list that there's
also a package called gs-afpl which contains the AFPL version, which
is supposed to contain more new features compared to the GPL version
with the same version number, if I'm not mistaken.

I use version AFPL 8.50 of Ghostscript and your file works without
any problems here.

  /Mats


Daniel Tonda wrote:


Hi, thanks for your prompt response.

I'm running Ubuntu 6.06.1 TLS.

here's the last lines of output:




Processing `Compendio.lytex:141 ( lily-899970075.ly 
http://lily-899970075.ly)'

Parsing...
Renaming input to: `yankadi.ly'
Interpreting music... [2]
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Writing lily-899970075-systems.tex...
Writing lily-899970075-systems.texi...
Layout output to `lily-899970075-1.eps'...
Converting to `lily-899970075-1.pdf'...
`gs -q  -dSAFER   -dEPSCrop  -dCompatibilityLevel= 1.4  -dNOPAUSE 
-dBATCH -r1200  -sDEVICE=pdfwrite -sOutputFile=lily-899970075-1.pdf 
-c .setpdfwrite -f lily-899970075-1.eps' failed (256)
Processing `Compendio.lytex:143 ( lily-1558539225.ly 
http://lily-1558539225.ly)'

Parsing...
Renaming input to: `zawuli.ly'
Interpreting music... [4]
Preprocessing graphical objects...
Calculating line breaks... [3][5]
Drawing systems...
Writing lily-1558539225-systems.tex.. .
Writing lily-1558539225-systems.texi...
Layout output to `lily-1558539225-1.eps'...
Converting to `lily-1558539225-1.pdf'...
`gs -q  -dSAFER   -dEPSCrop  -dCompatibilityLevel=1.4  -dNOPAUSE 
-dBATCH -r1200  -sDEVICE=pdfwrite -sOutputFile= 
lily-1558539225-1.pdf -c .setpdfwrite -f lily-1558539225-1.eps' 
failed (256)
error: failed files: lily-1558539225 lily-899970075 lily-2004862577 
lily-2080162786 lily-1078580976 lily-1898546383 lily-258734636 
lily-1969985034 lily-451254022 lily-1583279074 lily-2063912529 
lily-82695929 lily-1714983211 lily-933097494 lily-99546443 
lily-836879846 lily-496377335 lily-222481969 lily-787550872 
lily-1360473979 lily-1441070916 lily-1429033749 lily-2129910928 
lily-1905820790 lily-708036750 lily-1898162778 lily-818533586 
lily-1402126617 lily-1839645945 lily-1225694479 lily-283864953 
lily-486504132 lily-1653691124 lily-808277872 lily-44031488 
lily-1986136418 lily-1183576424 lily-1528634397 lily-1464564090 
lily-1263771614 lily-1164271103 lily-234545499 lily-559988227 
lily-73310595 lily-237928617 lily-1277285174 lily-689159408 
lily-1492463131 lily-294533280
command failed: lilypond -b eps -I  
'/home/danton67/Documents/Music/PercusionAfricana/Ritmos-2006-08-07' 
snippet-map.ly http://snippet-map.ly lily-294533280 lily-1492463131 
lily-689159408 lily-1277285174 lily-237928617 lily-73310595 
lily-559988227 lily-234545499 lily-1164271103 lily-1263771614 
lily-1464564090 lily-1528634397 lily-1183576424 lily-1986136418 
lily-44031488 lily-808277872 lily-1653691124 lily-486504132 
lily-283864953 lily-1225694479 lily-1839645945 lily-1402126617 
lily-818533586 lily-1898162778 lily-708036750 lily-1905820790 
lily-2129910928 lily-1429033749 lily-1441070916 lily-1360473979 
lily-787550872 lily-222481969 lily-496377335 lily-836879846 
lily-99546443 lily-933097494 lily-1714983211 lily-82695929 
lily-2063912529 lily-1583279074 lily-451254022 lily-1969985034 
lily-258734636 lily-1898546383 lily-1078580976 lily-2080162786 
lily-2004862577 lily-899970075 lily-1558539225

Child returned 1
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
! I can't find file `Compendio.tex'.
* Compendio.tex

Please type another input file name
! Emergency stop.
* Compendio.tex


==



2006/8/7, Mats Bengtsson  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


I just tried a small example here and couldn't repeat your problems.
From the printouts you provided, it seems that the calls to gs fail,
which might provide a hint on where the problem is.


gs --version  outputs this:
 8.15.2



Don't you get any file OUT/Compendio.tex at all? You didn't
include the
last lines of the printouts. It should say something like:

Writing `Compendio.tex'...
Writing fonts to Compendio.psfonts...


I get no Compendio.tex. The eps are also garbled, I attach as example.

I also include a couple of lilypondfiles for you (they're Djembé 
excercises).


I include the master Compendio.lytex, with everything but cassa.ly 
http://cassa.ly commented out, and the Makefile.



Regarding pdfetex, I think you are confused. I guess that you use a
teTeX version 3 installation or related TeX installation. There,
the command latex will actually call the same program (pdfetex)
as pdflatex, 

Re: something strange with tuplets

2006-08-07 Thread Mats Bengtsson

You want 4 16th notes to have the same duration as 3 normal 8th notes, i.e.
as 6 normal 16th notes. Therefore, you should use \times 6/4{...} to make
the math work out correctly, right?

  /Mats

Adam Good wrote:


Hi, I'm getting strange results when trying to make a tuplet grouping...
the piece is in 12/8
i want four 16th notes within three 8th notes

in the example below i have 2 staves.
1. the top is showing the proper rhythm and proper grouping of 8th notes.
2. bottom is a mirror of the above except i want to cram four 16th 
notes into the first three 8th notes of bar 1.


but you can see how the barline is getting shoved over to the wrong 
place. it's interpreting two 16th notes as a full 8th notes for some 
reason?


---

\relative
  \new Staff { \key c \major

 #(revert-auto-beam-setting '(end * * 12 8) 3 8)
 #(revert-auto-beam-setting '(end * * 12 8) 3 4)
 #(revert-auto-beam-setting '(end * * 12 8) 9 8)

#(override-auto-beam-setting '(end 1 8 12 8) 3 8)
#(override-auto-beam-setting '(end 1 8 12 8) 7 8)
#(override-auto-beam-setting '(end 1 8 12 8) 10 8)

  \key e \minor
  \time 12/8

\repeat volta 2 { \mark \default
c'8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break

\repeat volta 2 { \mark \default
\set tupletNumberFormatFunction = #fraction-tuplet-formatter
\times 3/4 {b16 c d e} d8 c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break

}

\version 2.8.1  % necessary for upgrading to future LilyPond versions.



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



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



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


Re: something strange with tuplets

2006-08-07 Thread Markus Schneider
H Adam,

try

\times 6/4 { b16 c d e }

Your are referring to 16th, 3 beats have 6x 16th - but you want only 4.

HTH
Markus


Adam Good [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
 Hi, I'm getting strange results when trying to make a tuplet grouping...
 the piece is in 12/8
 i want four 16th notes within three 8th notes

 in the example below i have 2 staves.
 1. the top is showing the proper rhythm and proper grouping of 8th
 notes.
 2. bottom is a mirror of the above except i want to cram four 16th
 notes into the first three 8th notes of bar 1.

 but you can see how the barline is getting shoved over to the wrong
 place. it's interpreting two 16th notes as a full 8th notes for some
 reason?

 ---

 \relative
\new Staff { \key c \major

   #(revert-auto-beam-setting '(end * * 12 8) 3 8)
   #(revert-auto-beam-setting '(end * * 12 8) 3 4)
   #(revert-auto-beam-setting '(end * * 12 8) 9 8)

 #(override-auto-beam-setting '(end 1 8 12 8) 3 8)
 #(override-auto-beam-setting '(end 1 8 12 8) 7 8)
 #(override-auto-beam-setting '(end 1 8 12 8) 10 8)

\key e \minor
\time 12/8

 \repeat volta 2 { \mark \default
 c'8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
 c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break

 \repeat volta 2 { \mark \default
 \set tupletNumberFormatFunction = #fraction-tuplet-formatter
 \times 3/4 {b16 c d e} d8 c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
 c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break

 }

 \version 2.8.1  % necessary for upgrading to future LilyPond versions.





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


Fw: Clarity of Fingering?

2006-08-07 Thread Stewart Holmes

Joe,

Thanks for the reply. The circled numbers are indeed used to denote string
number, a very common practice on the guitar.

Thanks,
Stewart

- Original Message - 
From: [EMAIL PROTECTED]

To: Stewart Holmes [EMAIL PROTECTED]
Sent: Sunday, August 06, 2006 11:18 PM
Subject: Re: Clarity of Fingering?


What do the numerals in the circles represent?  Is this common notation 
for guitar?  Do they represent the string rather than the finger on the 
string?  Or do they emphsises the finger to be used?


As far as the over all look of your music, its great in my opinion.

-Original Message-

From: Stewart Holmes [EMAIL PROTECTED]
Sent: Aug 6, 2006 1:56 PM
To: lilypond-user@gnu.org
Subject: Clarity of Fingering?

Greetings,

I was wondering what other people thought about this. I'm fingering some 
music for the guitar, and I'm starting to wonder about how readable the 
fingerings are (i.e. the 3 on the 3rd beat of bar 2 in the attached png). 
Am I being over-critical and too much of a perfectionist?


Thanks,
Stewart











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


Re: something strange with tuplets

2006-08-07 Thread Adam Good

Markus and Mats,

Thank you both. it's working.

although now, only thing missing for me is the fraction shows  4:6  
when I think it's very common practice to write  4:3 


i want to tell the musicians that this is four against three

--

\repeat volta 2 { \mark \default
\set tupletNumberFormatFunction = #fraction-tuplet-formatter
\times 6/4 {b16 c d e} d8 c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break



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


Re: something strange with tuplets

2006-08-07 Thread Mats Bengtsson

If you want to stick mathematically correct and show the fraction as 4:3,
then you could typeset it using 4 8th notes instead of 16th notes, i.e.
\times 3/4 {b8 c d e}
I don't remember from the top of my head what the common typesetting
practice is, but I guess it makes more sense to typeset 16th notes as you
do. As long as you keep the default tupletNumberFormatFunction, which
only prints a 4, I wouldn't have any problems to realize what you mean,
as a musician. However, as we have pointed out, the rhythmical relationship
is really 4:6, so I'm not sure that it would be correct to write a 4:3.
If you still are convinced that you want it, one trick would be to do
\times 3/4 {b16*2 c d e}

 /Mats


Adam Good wrote:


Markus and Mats,

Thank you both. it's working.

although now, only thing missing for me is the fraction shows  4:6  
when I think it's very common practice to write  4:3 


i want to tell the musicians that this is four against three

--

\repeat volta 2 { \mark \default
\set tupletNumberFormatFunction = #fraction-tuplet-formatter
\times 6/4 {b16 c d e} d8 c b g a4. d,4 | c'4 b8 c d b g a4. a4 |
c8 d e d c b g a4. d,4 | c'4 b8 c d b g a4. a4 } \break



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



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



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


TextSpanner misbehaving?

2006-08-07 Thread Stewart Holmes



Greetings,

It seems that, under certain circumstances, 
TextSpanner misbehaves. Bug or not, this is probably my fault for bad 
organisation. I attach a .ly file that shows this in effect.

Notice how the textspanner doesn't extend to its 
full duration. Now recompile the file, but remove the line, \context Voice = "2" 
{ \voiceTwo \pedal }, and notice how

Since the disappears when I comment out this line, 
I think that this problem is due to the way my polyphony is arranged. I can't, 
however, see a better way. I need three voices for the notes themselves, and 
then another one for the dynamics/textspanners/other markings.

Thanks for your time,
Stewart
\version 2.8.0

top = \relative c''
{
	\repeat unfold 3 { g,,32 g'' g g g,32 g' g g g,32 g' g g g,32 g' g g g,32 g' g g g,32 g' g g}	
}

pedal = \relative c'
{
	g,2. | g | g |
}

bottom = \relative c'
{
	\repeat unfold 3 { s8 g g g g g | }
}

dynamics = \relative { s2.\p }
fingering = \relative { s2.^\markup fingering }
barring = \relative
{	
	\override TextSpanner #'edge-text = #'(start . end)
	\override TextSpanner #'padding = #6
	
	s2.\startTextSpan | s2. | \break s2 s8 s16 s32 s\stopTextSpan |
	
}



\context Staff = guitar
{	
	\clef G_8
	\time 3/4
	
	#(override-auto-beam-setting '(end * * * *) 1 4 'Staff)
	#(override-auto-beam-setting '(end * * * *) 1 2 'Staff)
	#(override-auto-beam-setting '(end * * * *) 3 4 'Staff)
	
	\override Staff.NoteCollision #'merge-differently-headed = ##t
	\override Staff.NoteCollision #'merge-differently-dotted = ##t
	
	
		\context Voice = 1 { \voiceOne \top }
		%%%remove the line below, and the textspanner works correctly
		\context Voice = 2 { \voiceTwo \pedal }
		\context Voice = 4 { \voiceFour \bottom }
		\context Voice = 3 { \voiceThree  \dynamics \\  \fingering \\ \barring   }
	
}

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


Fw: TextSpanner misbehaving?

2006-08-07 Thread Stewart Holmes



Oh dear, I can't type. Let me clarify:

 Notice how the textspanner doesn't extend to 
its full duration. Now recompile the file, but remove the line, \context Voice = 
"2" { \voiceTwo \pedal }, and notice how
... the textspanner now functions as it should 
do.

Since the [problem] disappears when I comment out 
this line, I think that this problem is due to the way my polyphony is arranged. 
I can't, however, see a better way. I need three voices for the notes 
themselves, and then another one for the dynamics/textspanners/other 
markings.

Thanks for your time,
Stewart



___lilypond-user mailing 
listlilypond-user@gnu.orghttp://lists.gnu.org/mailman/listinfo/lilypond-user
\version 2.8.0

top = \relative c''
{
	\repeat unfold 3 { g,,32 g'' g g g,32 g' g g g,32 g' g g g,32 g' g g g,32 g' g g g,32 g' g g}	
}

pedal = \relative c'
{
	g,2. | g | g |
}

bottom = \relative c'
{
	\repeat unfold 3 { s8 g g g g g | }
}

dynamics = \relative { s2.\p }
fingering = \relative { s2.^\markup fingering }
barring = \relative
{	
	\override TextSpanner #'edge-text = #'(start . end)
	\override TextSpanner #'padding = #6
	
	s2.\startTextSpan | s2. | \break s2 s8 s16 s32 s\stopTextSpan |
	
}



\context Staff = guitar
{	
	\clef G_8
	\time 3/4
	
	#(override-auto-beam-setting '(end * * * *) 1 4 'Staff)
	#(override-auto-beam-setting '(end * * * *) 1 2 'Staff)
	#(override-auto-beam-setting '(end * * * *) 3 4 'Staff)
	
	\override Staff.NoteCollision #'merge-differently-headed = ##t
	\override Staff.NoteCollision #'merge-differently-dotted = ##t
	
	
		\context Voice = 1 { \voiceOne \top }
		%%%remove the line below, and the textspanner works correctly
		\context Voice = 2 { \voiceTwo \pedal }
		\context Voice = 4 { \voiceFour \bottom }
		\context Voice = 3 { \voiceThree  \dynamics \\  \fingering \\ \barring   }
	
}

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


Re: Fw: Useful expressions

2006-08-07 Thread Ariel David Moya Sequeira
I have some:

Largo: very slow.

Adagio: slow.

Andantino: at walking speed.

Andante:at ease.

Moderato: not too fast, not too slow.

Allegro: fast.

Allegretto: in a gracious mood.

Vivace: very fast

Presto/prestíssimo: as fast as possible.

Tempo di menuett: between moderato and allegretto.

Grazioso: as far as I'm concerned, legato on fast notes (16th, 32th) and staccato on slower notes (whole, 8th).

Tempo di marcia: march style.

Agitato: with movement.

Poco moto: less movement.

Con fuoco: appasionately.

Con brio: with liveness.

Dolce:with a gentle mood, to press the keys softly.

...


There are many other, but I don't remember every single performance _expression_ in the music world. 

Hope this help.

Ariel D. Moya Sequeira
a.k.a.: Arthur Reglay

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


Feta symbols in latex

2006-08-07 Thread tiM
Hi, 

I'm looking for a way to import symbols from the meta fonts into my latex
project. Sorry to bother you with something that's in the past already been
on the list twice, but that instructions didn't work for me, parhaps its
outdated or i just don't know how te read them. Can somebody tell me the
exact procedure to place, for instance a clef, in my latex (lilypond-book).
If i have just 1 char that works, i can figure out how to get the other ones
myself.

And i was wondering, does someone know if the original texinfo files can be
found of the lilypond manuals? It's not latex, but i think it'd give me a
better insight and makes me able to figure out a lot more by myself so i
don't have to bother you guys unless there are more serious issues.

Greets, tiM



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


Re: Fw: Clarity of Fingering?

2006-08-07 Thread Rick Hansen (aka RickH)

I'll generally only number the bass notes and only when the string actually
changes from the previous number, leaving the other notes un-numbered unless
there is a specific need to.  This is better than using a TextSpanner with
position markers which is too verbose and hard to read quickly.  Any
guitarist who gets the right string for the current lowest note is going to
be at the right fretting position for the remaining current notes above it. 
When I'm reading a guitar score I tend to read chord stacks from bottom up,
so this works out well.  Putting a finger number along with a string number
on the bottom note, ensures absolute correct neck position, but might be
overkill too.  Most experienced guitarists will be in correct position just
knowing that for example I want that C on the 6th string (8th fret)
instead of the 5th string (3rd fret), then they take it from there to find
the rest of the fingers/strings naturally.


-- 
View this message in context: 
http://www.nabble.com/Fw%3A-Clarity-of-Fingering--tf2063042.html#a5690931
Sent from the Gnu - Lilypond - User forum at Nabble.com.



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


Broken link on lilypond.org/web/devel/#warning

2006-08-07 Thread Donald Axel


   Hi, Lilypond web-doc-maintainers:

   I am sorry to report a broken link:

  http://lilypond.org/web/devel/#warning

   I am afraid that sca.uwaterloo.ca does not mirror Lilypond any more,
sca.uwaterloo.ca. 


   I thought Debian had a mirror, but apparently the newest Debian version
is 2.6.3, I cannot find source for 2.8.5:

  ftp://ftp.debian.org/debian/pool/main/l/lilypond

where the newest Lilypond source is:

  
ftp://ftp.debian.org/debian/pool/main/l/lilypond/lilypond_2.6.3.orig.tar.gz

   Maybe there is a mirror somewhere else, but the normal way of offering a 
mirror seems to be discontinued for Lilypond at ibiblio, 

  http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/lilypond/
  ftp://ftp.dkuug.dk/heset1/gnu/ftp/savannah/files/lilypond

and others:

  http://www2.cddc.vt.edu/gnu/ftp/savannah/files/lilypond/


   I hope this is of some help.
   Regards/Donald Axel

-- 
http://d-axel.dk/



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


Re: help on invoking lilypond-book

2006-08-07 Thread Daniel Tonda
Ok, I will try the AFPL version on the package list on unbunt and comment how it went. Thanks!Daniel T.2006/8/7, Mats Bengtsson 
[EMAIL PROTECTED]:I'd recommend to upgrade to a newer version of Ghostscript.
There are two more or less parallel sets of Ghostscript versions,the GPL (released under Gnu public licence) and the AFPL whichhave a slightly more restrictive licence. My guess is that you havethe GPL version, but I saw on the Ubuntu package list that there's
also a package called gs-afpl which contains the AFPL version, whichis supposed to contain more new features compared to the GPL versionwith the same version number, if I'm not mistaken.I use version AFPL 
8.50 of Ghostscript and your file works withoutany problems here. /MatsDaniel Tonda wrote: Hi, thanks for your prompt response. I'm running Ubuntu 6.06.1 TLS.
 here's the last lines of output:   Processing `Compendio.lytex:141 ( lily-899970075.ly
 http://lily-899970075.ly)' Parsing... Renaming input to: `yankadi.ly' Interpreting music... [2] Preprocessing graphical objects...
 Calculating line breaks... Drawing systems... Writing lily-899970075-systems.tex... Writing lily-899970075-systems.texi... Layout output to `lily-899970075-1.eps'... Converting to `lily-
899970075-1.pdf'... `gs -q-dSAFER -dEPSCrop-dCompatibilityLevel= 1.4-dNOPAUSE -dBATCH -r1200-sDEVICE=pdfwrite -sOutputFile=lily-899970075-1.pdf -c .setpdfwrite -f lily-899970075-1.eps
' failed (256) Processing `Compendio.lytex:143 ( lily-1558539225.ly http://lily-1558539225.ly)' Parsing...
 Renaming input to: `zawuli.ly' Interpreting music... [4] Preprocessing graphical objects... Calculating line breaks... [3][5] Drawing systems... Writing lily-1558539225-systems.tex
.. . Writing lily-1558539225-systems.texi... Layout output to `lily-1558539225-1.eps'... Converting to `lily-1558539225-1.pdf'... `gs -q-dSAFER -dEPSCrop-dCompatibilityLevel=1.4-dNOPAUSE
 -dBATCH -r1200-sDEVICE=pdfwrite -sOutputFile= lily-1558539225-1.pdf -c .setpdfwrite -f lily-1558539225-1.eps' failed (256) error: failed files: lily-1558539225 lily-899970075 lily-2004862577
 lily-2080162786 lily-1078580976 lily-1898546383 lily-258734636 lily-1969985034 lily-451254022 lily-1583279074 lily-2063912529 lily-82695929 lily-1714983211 lily-933097494 lily-99546443 lily-836879846 lily-496377335 lily-222481969 lily-787550872
 lily-1360473979 lily-1441070916 lily-1429033749 lily-2129910928 lily-1905820790 lily-708036750 lily-1898162778 lily-818533586 lily-1402126617 lily-1839645945 lily-1225694479 lily-283864953 lily-486504132 lily-1653691124 lily-808277872 lily-44031488
 lily-1986136418 lily-1183576424 lily-1528634397 lily-1464564090 lily-1263771614 lily-1164271103 lily-234545499 lily-559988227 lily-73310595 lily-237928617 lily-1277285174 lily-689159408 lily-1492463131 lily-294533280
 command failed: lilypond -b eps -I '/home/danton67/Documents/Music/PercusionAfricana/Ritmos-2006-08-07' snippet-map.ly http://snippet-map.ly
 lily-294533280 lily-1492463131 lily-689159408 lily-1277285174 lily-237928617 lily-73310595 lily-559988227 lily-234545499 lily-1164271103 lily-1263771614 lily-1464564090 lily-1528634397 lily-1183576424 lily-1986136418
 lily-44031488 lily-808277872 lily-1653691124 lily-486504132 lily-283864953 lily-1225694479 lily-1839645945 lily-1402126617 lily-818533586 lily-1898162778 lily-708036750 lily-1905820790 lily-2129910928 lily-1429033749 lily-1441070916 lily-1360473979
 lily-787550872 lily-222481969 lily-496377335 lily-836879846 lily-99546443 lily-933097494 lily-1714983211 lily-82695929 lily-2063912529 lily-1583279074 lily-451254022 lily-1969985034 lily-258734636 lily-1898546383 lily-1078580976 lily-2080162786
 lily-2004862577 lily-899970075 lily-1558539225 Child returned 1 This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode ! I can't find file `Compendio.tex'.
 * Compendio.tex Please type another input file name ! Emergency stop. * Compendio.tex ==
 2006/8/7, Mats Bengtsson  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:
 I just tried a small example here and couldn't repeat your problems. From the printouts you provided, it seems that the calls to gs fail, which might provide a hint on where the problem is.
 gs --versionoutputs this:8.15.2 Don't you get any file OUT/Compendio.tex at all? You didn't include the last lines of the printouts. It should say something like:
 Writing `Compendio.tex'... Writing fonts to Compendio.psfonts... I get no Compendio.tex. The eps are also garbled, I attach as example. I also include a couple of lilypondfiles for you (they're Djembé
 excercises). I include the master Compendio.lytex, with everything but cassa.ly http://cassa.ly commented out, and the Makefile.
 Regarding pdfetex, I think you are confused. I guess that you use a teTeX version 3 installation or related TeX installation. There, the command latex will actually call the same program 

Help to install sensible transposing LSR

2006-08-07 Thread alanvw




Win XP Version 2.8.5

I am trying to naturalise the pitch by reducing the number of 
accidentals using the LSR. Could someone 
tell me how to install this LSR? (I am not a programmer).

Thanks in advance
Vincent Albury-Ward


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.10.7/411 - Release Date: 7/08/2006
 
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: help on invoking lilypond-book

2006-08-07 Thread Daniel Tonda
Ok, with the package from Ubuntu gs-afpl, the output is exactly the same. Im trying it out with tha latex source code including only one lilypond file, so as not to make the output too long.$ makelilypond-book -f latex --psfonts -o OUT 
Compendio.lytex ; cd OUT  latex --interaction=nonstopmode Compendio.tex ; dvips -o -h Compendio.psfonts -Ppdf Compendio.dvililypond-book (GNU LilyPond) 2.9.14Reading Compendio.lytex...Running latex...latex: /usr/local/lilypond/usr/lib/libpng12.so.0: no version information available (required by latex)
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)entering extended mode(/tmp/tmpW9igRl.texLaTeX2e 2003/12/01Babel v3.8d and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, estonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polish, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.(/usr/share/texmf-tetex/tex/latex/base/book.clsDocument Class: book 2004/02/16 v1.4f Standard LaTeX document class(/usr/share/texmf-tetex/tex/latex/base/bk10.clo))
(/usr/share/texmf-tetex/tex/latex/avantgar/avantgar.sty)(/usr/share/texmf-tetex/tex/latex/base/fontenc.sty(/usr/share/texmf-tetex/tex/latex/base/t1enc.def))(/usr/share/texmf-tetex/tex/latex/base/inputenc.sty
(/usr/share/texmf-tetex/tex/latex/base/latin1.def))(/usr/share/texmf-tetex/tex/latex/geometry/geometry.sty(/usr/share/texmf-tetex/tex/latex/graphics/keyval.sty)(/usr/share/texmf-tetex/tex/latex/geometry/geometry.cfg))
(/usr/share/texmf-tetex/tex/latex/fancyhdr/fancyhdr.sty)(/usr/share/texmf-tetex/tex/latex/setspace/setspace.styPackage: `setspace' 6.7 2000/12/01) (/usr/share/texmf-tetex/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-tetex/tex/latex/graphics/graphics.sty(/usr/share/texmf-tetex/tex/latex/graphics/trig.sty)(/usr/share/texmf-tetex/tex/latex/graphics/graphics.cfg)(/usr/share/texmf-tetex/tex/latex/graphics/dvips.def)))
(/usr/share/texmf-tetex/tex/generic/thumbpdf/thumbpdf.styPackage thumbpdf Warning: Missing driver name.) (/usr/share/texmf-tetex/tex/generic/babel/babel.sty(/usr/share/texmf-tetex/tex/generic/babel/spanish.ldf
(/usr/share/texmf-tetex/tex/generic/babel/babel.def)))(/usr/share/texmf-tetex/tex/latex/url/url.sty)(/usr/share/texmf-tetex/tex/latex/hyperref/hyperref.sty(/usr/share/texmf-tetex/tex/latex/hyperref/pd1enc.def)
(/usr/share/texmf-tetex/tex/latex/hyperref/hyperref.cfg)Implicit mode ON; LaTeX internals redefined)*hyperref using default driver hdvips*(/usr/share/texmf-tetex/tex/latex/hyperref/hdvips.def(/usr/share/texmf-tetex/tex/latex/hyperref/pdfmark.def))
No file tmpW9igRl.aux.(/usr/share/texmf-tetex/tex/latex/psnfss/t1pag.fd)(/usr/share/texmf-tetex/tex/latex/hyperref/nameref.sty)textwidth=514.71037ptcolumnsep=10.0pt(./tmpW9igRl.aux) )No pages of output.
Transcript written on tmpW9igRl.log.Dissecting...Writing snippets...Processing...Running lilypond...GNU LilyPond 2.9.14Processing `/home/danton67/Documents/Music/PercusionAfricana/Ritmos-2006-08-07/snippet-
map.ly'Parsing...Processing `/home/danton67/Documents/Music/PercusionAfricana/Ritmos-2006-08-07/lily-234545499.ly'Parsing...Renaming input to: `cassa.ly'
Interpreting music... [8]Preprocessing graphical objects...Calculating line breaks... [3][6]Drawing systems...Writing lily-234545499-systems.tex...Writing lily-234545499-systems.texi...Layout output to `lily-
234545499-1.eps'...Converting to `lily-234545499-1.pdf'...`gs -q -dSAFER -dEPSCrop -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=lily-234545499-1.pdf -c .setpdfwrite -f 
lily-234545499-1.eps' failed (256)error: failed files: lily-234545499command failed: lilypond -b eps -I '/home/danton67/Documents/Music/PercusionAfricana/Ritmos-2006-08-07' 
snippet-map.ly lily-234545499Child returned 1This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)entering extended mode! I can't find file `Compendio.tex'.* Compendio.texPlease type another input file name
! Emergency stop.* Compendio.texNo pages of output.Transcript written on texput.log.This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com
)dvips: ! DVI file can't be opened.make: *** [default] Error 1I will install the lates afpl ghostscript from source and see if things work out, will comment on how it goes.
Daniel Tonda C.2006/8/7, Daniel Tonda [EMAIL PROTECTED]:
Ok, I will try the AFPL version on the package list on unbunt and comment how it went. Thanks!Daniel T.2006/8/7, Mats Bengtsson 

[EMAIL PROTECTED]:
I'd recommend to upgrade to a newer version of Ghostscript.
There are two more or less parallel sets of Ghostscript versions,the GPL (released under Gnu public licence) and the AFPL whichhave a slightly more restrictive licence. My guess is that you havethe GPL version, but I saw on the Ubuntu package list that there's
also a package called gs-afpl which contains the AFPL 

Re: help on invoking lilypond-book

2006-08-07 Thread Daniel Tonda Castillo
I downloaded and built ghostscript-afpl version 8.54. It built without 
problems.


I ran the makefile script and the same error appeared, so I ran:

lilypond-book -b eps -o OUT --psfonts -V Compendio.lytex  (the V for 
more verboseness).


The errors that appeared were concerning gs cant find or can't open 
/usr/local//lilypond/Resources/Fonts/Emmentaler-20.


And the same for Nimbus...

I linked the fonts *.otf *.pfa in the directory in the directory and 
finally the command worked.


The directory  now containes the following:

$ ls /usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/* -1
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/aybabtu.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-Bold
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-BoldItal
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-BoldItal.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-Bold.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-Ital
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-Ital.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-Roma
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/CenturySchL-Roma.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-11
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-11.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-13
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-13.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-14
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-14.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-16
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-16.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-18
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-18.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-20
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-20.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-23
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-23.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-26
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/Emmentaler-26.otf
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet11
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet11.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet13
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet13.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet14
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet14.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet16
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet16.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet18
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet18.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet20
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet20.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet23
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet23.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet26
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/feta-alphabet26.pfa
/usr/local/lilypond/usr/share/ghostscript/8.50/Resource/Font/fonts.cache-1

I ran the makefile script and here's the output:

$ make
lilypond-book -f latex --psfonts -o OUT Compendio.lytex ; cd OUT  
latex --interaction=nonstopmode Compendio.tex ; dvips -o -h 
Compendio.psfonts Compendio.dvi  ps2pdf Compendio.ps Compendio.pdf  
cp Compendio.pdf ../

lilypond-book (GNU LilyPond) 2.9.14
Reading Compendio.lytex...
Running latex...latex: /usr/local/lilypond/usr/lib/libpng12.so.0: no 
version information available (required by latex)

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(/tmp/tmpvh64gq.tex
LaTeX2e 2003/12/01
Babel v3.8d and hyphenation patterns for american, french, german, 
ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, 
esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, 
norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, 
swedish, tur

kish, ukrainian, nohyphenation, loaded.

(/usr/share/texmf-tetex/tex/latex/base/book.cls
Document Class: book 2004/02/16 v1.4f Standard LaTeX document class