Re: Feature requests

2006-04-17 Thread Eduardo Vieira
Hi Jake,
I took a look in the score. I see that vocal music in Lilypond have many
approaches for setting up lyrics, and the one used in this score wasn't very
successful. To correct all the problems would take an extra effort that I
will leave it up to you. I'm still learning the lyrics management in
Lilypond, but in order to get better results you should do this with the
score:
--- Instead of using \markup \italic, use: \override LyricText #'font-shape
= #'italic, then use \revert, when necessary. The text will be part of the
lyrics, not a text markup anymore, so you'd have to change the melisma or
whatever adaptation he did with the notes because of the markups.
--- Using \context Lyrics=l1 \textocantus, the lyrics won't be properly
aligned unless you specify the duration of each syllable, I think, for
instance: A2 -- scen4 -- dens4, etc.
Since doing that is more work than youd'd want, you'd better have this
setup: Explicit voice contexts, like this \context Voice = Sopone {
\cantus }
\context Lyrics=l1 lyricsto Sopone \textocantus.

I hope this works.

Best regards,

Eduardo

P.S. I and Geoff Horton are going to make some contributions to the docs
about Vocal Music in a near future, that's why I'm researching more about
lily's lyrics management.


- Original Message -
From: Jacob Cooper
To: Cameron Horsburgh ; Eduardo Vieira ; Geoff Horton
Sent: Saturday, April 15, 2006 9:13 PM
Subject: Re: Feature requests


Hi all,

Thanks for getting back so quickly! I've attached the file (source and
output) that raised these issues for me. The lyric underlay you can see
throughout, and the note issue you can see at m72 and (real dramatically) at
m107. I had to prepare a tranposition for performance, and noticing that it
was lilypond, I thought I'd go to the source and do it that way. In the end,
I just nixed the second text and went with \mark D.C. but I would prefer
to have the line-specific text of the source. The original source and output
that Nancho Alvarez had posted was generated from a version 1.x of lily; I
used 2.6 (windows). Workarounds would be great, but if they're inconsistent,
that kinda quashes their usefulness a bit.

Eduardo, you have a good point about different standards with this issue. I
expect most of my use will be with polyphonic music, not hymnal preparation,
and the underlay actually made it harder to read in performance. Perhaps a
global switch? \lyrics hymn-mode, \lyrics polyphony-mode, \lyrics song-mode?

Thank you all!

Jake



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


What to use to edit output after the fact?

2006-04-17 Thread lilypond_user

I've been using Lilypond to do all the homework for my composition class.  Of 
course, I was happy with a lot of the output, so I deleted the source files.  
(Yeah, yeah, I know, never delete anything...)  Now I find that I want to 
change the file, so I thought I'd just edit the postscript output.  I have a 
copy of Illustrator to use, but when I open the files, I only see some of the 
details, mostly just staff lines and a few notes here and there...

I have the most recent version of Illustrator and I'm not getting any errors 
when I open the file, so I'm a bit confused.  Does Lilypond output standard 
postscript?  Is there a better program to edit the output files with?

Thanks...
Doug


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


kill off acrobat reader before generating .pdf?

2006-04-17 Thread Simon Dahlbacka
Hi,After getting annoyed with the fact that lilypond fails if I happen to keep Acrobat Reader open (since it for some curious reason holds an exclusive lock on the file)  when running it I wondered if lilypond could kill acrobat reader, before trying to generate the pdf?
It seems that it is possible using DDE (this is what texniccenter does).- does this belong in lilypond proper or in lilypond-mode (emacs) or insert editor of choice?- if all else fails I suppose I could create my own wrapper that took care of the problem..
How are you guys dealing with this?regards,SimonPS. Using lilypond 2.8 on winXP
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: What to use to edit output after the fact?

2006-04-17 Thread Kieren Richard MacMillan

Hi, Doug:


Does Lilypond output standard postscript?


Can't answer that, but I have the same frustrations as you, so I'd  
love to know that answer as well...  =)



Is there a better program to edit the output files with?


Not that I know of. However, if you run the Lilypond-generated ps  
(or, possibly, pdf) through ps2ps (I use Terminal to do this), then  
the resulting optimized PostScript is completely editable in  
Illustrator.


Hope this helps!
Kieren.



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


Re: kill off acrobat reader before generating .pdf?

2006-04-17 Thread David Feuer
I'm having a worse problem:  Often, unpredictably, LilyPond will fail
to open the PDF to write (without Acrobat running), and there seems to
be some kind of filesystem inconsistency (WinXP).  Can't delete the
file, can't open it, but it appears in the directory.  When I reboot
the computer, the file goes away.  I figure this is probably an XP
bug, but figured I'd mention it.

David


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


Re: kill off acrobat reader before generating .pdf?

2006-04-17 Thread Rick Hansen (aka RickH)

