Re: Connected arpeggios up-down

2006-10-11 Thread Mats Bengtsson
By default, the macros \arpeggioUp and -Down only modify what happens in 
the
current Voice context, whereas connected arpeggios are handled at the 
Staff level.
Just add the following lines at the top of your file to redefine the 
macros to do the

change at the Staff level:

arpeggioUp = \sequential {
 \override Staff.Arpeggio  #'arpeggio-direction = #UP
}
arpeggioDown = \sequential {
 \override Staff.Arpeggio  #'arpeggio-direction = #DOWN
}

arpeggioNeutral = \sequential {
 \revert Staff.Arpeggio  #'arpeggio-direction
}

(I haven't actually verified that this solution works.)

  /Mats

Mehmet Okonsar wrote:

I guess there is no way to get connected arpeggios up or down..
\arpeggioUp and ..Down seems to work only on non-connected ones..?
Wouldn't it be nice?
  


--
=
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: no bar numbers

2006-10-11 Thread Mats Bengtsson

This change happened already in version 2.9.3 or so.
If you want the bar numbers back, add something like
\layout{
 \context{
   \Score
   \consists Bar_number_engraver
 }
}
somewhere below \include "gregorian-init.ly"

  /Mats


Ole Hesprich wrote:

Hi @ all!

Has anyone the same experience with LilyPond 2.9.22? I tried the
following example:

\version "2.9.22"
\include "gregorian-init.ly"
\include "deutsch.ly"

#(set-global-staff-size 18)


\relative c' {a1 a a a\break a a a a\break a a a a}


As a result I get an output without any barnumbers.

Can someone tell me, how I can activate the output of the barnumbers? I
remember that there were no problems in previous versions I tried before.

Ole


___
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: OOoLilyPond 0.3 released

2006-10-11 Thread Mats Bengtsson



Samuel Hartmann wrote:

* on Linux, ~/.ooolilypond-tmp is used for temporary files


Why not use a directory in /tmp/ for temporary files? I'm probably not the
only one who has $HOME on a network file system with limited quota.
Of course, I could add a soft link from .ooolilypond-tmp to /tmp/.

  /Mats


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


Connected arpeggios up-down

2006-10-11 Thread Mehmet Okonsar
I guess there is no way to get connected arpeggios up or down..
\arpeggioUp and ..Down seems to work only on non-connected ones..?
Wouldn't it be nice?
-- 
Mehmet Okonsar,
pianist-composer-conductor
www.okonsar.com


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


Re: OOoLilyPond 0.3 released

2006-10-11 Thread Samuel Hartmann

Hi David,

David Bobroff wrote:

I've grabbed v0.3 and the install instructions are not consistent with 
what I'm seeing.  When I get to the part where it says:


- Select "OpenOffice.org Macros/user/OOoLilyPond/OOoLilyPondMusic" as 
Functions Category


that path is not there.  I get:

OpenOffice.org/user/OOoLilyPond/

Is there something missing in the distribution, or is there something 
amiss in the instructions?


Maybe you read the wrong instructions. On the web page and in the file 
offline version which you find in the tar.gz or zip file you find these 
instructions:


Associate a keyboard shortcut with the macro
- Create a new writer document
- Select from the Menu: "Tools" --> "Customize..."
- Go to the tab "Keyboard"
- Select "Control-M" as Shortcut key
- Select "OpenOffice.org Macros/user/OOoLilyPond/Main" as Functions Category
- Select "main" as Funtion
- Click "Modify"

The path "OpenOffice.org Macros/user/OOoLilyPond/Main" seems to be the 
correct one. Did you read the instructions on the web page? May be your 
browser cage had an older version of the web page which was loaded when 
visiting it.



Regards,

Samuel



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


OOoLP fails with same error

2006-10-11 Thread Dave Phillips

Hi Samuel,

Apparently there's something deeply wrong with my setup. I'm now using 
OOo 2.0.4, LilyPond 2.8.6, and I receive the identical error as before:


terminate called after throwing an instance of
'std::logic_error'
what():basic_string::_S_construct NULL not valid

I'm inclined to believe that the error originates in Debian's default 
build of OOo, but I'm really just guessing. Alas, as I said, Google is 
no help with this error. I've put a message on the Linux audio 
developers' list, perhaps one of the C++ gurus there can help.


Best,

dp



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


Re: Newbie Question about cadenzas

2006-10-11 Thread Silouan

Thank you thank you thank you thank you!

I had assumed (I know--bad idea) that the whichBar was associated with the
removal of the time signature.  Shows what I know!  It looks great! 

Thanks again!

Silouan


Rick Hansen (aka RickH) wrote:
> 
> Your example prints the bar lines if you simply comment out the line that
> says:
> 
> whichBar = #""
> 
> at the layout staff scope level.
> 
> Setting whichBar at staff level seems to override your already correct
> \bar "|" statements.
> 
> 
> 
> 
> Silouan wrote:
>> 
>> I've just started learning Lilypond and am very excited about the
>> possibilities!  What I am trying to do is to typeset music that we use in
>> our church services (Greek Orthodox).  The entire service is a cadenza! 
>> Everything (so far) is working well, except that I can't seem to find how
>> to insert a bar line at particular points in the service.  I've searched
>> to no avail.  Can anyone tell me, please, how to insert bars at manual
>> places in a cadenza? Here's what I have so far.  I'm willing to make any
>> changes suggested; I've pieced this together from the documentation and
>> some things I've found on the net.  Many thanks in advance!
>> 
>> Silouan
>> 
>> 
>> 
>> \version "2.6.3"
>> 
>> melody = \relative c' { \clef alto
>>  \cadenzaOn c4 c d2 ( e2 ) c4 c c c d e f2 \cadenzaOff \bar "|"
>>  \cadenzaOn e4 e e e e e d2 c1 \cadenzaOff \bar "|"
>> }
>> 
>> text = \lyricmode {
>>  In Thy king __ dom re -- mem -- ber us, O Lord,
>>  when Thou com -- est in Thy king -- dom.
>> }
>> 
>> \header {
>>  title ="The Beatitudes"
>>  subtitle = "1st Tone"
>>  tagline = ""
>> }
>> 
>> \score {
>>  <<
>>  \context Voice = one {
>>  \melody
>>  }
>>  \lyricsto "one" \new Lyrics \text
>>  >>
>> 
>>  \layout {
>>  \context {
>>  \Staff
>>  whichBar = #""
>>  \remove "Time_signature_engraver"
>>  }
>>  }
>> }
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Newbie-Question-about-cadenzas-tf2420982.html#a6749996
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Newbie Question about cadenzas

2006-10-11 Thread Silouan

I've just started learning Lilypond and am very excited about the
possibilities!  What I am trying to do is to typeset music that we use in
our church services (Greek Orthodox).  The entire service is a cadenza! 
Everything (so far) is working well, except that I can't seem to find how to
insert a bar line at particular points in the service.  I've searched to no
avail.  Can anyone tell me, please, how to insert bars at manual places in a
cadenza? Here's what I have so far.  I'm willing to make any changes
suggested; I've pieced this together from the documentation and some things
I've found on the net.  Many thanks in advance!

Silouan



\version "2.6.3"

melody = \relative c' { \clef alto
\cadenzaOn c4 c d2 ( e2 ) c4 c c c d e f2 \cadenzaOff \bar "|"
\cadenzaOn e4 e e e e e d2 c1 \cadenzaOff \bar "|"
}

text = \lyricmode {
In Thy king __ dom re -- mem -- ber us, O Lord,
when Thou com -- est in Thy king -- dom.
}

\header {
title ="The Beatitudes"
subtitle = "1st Tone"
tagline = ""
}

\score {
<<
\context Voice = one {
\melody
}
\lyricsto "one" \new Lyrics \text
>>

\layout {
\context {
\Staff
whichBar = #""
\remove "Time_signature_engraver"
}
}
}

-- 
View this message in context: 
http://www.nabble.com/Newbie-Question-about-cadenzas-tf2420982.html#a6749680
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: never mind Re: The file changes; lilypond doesn't notice

2006-10-11 Thread Marcus Macauley

Mats Bengtsson wrote:

If you can isolate the problem, please send a bug report,
a segmentation fault is always a serious bug!


OK, I posted a bug report to bug-lilypond.

(The problem, in short, was that \addquote couldn't handle a \new Voice.  
The documentation mentions this limitation, but says nothing about a  
segmentation fault.)


Marcus


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


Re: 2.9.22 eps backend on Windows

2006-10-11 Thread Han-Wen Nienhuys

Bertalan Fodor schreef:

Hello

I'm trying to use the eps backend (also by lilypond-book) and it doesn't 
work. I get the following error


Please Help! I'm very frustrated.



you have to use -dinclude-eps-fonts, otherwise GS will try to load fonts 
on its own, which usually fails.


--

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

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


Re: 2.9.22 eps backend on Windows

2006-10-11 Thread Brett Duncan

Bertalan Fodor wrote:

Hello

I'm trying to use the eps backend (also by lilypond-book) and it doesn't 
work. I get the following error


Please Help! I'm very frustrated.

Bert