Outright killing the EXE would be problematic for those of us who keep Adobe
opened with the user manual and other documents while coding lilypond.

It should instead issue a Close request to Adobe telling it to close the
file name if it's currently opened.  Yes I believe Adobe Reader exposes a
public Close method that can be called by getting an object reference to the
running EXE.  I think you can get an Adobe developers manual/kit from Adobe
that would document how to do this prgrammatically maybe using Windows
scripting host.




Simon Dahlbacka wrote:
 
 Hi,
 
 After getting annoyed with the fact that lilypond fails if I happen to
 keep
 Acrobat Reader open (since it for some curious reason holds an exclusive
 lock on the file) when running it I wondered if lilypond could kill
 acrobat
 reader, before trying to generate the pdf?
 
 It seems that it is possible using DDE (this is what texniccenter does).
 
 - does this belong in lilypond proper or in lilypond-mode (emacs) or
 insert
 editor of choice?
 
 - if all else fails I suppose I could create my own wrapper that took care
 of the problem..
 
 How are you guys dealing with this?
 
 regards,
 
 Simon
 
 PS. Using lilypond 2.8 on winXP
 
 ___
 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/kill-off-acrobat-reader-before-generating-.pdf--t1462789.html#a3956067
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


Getting cost estimate for sponsored enhancement

2006-04-17 Thread Rick Hansen (aka RickH)

I am in the process of writing up a requirements document for a feature
enhancement that I may want to sponsor (if I can afford it).  To whom can I
send this document to get an estimate of it's cost and feasibility?  Can I
send it in Microsoft Word format or would you prefer a PDF?


--
View this message in context: 
http://www.nabble.com/Getting-cost-estimate-for-sponsored-enhancement-t1463816.html#a3956172
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


Re: Getting cost estimate for sponsored enhancement

2006-04-17 Thread Mats Bengtsson

See the links from www.lilypond.org - Sponsoring!

(In other words, contact Han-Wen directly at  [EMAIL PROTECTED]
As far as I know, he is away from his email for a couple of
weeks now.)

  /Mats

Rick Hansen (aka RickH) wrote:


I am in the process of writing up a requirements document for a feature
enhancement that I may want to sponsor (if I can afford it).  To whom can I
send this document to get an estimate of it's cost and feasibility?  Can I
send it in Microsoft Word format or would you prefer a PDF?


--
View this message in context: 
http://www.nabble.com/Getting-cost-estimate-for-sponsored-enhancement-t1463816.html#a3956172
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
 




--
=
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: What to use to edit output after the fact?

2006-04-17 Thread Mats Bengtsson

It's a well-known fact that Illustrator is unable to handle
all features of the Postscript language, even though Adobe
wrote the specs themselves.
It's also a well-known fact that LilyPond uses some Postscript
features that for example all but the latest versions of
Ghostscript fail to handle correctly. However, I'm not sure
how well it actually adheres to the Postscript standard.

  /Mats

[EMAIL PROTECTED] wrote:


I've been using Lilypond to do all the homework for my composition class.  Of 
course, I was happy with a lot of the output, so I deleted the source files.  
(Yeah, yeah, I know, never delete anything...)  Now I find that I want to 
change the file, so I thought I'd just edit the postscript output.  I have a 
copy of Illustrator to use, but when I open the files, I only see some of the 
details, mostly just staff lines and a few notes here and there...

I have the most recent version of Illustrator and I'm not getting any errors when I open 
the file, so I'm a bit confused.  Does Lilypond output standard postscript?  
Is there a better program to edit the output files with?

Thanks...
Doug


___
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: What to use to edit output after the fact?

2006-04-17 Thread David Feuer
On 4/17/06, Mats Bengtsson [EMAIL PROTECTED] wrote:
 It's a well-known fact that Illustrator is unable to handle
 all features of the Postscript language, even though Adobe
 wrote the specs themselves.
 It's also a well-known fact that LilyPond uses some Postscript
 features that for example all but the latest versions of
 Ghostscript fail to handle correctly. However, I'm not sure
 how well it actually adheres to the Postscript standard.

I think the biggest compliance issues have to do with

1. DSC
2. Encapsulability


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


Re: What to use to edit output after the fact?

2006-04-17 Thread Kris Shaffer
I frequently use Illustrator as a post-Lilypond editor for musical  
graphics for theory handouts or papers, and I just use the PDF files which  
Lilypond outputs.  The only issue I've run into (on Lilypond 2.6.x and  
Illustrator CS 2, Mac OS 10.3.8), aside from the fact that you can only  
edit one page of your document in Illustrator, is fonts.  You'll need the  
Lilypond OpenType fonts installed system-wide, but even so, some manual  
font assignment is necessary in Illustrator.  To do this, open the PDF in  
Illustrator, go to Find Font... in the Type menu.  Under Fonts in  
Document: you'll likely see a few fonts in  brackets, without the black  
 green double-O font icon after them.  All of those are font names from  