Interpreting music... [1]
Preprocessing graphical objects...
Writing proba1-systems.tex...
Writing proba1-systems.texi...
Layout output to `proba1-1.eps'...
Error: /invalidfont in findfont
Operand stack:
  CenturySchL-Roma   2.19953   CenturySchL-Roma   Font   
CenturySchL-Roma   359549   CenturySchL-Roma   --nostringval--   
CenturySchL-Roma   NewCenturySchlbk-Roman

Execution stack:
  %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   
--nostringval--   --nostringval--   false   1   %stopped_push   1   3   
%oparray_pop   1   3   %oparray_pop   --nostringval--   1   3   
%oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   
--nostringval--   2   3   %oparray_pop   --nostringval--   3   3   
%oparray_pop   4   3   %oparray_pop   --nostringval--   
--nostringval--   --nostringval--   --nostringval--   --nostringval--   
false   1   %stopped_push   7   4   %oparray_pop   --nostringval--   
--nostringval--   --nostringval--   --nostringval--   --nostringval--   
%array_continue   --nostringval--   --nostringval--   1   -1   1   
--nostringval--   %for_neg_int_continue

Dictionary stack:
  --dict:1122/1686(ro)(G)--   --dict:0/20(G)--   --dict:107/200(L)--   
--dict:17/17(ro)(G)--   --dict:1122/1686(ro)(G)--

Current allocation mode is local
Last OS error: No such file or directory
Current file position is 5781
Converting to `proba1-1.pdf'...GPL Ghostscript 8.50: Unrecoverable 
error, exit code 1
`gs -q-dEPSCrop  -dCompatibilityLevel#1.4  -dNOPAUSE -dBATCH -r1200  
-sDEVICE#pdfwrite -sOutputFile#"proba1-1.pdf" -c .setpdfwrite -f 
"proba1-1.eps"' failed (1)


It's not only Windows - I just tried to use 2.9.22 with the EPS backend 
on my G4 Mac, and got this:


Processing `Pray.ly'
Parsing...
Interpreting music... [8][16][19]
Preprocessing graphical objects...
Writing Pray-systems.tex...
Writing Pray-systems.texi...
Layout output to `Pray-1.eps'...
Converting to `Pray-1.pdf'...
`gs -q  -dSAFER   -dEPSCrop  -dCompatibilityLevel=1.4  -dNOPAUSE -dBATCH 
-r1200  -sDEVICE=pdfwrite -sOutputFile="Pray-1.pdf" -c .setpdfwrite -f 
"Pray-1.eps"' failed (256)

error: failed files: "Pray.ly"

and when I set the flag for verbose, I get a message error that contains 
lines almost identical to the ones Bertalan posted. I also noticed just 
above those lines this:


Can't find (or can't open) font file c059013l.pfb.
Can't find (or can't open) font file 
/Applications/LilyPond.app/Contents/Resources/share/ghostscript/8.50/Resource/Font/CenturySchL-Roma.

Can't find (or can't open) font file CenturySchL-Roma.
Querying operating system for font files...
Didn't find this font on the system!
Substituting font NewCenturySchlbk-Roman for CenturySchL-Roma.
Unable to substitute for font.


Brett


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


Re: OOoLilyPond 0.3 released

2006-10-11 Thread David Bobroff

Samuel Hartmann wrote:
The new release of OOoLilyPond can be downloaded now 
(http://ooolilypond.sourceforge.net). 


I've grabbed v0.3 and the install instructions are not consistent with 
what I'm seeing.  When I get to the part where it says:


- Select "OpenOffice.org Macros/user/OOoLilyPond/OOoLilyPondMusic" as 
Functions Category


that path is not there.  I get:

OpenOffice.org/user/OOoLilyPond/

Is there something missing in the distribution, or is there something 
amiss in the instructions?


-David


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


OOoLilyPond 0.3 released

2006-10-11 Thread Samuel Hartmann
The new release of OOoLilyPond can be downloaded now 
(http://ooolilypond.sourceforge.net).


The main change is that is does not call a bash script anymore. So on 
Windows OOoLilyPond can be used with the MinGW-Version of lilypond 
without the need for installing cygwin.


Here is the ChangeLog:

* Code cleaned up
* No bash script is needed anymore
* No cygwin is needed on Windows
* Works with MinGW version of LilyPond
* cygwin version of LilyPond is not supported anymore
* Cleaned up configuration Dialog
* LilyPond executable can be specified
* Templates can be selected using a pop up menu
* on Linux, ~/.ooolilypond-tmp is used for temporary files
* on Windows, %SystemRoot%\Temp is used for temporary files
* on Linux, Settings are stored in ~/.ooolilypond
* on Windows, Settings are stored in %APPDATA%\ooolilypond
	* Changed the way the LilyPond Code and Template name is stored in the 
graphic



have fun,

Samuel


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


no bar numbers

2006-10-11 Thread Ole Hesprich
Hi @ all!

Has anyone the same experience with LilyPond 2.9.22? I tried the
following example:

\version "2.9.22"
\include "gregorian-init.ly"
\include "deutsch.ly"

#(set-global-staff-size 18)


\relative c' {a1 a a a\break a a a a\break a a a a}


As a result I get an output without any barnumbers.

Can someone tell me, how I can activate the output of the barnumbers? I
remember that there were no problems in previous versions I tried before.

Ole


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


I would like to buy this enhancement (highly motivated buyer)

2006-10-11 Thread Rick Hansen (aka RickH)

I've been using LP for a while now and waiting for the time when I think I
could finance a very useful enhancement.  Now I have something that I would
like to sponsor, and I think it would be a very worthwhile enhancement,
especially for musicologists.  Please tell me if there already is a way to
do what I am about to describe, as that will save me some money in
sponsoring it.

Requirement:

A method whereby I can take an existing LP score, and by adding a simple
array list (new property) to the \paper block, have lilypond "cut up" the
score into several pre-defined cutouts of the full score.  Each fragment
being an eps file that contains only the measures I asked for.  Here is an
example of what the source code MIGHT look like, (I dont profess to know
scheme so I leave final implementation language up to the developer).


Example of possible solution:

%EXAMPLE BEGIN

(define-public mysnippets '(
   ("measures04thru08.eps" . (cons (* 04) (* 08)))
   ("measures20thru24.eps" . (cons (* 20) (* 24)))
   ("measures01thru06.eps" . (cons (* 01) (* 06)))
   ("measures09thru18.eps" . (cons (* 09) (* 18)))
   ("measures30thru30.eps" . (cons (* 30) (* 30)))
   ("measures34thru35.eps" . (cons (* 34) (* 35)))
   ("measures02thru04.eps" . (cons (* 02) (* 04)))
   ("measures40thru47.eps" . (cons (* 40) (* 47)))
))


\Paper
cutout-rectangles = #(alist->hash-table mysnippets)
}

%EXAMPLE END


Benefits:

1) The user would write their musical score as they always do.

2) They would then define an alist that lists all the "cutouts" they want to
extract, for each cutout they would specify a file name, the starting
measure number, and the ending measure number.

3) Upon compiling their score as usual, the full PDF will be generated as
always, but in addition all the "cutouts" will be outputted to the file
names provided in the alist.  The contents of each cutout rectangle would
match exactly, verbatim, to that area of the full score.

4) The users word processor would be set up to "include" these snippet
rectangle eps files where needed.

5) The contents of each eps would be as though I physically took a razor
blade and "cutout" that rectangle from the paper.  Each cutout would contain
all vertical staffs at the named measures exactly as shown in the full
score, including chordnames, lyrics, tabs, whatever.


Logically I think this enhancement belongs in the \paper block because it is
really meant to be a score that has been "cutup" for use by a "pasteup"
artist.  Probably the best way to do it would be a post-process that takes
the full .ps file and carves out the rectangles from that.  That would
insure that they always match the full score perfectly.  Maybe "comment
markers" can be embedded in the ps file at lily run time, then all the
post-processor has to do is find the markers and write out the postscript
"cutouts" to separate files based on from/to markers?

How much would this cost to develop based on whatever way YOU think is best
to implement/code it?  I am really only interested in the resulting
capability, not how it actually gets accomplished.


Thanks
Rick


-- 
View this message in context: 
http://www.nabble.com/I-would-like-to-buy-this-enhancement-%28highly-motivated-buyer%29-tf2425929.html#a6764292
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: Using Lilypond

2006-10-11 Thread Bodvar Bjorgvinsson
On Monday 09 October 2006 17:04 Han-Wen Nienhuys wrote:
> Joe Wilson schreef:
> > Lilypond is amazing!  I am a music educator who used to be frustrated
> > with the time spent with commonly used commercial notation software.  I
> > find Lilypond to be so amazingly fast and easy to use for reproducing
> > instrument parts and typesetting arrangements that I am now using it for
> > all of my classroom needs. I spend less time messing around with the
> > mouse, and the results are far more readable.  Thank you to all the
> > individuals who develop Lilypond!
>
> great to hear that. Have fun!

It is really amazing that even I who have not done much in music since the 
early 60's, have found it usable. For someone more into music than me it must 
be real easy to use.

I told a music teacher about it the other day and he was rather amazed and 
took a sample of an augmented quartet music I had printed out.

Thanks for LilyPond. I use it almost every week now.
-- 
Bodvar Bjorgvinsson
http://www.bodvar.net


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


Re: Possible to change the three-quarters-flat symbol?

2006-10-11 Thread Mats Bengtsson

If you just have the desired symbol available in some font
or can compose it by combining existing symbols in some way,
it is fairly straightforward to redefine the way an accidental
is typeset. If you want it fully automated so that LilyPond
itself replaces every three-quarters-flat symbol with some
other symbol, then you need to write a few lines in the
Scheme programming language.

The best solution would of course be to include these
different variants of the accidental symbols into the
LilyPond font and to add some style property that can be
used to select the desired layout. This requires more
hacking, though.

  /Mats

Alexander Ness wrote:


Hello,

I am a composition student in New York. I recently discovered
LilyPond, and am excited by its flexibility, clarity of design, and
high output quality.

Is there a way to change the three-quarters-flat symbol, and---more
generally---to designate  symbols for other microtonal accidentals
(arrows for 1/8 tones, for example)? The current 3/4-flat symbol looks
confusingly like a double-flat; far more common, at least in the U.S.,
is a symbol combining the 1/2- and 1/4-flats by fusing their stems, to
create a symmetrical heart shape with a vertical line extending
upwards.

Thank you for your help!

Alexander Ness




___
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


Slightly OT: Music Publishers Association style guide

2006-10-11 Thread Rick Hansen (aka RickH)

For anyone interested I thought I'd post this link from the MPA web site,
it's their std notation style guide:

http://www.mpa.org/music_notation/standard_practice.pdf


-- 
View this message in context: 
http://www.nabble.com/Slightly-OT%3A-Music-Publishers-Association-style-guide-tf2424739.html#a6760362
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Possible to change the three-quarters-flat symbol?

2006-10-11 Thread Alexander Ness
Hello,

I am a composition student in New York. I recently discovered
LilyPond, and am excited by its flexibility, clarity of design, and
high output quality.

Is there a way to change the three-quarters-flat symbol, and---more
generally---to designate  symbols for other microtonal accidentals
(arrows for 1/8 tones, for example)? The current 3/4-flat symbol looks
confusingly like a double-flat; far more common, at least in the U.S.,
is a symbol combining the 1/2- and 1/4-flats by fusing their stems, to
create a symmetrical heart shape with a vertical line extending
upwards.

Thank you for your help!

Alexander Ness




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


Re: eps again

2006-10-11 Thread Rick Hansen (aka RickH)

Just for info, I was using Microsoft Word Win XP, and yes they just show up
as rectangles in the application.  But at least the rectangles are of the
proper size.  But when I print the MSWord doc to the printer (or print a
PDF) the results are beautiful, no issues, no error messages from Word or
Adobe Reader.  So I am happy with my results, not having wysiwyg in Word is
just a deficiency with MSWord that I can live with.

What is "odt"?

However, on my Windows 2000 machine the eps files behave as though some of
the font characters are missing, I'm attributing that to a bug in Win 2000
at this time, and maybe not a problem with the eps generation, because all
is working fine on Win XP.

Not much help for you I'm sure, but it might give someone looking into this
some more insight.

Rick



Thomas Scharkowski wrote:
> 
> I seem to have the same problem as already reported here:
> (Windows XP, Lilypond 2.9.22)
> 
>   lilypond -b eps -dno-gs-load-fonts -dinclude-eps-fonts  epstest.ly
> 
> produces an eps-file, which I can view with gsview, and a pdf.
> I did insert the eps into a odt file, shows as a rectangle (this is 
> normal (?)).
> Printing gives the following error message:
> 
>   ERROR: undefinedresource
>   OFFENDING COMMAND: findresource
> 
>   STACK:
>   
>   /FontSetInit
> 
> Thanks,
> Thomas
> 
> Code:
> --
> \version "2.9.22"
> \paper{
>   indent=0\mm
>   oddFooterMarkup=##f
>   oddHeaderMarkup=##f
>   bookTitleMarkup=##f
>   scoreTitleMarkup=##f
>   ragged-right=##t
> }
> \relative c' {c d e f | g a b c}
> 
> 
> 
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/eps-again-tf2421979.html#a6755920
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Question_about CapsAndNames andDelimitersAndEscapes for-lilypond-items

2006-10-11 Thread Eyolf Ostrem
One of the things that has taken me the longest time to get my head around in 
LP, and where I have made most mistakes with typos that I haven't understood 
why they don't work, is the various combinations of CamelCase, 
scheme-type-hyphenated-names, camelCaseWithLowercaseFirstLetter, and the 
various one-word versions of these, which result in equal-looking names.
Furthermore, which naming schemes are REQUIRED in the various languages that 
are involved and which are only conventions (in the manual, e.g.).
And, thirdly, which items are escaped with \ and which are not.
I've looked through the documentation, and then one gets a fairly clear 
picture, but it would have been nice to have it summarized in one place in 
the manual.
The patterns seem to be (but correct me if I'm wrong):

Music expressions, GROBs and Contexts: CamelCase
Music classes, music properties, Grob interfaces, and backend properties: 
scheme-type
Engravers: Caps_and_underscores
Context properties: lowercaseAndCamelCase
backend properties: scheme-style (but X and Y are capitalized as first items!)
scheme functions: ly:plus-scheme-style

This results in the following variants for various bar-related commands:

Bar_engraver
barCheckSynchronize
BarLine

That's clear enough, I suppose. I still don't have a consistent understanding 
of the difference between music properties and context properties, and why 
they need different style, but I'll get there.

But there's more: in one place in the manual, there is an example where both  
\consists Bar_engraver and 
\consists "Volta_engraver"
appear. Why the quotation marks? Is this optional? In general? or is it a 
typo?
Why \Score in some cases and \score in others? Is that optional? Or are they 
in fact different types of names?

And the following, which I simply don't understand:

"9.1.5 Changing context default settings

  \layout {
...
\context {
   \Staff
...
}
  }
   Here  \Staff takes the existing definition for context Staff from the 
identifier \Staff."

Why is this an identifier, which usually (it seems) are lower-case? Why isn't 
what follows it enclosed in {}? And, again, do the three "Staff"s in the 
explaining sentence refer to three different (types of) objects? Is the first 
\Staff a different item than the context Staff, which just happens to have 
the same name? Is this \Staff the "identifier \Staff" which is mentioned 
later in the sentence, or is it yet another thing with the same name?
I'm confused... Mostly because of the {}-less syntax, but also by the 
same-same-but-different names. 
Can someone enlighten me?

I feel that the documentation in many cases either gives simple examples 
(where it is not evident what are simply randomly chosen names in the 
examples and what is LP functions), or - in the program reference - is 
extremely terse. The middle ground, which would connect the two, is often 
missing, such as in the case of the naming conventions/rules.


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


Re: Backend EPS issue

2006-10-11 Thread Rick Hansen (aka RickH)

Yes I have both CutePDF and GS installed on XP.  However I did change my
environment PATH variable to search for lily bin first, the gs next:  here
is my system PATH variable:

C:\Program
Files\LilyPond\usr\bin;C:\gs\gs8.50\bin;C:\gs\gs8.50\lib;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
Files\QuickTime\QTSystem\

in Control Panel / System / Advanced / EnvironmentVariables dialog box

With this setup Lily will basically ignore the "other" copy of gs, but
CutePDF still knows where it's (newer) copy is.





Cameron Horsburgh wrote:
> 
> On Tue, Oct 10, 2006 at 07:14:36PM -0700, Rick Hansen (aka RickH) wrote:
>> 
>> To all,
>> 
>> This "bug" is apparently a problem on my Windows 2000 machine only.  I
>> retried my experiment on a newer Windows XP computer and backend EPS
>> works
>> flawlessly.
>> 
>> Beautiful sharp output, that blows away the PNG's.  Still no wysiwyg in
>> MSWord, but when I render my MSWord doc to PDF all the snippets show up,
>> my
>> pre-press will be PDF anyway, MSWord is just a word processor...  wysiwyg
>> is
>> not a big issue I know what all the rectangles mean anyway.
>> 
>> Please disregard my earlier post.
>> 
> This reminds me of an issue I currently have. I was always able
> to print LilyPond scores from my work machine (Windows XP) until I
> installed CutePDF and Ghostscript. Since then I seem to have had
> similar issues with missing noteheads and so forth. Do you have these
> installed on your XP machine?
> 
> 
>> 
>> 
>> Rick Hansen (aka RickH) wrote:
>> > 
>> > V.2.9.22 fresh install after running uninstall of 2.9.21, on Win
>> 2000... 
>> > 
>> > I've been encountering some issues using backend EPS output in my Word
>> > processor documents and subsequent gs processing.  I am using the
>> > following command options to create small musical fragments for
>> inclusion
>> > in other documents:
>> > 
>> > 
>> > 
>> > lilypond -b eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly 
>> > 
>> > 
>> > 
>> > Here are the issues, some have work-arounds others don’t: 
>> > 
>> > 1) When I include the lily produced EPS in my Word document, it just
>> > appears as a blank rectangle (of proper size).  This is OK because when
>> I
>> > actually print the document, or "virtual print" it to a ghostscript
>> > virtual PDF converter like CutePDF.  The EPS rectangle does print the
>> > music (beautifully but partially) see next point.
>> > 
>> > 2) The EPS rectangle contains the music however many "parts" are simply
>> > missing, for example note heads are missing, but stems are there, ties
>> are
>> > there, but accidentals are missing, grace note heads are missing, clef
>> is
>> > present, as well as time signature and the staff symbol itself is
>> there,
>> > etc.  I have not documented all the "pieces" that are missing, but
>> > obviously something is awry in the font-embedding to cause random
>> missing
>> > characters, I assume.
>> > 
>> > 3) The third issues occurs when viewing the gs prduced PDF through
>> Adobe
>> > reader.  If I click on the area of the page where the EPS rectangle is,
>> > Adobe says that it is attempting to "contact a web site" then gives a
>> > normal file path to a path on the machine that created the original
>> EPS. 
>> > I'm assuming it's probably looking for the missing fonts?  When I click
>> > that rectangle of music in Adobe Reader it launches a DOS window (maybe
>> > gs, don’t know?), but the document does not change.  I would rather not
>> > see any click behavior with a non-interactive PDF print document.
>> > 
>> > 4) Finally if I take one of the backend EPS files created by lily and
>> just
>> > use ghostscript to convert it to PDF, the same issues (2 and 3) above
>> > still occur in Adobe Reader.  I think this kind of eliminates MSWord as
>> > the culprit.  I use CutePDF to convert Windows applications print
>> output
>> > to PDF, CutePDF is just a freeware "virtual printer" shell wrapped
>> around
>> > gs, "impersonating" a printer, then puts up a SaveAs dialog to save the
>> > PDF.
>> > 
>> > 
>> > 
>> > Does anyone have any ideas on how to solve these problems? 
>> > 
>> > I really like the output of using EPS over PNG for imbedding music into
>> > other documents.  The quality of the EPS vs. the PNG is like day and
>> > night, with the EPS being crystal clear, albeit missing note heads, and
>> > making Adobe Reader act weird right now.
>> > 
>> > Any help would be greatly appreciated.  Or can someone possibly
>> > double-check the code that does the font embedding to EPS for a
>> possible
>> > bug related to at-least the accidentals and note heads?  Or maybe a
>> > possible bug that is causing Adobe to think it needs to reference an
>> > external URL in order to render?  I will be glad to be your test case
>> for
>> > any new code.
>> > 
>> > Are the fonts maybe hosed on my machine?  Is there any kind of clean up
>> > and reinstall I should try first? 
>> > 
>> > Lily itself works fine otherwise. 
>> > 
>> > Than

Re: Lilypond-2.8.7: Compile failure

2006-10-11 Thread Mats Bengtsson



Ebrahim Mayat wrote:


Many thanks for your reply. I configured with guile-1.6.8 and 
makeinfo-4.7. Then, I installed texinfo-4.8 (i.e. makeinfo-4.8) but 
make still gives the same error.

It seems that there's a problem with Guile 1.6.8, see
http://lists.gnu.org/archive/html/lilypond-devel/2006-09/msg00040.html

  /Mats


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


Re: Error from lilypond: hyphen not finished yet

2006-10-11 Thread Karl Hammar
> I'm a newby at lilypond and while trying to use it on O Magnum
> Mysterium, got the following error many times: 
> programming error: hyphen not finished yet
> continuing, cross fingers
> Can anyone give me a pointer to where to start?   The final output
> actually looks ok, but has this: 
> 
> \raisebox{10mm}{\parbox{188mm}{\thefooter\quad\small\noindent
> Mutopia-2005/01/22-244 \hspace{\stretch 
> 
> at the bottom of the last page.
> 
> Thanks,
> Patrick

If you are interesed in Victoria, you should have a look at [1].
Unfortunately their ly file [2] is for version 1.4.12.

Also note that Jeff's score [3] is transposed up a minor third
from the original [4].

Regards,
/Karl

[1] http://www.upv.es/coro/victoria/english.htm
[2] http://www.upv.es/coro/victoria/ly/O_Magnum_Mysterium.ly
[3] 
http://jeffcovey.net/music/scores/victoria/o_magnum_mysterium/ly/o_magnum_mysterium.ly
[4]
  http://www.upv.es/coro/victoria/1572/1572-cantus-05.jpg
  http://www.upv.es/coro/victoria/1572/1572-altus-05.jpg
  http://www.upv.es/coro/victoria/1572/1572-tenor-05.jpg
  http://www.upv.es/coro/victoria/1572/1572-bassus-05.jpg




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


Re:Lilypond-2.8.7: Compile failure

2006-10-11 Thread Ebrahim Mayat
On Oct 10, 2006, at 4:31 PM, [EMAIL PROTECTED] wrote:Date: Mon, 9 Oct 2006 22:30:17 +0200From: Matthias Kilian <[EMAIL PROTECTED]>Subject: Re: Lilypond-2.8.7: Compile failureTo: lilypond-user@gnu.orgMessage-ID: <[EMAIL PROTECTED]>Content-Type: text/plain; charset=us-asciiOn Mon, Oct 09, 2006 at 10:13:29PM +0200, Ebrahim Mayat wrote: checking for guile... guilechecking for guile... /usr/local/bin/guile Which version of guile are you running. IIRC, it should be at least1.6 (i'm running mostly fine here on OpenBSD with guile-1.6.7). checking makeinfo version... 4.7 Not related, but you may probably use 4.8.Ciao,	KiliHello MatthiasMany thanks for your reply. I configured with guile-1.6.8 and makeinfo-4.7. Then, I installed texinfo-4.8 (i.e. makeinfo-4.8) but make still gives the same error.Initializing FontConfig...Rebuilding FontConfig cache /root/.fonts.cache-1. this may take awhile...adding font directory: /usr/local/src/lilypond-2.8.7/out/share/lilypond/current/fonts/otf/adding font directory: /usr/local/src/lilypond-2.8.7/out/share/lilypond/current/fonts/type1/Building font database.Processing `/usr/local/src/lilypond-2.8.7/ly/generate-documentation.ly'Parsing...[/usr/local/src/lilypond-2.8.7/out/share/lilypond/current/ly/init.ly[/usr/local/src/lilypond-2.8.7/out/share/lilypond/current/ly/declarations-init.ly[/usr/local/src/lilypond-2.8.7/out/share/lilypond/current/ly/music-functions-init.ly/usr/local/src/lilypond-2.8.7/out/share/lilypond/current/ly/music-functions-init.ly:99:1: error: GUILE signaled an error for the _expression_ beginning here#(use-modules (scm display-lily))invalid module name for use-syntax((srfi srfi-39))/usr/local/src/lilypond-2.8.7/out/share/lilypond/current/ly/music-functions-init.ly:99:5: error: syntax error, unexpected '-',expecting '='#(use      -modules (scm display-lily))Backtrace: I compared with my OS X (successful) build using fink:Initializing FontConfig...Rebuilding FontConfig cache /tmp/fink-build-HOME.kA7YKlpoYu/.fonts.cache-1, this may take a while...adding font directory: /sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/fonts/otf/adding font directory: /sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/fonts/type1/Building font database.Processing `/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/ly/generate-documentation.ly'Parsing...[/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/init.ly[/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/declarations-init.ly[/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/music-functions-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/nederlands.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/drumpitch-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/chord-modifiers-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/script-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/scale-definitions-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/grace-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/midi-init.ly[/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/performer-init.ly]][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/paper-defaults.ly[/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/titling-init.ly]][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/engraver-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/dynamic-scripts-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/spanners-init.ly][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/out/bin/../share/lilypond/2.9.20/ly/property-init.ly]][/sw/src/fink.build/lilypond-devel-2.9.20-1001/lilypond-2.9.20/ly/generate-documentation.lThere is evidently something missing in my Linux configuration that is present on OS X but I cannot put my finger on it. Any ideas?Any input, suggestions would be appreciated.E___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


eps again

2006-10-11 Thread Thomas Scharkowski
I seem to have the same problem as already reported here:
(Windows XP, Lilypond 2.9.22)

lilypond -b eps -dno-gs-load-fonts -dinclude-eps-fonts  epstest.ly

produces an eps-file, which I can view with gsview, and a pdf.
I did insert the eps into a odt file, shows as a rectangle (this is 
normal (?)).
Printing gives the following error message:

ERROR: undefinedresource
OFFENDING COMMAND: findresource

STACK:

/FontSetInit

Thanks,
Thomas

Code:
--
\version "2.9.22"
\paper{
  indent=0\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  bookTitleMarkup=##f
  scoreTitleMarkup=##f
  ragged-right=##t
}
\relative c' {c d e f | g a b c}





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


Re: Lilypond for Mac OS 7.6?

2006-10-11 Thread Claus Rogge
Graham Percival <[EMAIL PROTECTED]> wrote:

> If you could install linux 
> onto your old powerbook, it would work.

How about NetBSD?



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


Re: Error from lilypond: hyphen not finished yet

2006-10-11 Thread Mats Bengtsson

First of all, I hope you used convert-ly to update the file to be
combatible with your current LilyPond version (did you say which
version you used?). Still, you should be aware that LilyPond is a program
that evolves quickly and that even though convert-ly can handle most of the
changes automatically, it sometimes fails.

For this specific example, I notice that the original file used a feature
\oldaddlyrics that was outdated already in version 2.4 and hasn't really
been supported since then. I haven't tried to modify the file to use the
new \lyricsto or \addlyrics features (which unfortunately requires some
manual work), but I suspect that that's the main problem here.
Actually, when I tried the file in the latest development version of
LilyPond, it choked completely since \oldaddlyrics doesn't work anymore
(I have sent a bug report that the problem at least should be recognized by
convert-ly).

  /Mats

Patrick Horgan wrote:

Sorry it's so long I didn't want to flood the list.  The file is at:
 
http://jeffcovey.net/music/scores/victoria/o_magnum_mysterium/ly/o_magnum_mysterium.ly

Rick Hansen (aka RickH) wrote:

Please post a "working" code example that people can quickly paste into their
editors and try, this way people can help you better.
  

Sorry it's so long I didn't want to flood the list.  The file is at:

 
http://jeffcovey.net/music/scores/victoria/o_magnum_mysterium/ly/o_magnum_mysterium.ly

Jeff makes the scores available under the creative commons 
attribution-sharealike license 
.


Patrick



___
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: Backend EPS issue

2006-10-11 Thread Mats Bengtsson



Cameron Horsburgh wrote:


This reminds me of an issue I currently have. I was always able
to print LilyPond scores from my work machine (Windows XP) until I
installed CutePDF and Ghostscript. Since then I seem to have had
similar issues with missing noteheads and so forth. Do you have these
installed on your XP machine?
  


The LilyPond package contains a version of ghostcript and calls it from
within both lilypond and lilypond-book. However, that version of ghostcript
is called gs.exe, whereas the native Windows installations of 
Ghostscript have

an executable called gswin32.exe so they shouldn't really interfere with
each other (unless the Ghostscript package sets some environment variables).

   /Mats


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