the Lilypond file which Illustrator could not find in the system fonts.   
For example, my Lilypond files typically include CenturySchL Roma*.   
Select that under Fonts in Document:, then after Replace With Font  
From: select System, and highlight Century Schoolbook in the list,  
then click Change All.  Once I've performed this process until all  
bracketed fonts are gone from Fonts in Document I'm good to go.  (Any  
Feta or PFAEmmentalier fonts should be replaced by the corresponding  
Emmentalier fonts.  Unlike the regular text fonts, the names of these  
fonts will still be in brackets, but once the replacement is done, there  
will be Emmentalier x followed by the double-O font icon under Fonts  
in Document.  The double-O icon is the key that you have an existing  
system font in the document.)


I hope this helps.  I've always had success with Lilypond + Illustrator on  
Mac, and find that combination to be a great asset, so I hope you're able  
to get it to work.


--
Kris Shaffer
graduate student in music theory, Yale University
co-editor-in-chief for music theory, AmSteg.org
www.shaffermusic.com


On Mon, 17 Apr 2006 13:50:14 -0300, [EMAIL PROTECTED] wrote:



I've been using Lilypond to do all the homework for my composition  
class.  Of course, I was happy with a lot of the output, so I deleted  
the source files.  (Yeah, yeah, I know, never delete anything...)  Now I  
find that I want to change the file, so I thought I'd just edit the  
postscript output.  I have a copy of Illustrator to use, but when I open  
the files, I only see some of the details, mostly just staff lines and a  
few notes here and there...


I have the most recent version of Illustrator and I'm not getting any  
errors when I open the file, so I'm a bit confused.  Does Lilypond  
output standard postscript?  Is there a better program to edit the  
output files with?


Thanks...
Doug


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



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


Re: What to use to edit output after the fact?

2006-04-17 Thread John Hawkinson
David Feuer [EMAIL PROTECTED] wrote on Mon, 17 Apr 2006
at 16:14:48 -0400 in [EMAIL PROTECTED]:

 On 4/17/06, Mats Bengtsson [EMAIL PROTECTED] wrote:
  However, I'm not sure how well it actually adheres to the
  Postscript standard.
 
 I think the biggest compliance issues have to do with
 
 1. DSC
 2. Encapsulability

I don't think either of these should have much to do with Illustrator...

--jhawk


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


Re: kill off acrobat reader before generating .pdf?

2006-04-17 Thread Simon Dahlbacka
FWIW, I experimented a bit with the wrapper theory myself, attached is a python script that closes a specified file using DDE (requires pywin32 extensions)regards,Simon
On 4/17/06, Rick Hansen (aka RickH) [EMAIL PROTECTED] wrote:
Outright killing the EXE would be problematic for those of us who keep Adobeopened with the user manual and other documents while coding lilypond.It should instead issue a Close request to Adobe telling it to close the
file name if it's currently opened.Yes I believe Adobe Reader exposes apublic Close method that can be called by getting an object reference to therunning EXE.I think you can get an Adobe developers manual/kit from Adobe
that would document how to do this prgrammatically maybe using Windowsscripting host.Simon Dahlbacka wrote: Hi, After getting annoyed with the fact that lilypond fails if I happen to
 keep Acrobat Reader open (since it for some curious reason holds an exclusive lock on the file) when running it I wondered if lilypond could kill acrobat reader, before trying to generate the pdf?
 It seems that it is possible using DDE (this is what texniccenter does). - does this belong in lilypond proper or in lilypond-mode (emacs) or insert editor of choice?
 - if all else fails I suppose I could create my own wrapper that took care of the problem.. How are you guys dealing with this? regards, Simon
 PS. Using lilypond 2.8 on winXP ___ 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/kill-off-acrobat-reader-before-generating-.pdf--t1462789.html#a3956067Sent from the Gnu - Lilypond - User forum at Nabble.com.___
lilypond-user mailing listlilypond-user@gnu.orghttp://lists.gnu.org/mailman/listinfo/lilypond-user



killacrodoc.py
Description: application/python
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Extraneous Text Notation Placement (Verse, Chorus, Bridge, etc.)

2006-04-17 Thread Bryan Murdaugh
I'm working on a very large collection of lead sheets and I'd like to label the
Verses and Choruses accordingly.  The optimal placement of this notation would
be above and to the left (or even just to the left) of my Chord line notation. 
I tried using markup, but it only shows up BELOW the chord line.  Has anyone
successfully done this?

Thanks,
Bryan



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


Re: kill off acrobat reader before generating .pdf?

2006-04-17 Thread Ben
Actually, I've found that if you just close the document inside Acrobat Reader, the program runs fine. The data simply isn't changed if you leave it open. So, just close the document, and leave Reader running. I have had no problems doing this.

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


hairpin length for one note

2006-04-17 Thread Paul Scott

2.9.2 (on Debian sid)


   6.5.3 Dynamics

A hairpin starts at the left edge of the beginning note and ends on the 
right edge of the ending note.


but f2\\!

gives:
gotitbadnotes.ly:252:6: warning: can't find start of (de)crescendo
 f2\
 \! r2 [8][16][24][32][40]

Shouldn't this just give a hairpin in the space horizontally allocated 
to the note?


It works if I put another note in between.

Paul Scott



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


Re: Getting cost estimate for sponsored enhancement

2006-04-17 Thread Dave K.
 Can I send it in Microsoft Word format

Given that these are free software programmers who use Linux and buy
into the GNU philosophy, I don't think they would take too kindly to
receiving a proprietary file format they almost certainly despise...


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


one line - two voices + 2 sets of lyrics

2006-04-17 Thread Sterling Sympatico
Hi,

I am setting up a piece of music that has a soprano and alto line.  I
have figured out how to add lyrics to the alto line but realise that my
soprano lyrics will be tricky.

The soprano line is primarily one voice but at two locations, I need to
split into two parts.  I have accomplished this with the voiceOne and
voiceTwo coding.  However, I need to apply different lyrics to some of
the voiceTwo (lower soprano) than the upper voiceOne soprano.

I currently have all my melody set up in a block and lyrics in a block
below and combine them with the \context Lyrics command down in the
score  settings.

How would one accomplish this lyric problem?

It seems I will also need to bump a few bits of soprano one above the
stave OR

could I treat the second soprano part as a second verse and just apply
it in the \context Lyric area?  Would it find a nested voiceTwo part?

Thanks in advance,

Sterling MacNay


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


Re: one line - two voices + 2 sets of lyrics

2006-04-17 Thread Geoff Horton
 I am setting up a piece of music that has a soprano and alto line.  I
 have figured out how to add lyrics to the alto line but realise that my
 soprano lyrics will be tricky.

See if this helps any:

http://www.geoffhorton.com/hymns/7FoldAmen.ly

Geoff


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


Re: Drum Kit Writing

2006-04-17 Thread Naomi McFadyen

Thanks for this Cameron- this helps a great deal
I just about understand what you've done, so shall have a go at applying the
same way to my piece. 

The multirests at the start of my part still confuse me as to how I could
get that to work without doubling it all up in both voices, however, I shall
see how far I get...

Cheers! :)


--
View this message in context: 
http://www.nabble.com/Drum-Kit-Writing-t1457779.html#a3961274
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


Re: kill off acrobat reader before generating .pdf?

2006-04-17 Thread David Feuer
On 4/17/06, Ben [EMAIL PROTECTED] wrote:

 Actually, I've found that if you just close the document inside Acrobat
 Reader, the program runs fine. The data simply isn't changed if you leave it
 open. So, just close the document, and leave Reader running. I have had no
 problems doing this.

The problem is that it's a major pain.


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


Re: Lily is writing the PDF to the /bin ignoring the --output option tag

2006-04-17 Thread Rick Hansen (aka RickH)

I'm sorry, my mistake.  This appears to be working when I only specify a
directory in --output= and not a directory with file name like I was trying
to do.  lp changes the working folder to the --output folder just fine and
all my batch outputs are going there as expected.





Jan Nieuwenhuizen wrote:
 
 Rick Hansen writes:
 
 How can I get lily to write all the output files to the --output=
 path?
 
 Try using a directory as argument for --output:
 
 What happens if you do
 
 lilypond --verbose --output=C:/Rick/Notation_2.8.0 -I
 C:/Rick/Notation_2.8.0/WatchWhatHappens WatchWhatHappens.ly
 
 If that does not work, please send the output of that command.
 
 Jan.
 
 -- 
 Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
 http://www.xs4all.nl/~jantien   | http://www.lilypond.org
 
 
 ___
 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/Lily-is-writing-the-PDF-to-the-bin-ignoring-the---output-option-tag-t1447834.html#a3962108
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


Re: kill off acrobat reader before generating .pdf?

2006-04-17 Thread Rick Hansen (aka RickH)

Thats what I do, I would not want to kill the process because I have already
set the page setup for the right paper size, just auto-closing it would be
handy though.



Ben-51 wrote:
 
 Actually, I've found that if you just close the document *inside* Acrobat
 Reader, the program runs fine. The data simply isn't changed if you leave
 it
 open. So, just close the document, and leave Reader running. I have had no
 problems doing this.
 ~Ben
 
 ___
 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/kill-off-acrobat-reader-before-generating-.pdf--t1462789.html#a3962127
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