Permission-denied error while using Lilypond 2.12 with MikTeX

2010-04-22 Thread Ambareesh Pandit
I am attempting to use LilyPond in Windows XP with MikTeX but am getting the following error: C:/Program Files/LilyPond/usr/share/lilypond/current/scm/backend-library.scm:115:15: In procedure delete-file in expression (delete-file pdf-name): C:/Program Files/LilyPond/usr/share/lilypond/current/sc

Re: Permission-denied error while using Lilypond 2.12 with MikTeX

2010-04-22 Thread Phil Holmes
I can tell you what the error means: that some program or other has the PDF file you're trying to create already open, and so LilyPond can't delete it to replace it with the new copy. With me, it invariably means that I have it open in Adobe Reader. Don't know whether this applies in your case

Re: Segmentation fault with \revert Stem #'(details beamed-lengths) in \voiceOne

2010-04-22 Thread Rodolfo Zitellini
On Wed, Apr 21, 2010 at 11:03 PM, Neil Puttock wrote: > > Nasty. :) > > Thanks for reporting this; I'll add it to the bug tracker once I've > done a few more tests. > > It seems any override for Stem which precedes the nested override > triggers the crash.  Looks like there's a bug in the nested p

Re: Permission-denied error while using Lilypond 2.12 with MikTeX

2010-04-22 Thread Mats Bengtsson
Quoting Ambareesh Pandit : I am attempting to use LilyPond in Windows XP with MikTeX but am getting the following error: C:/Program Files/LilyPond/usr/share/lilypond/current/scm/backend-library.scm:115:15: In procedure delete-file in expression (delete-file pdf-name): This looks as if you alr

text formatting inside \addlyrics

2010-04-22 Thread Gerard McConnell
Hello, How do I italicize a section of text inside \addlyrics? Something like this, I figured, though this is wrong - { c4 c8 c c4 c } \addlyrics { one \italic two and \normal-text three four } which surprised me because the following does work - \addlyrics { one \huge two and \normalsize three f

Re: text formatting inside \addlyrics

2010-04-22 Thread Kieren MacMillan
Hi Gerard, > How do I italicize a section of text inside \addlyrics? \markup \italic { a section of text to be italicised } Hope this helps! Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-u

Re: text formatting inside \addlyrics

2010-04-22 Thread Phil Holmes
I use: \override LyricText #'font-shape = #'italic italic text \override LyricText #'font-shape = #'normal -- Phil Holmes - Original Message - From: Gerard McConnell To: lilypond-user@gnu.org Sent: Thursday, April 22, 2010 12:05 PM Subject: text formatting inside \addlyri

Create and use a custom staff

2010-04-22 Thread lilypond
Is it possible to create AND use a custom made staff? And use a /VOICE within the staff? I did multiple attempts but all without success. Thanks for your help. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listin

Percussion Setups for Contemporary Music Practice

2010-04-22 Thread Bernardo Barros
Hi List, I'm trying to figure out this. I have a part in a score that is for percussion. I read the manual and I find there is a lot of things done for percussion notation, but it is not out-of-the-box for contemporary notation as far as I could understand. Imagine the very common situation of ha

Re: Create and use a custom staff

2010-04-22 Thread Kieren MacMillan
Hi, > Is it possible to create AND use a custom made staff? And use a /VOICE within > the staff? > I did multiple attempts but all without success. Thanks for your help. I'm not exactly sure if this answers your question, but... here's one example. I always want my vocal lines to have all "atta

Re: text formatting inside \addlyrics

2010-04-22 Thread Gerard McConnell
- Original Message - From: "Kieren MacMillan" To: "Gerard McConnell" Cc: Sent: Thursday, April 22, 2010 12:16 PM Subject: Re: text formatting inside \addlyrics Hi Gerard, How do I italicize a section of text inside \addlyrics? \markup \italic { a section of text to be italicis

Vertical Spacing

2010-04-22 Thread Walter Hofmeister
Hi, I have been trying to get a handle on vertical spacing for a while now with no luck. Everything that I have tried since about 2.11 has not worked at all. Here is a sample of a test that I have made up: \version "2.13.17" \include "english.ly" #(set-default-paper-size "letter") \pap

Re: Vertical Spacing

2010-04-22 Thread Francisco Vila
2010/4/23 Walter Hofmeister : > Hi, >        I have been trying to get a handle on vertical spacing for a while now > with no luck. Everything that I have tried since about 2.11 has not worked at > all. Here is a sample of a test that I have made up: > > \version "2.13.17" > \include "english.ly"

Re: Vertical Spacing

2010-04-22 Thread Xavier Scheuer
2010/4/23 Walter Hofmeister : > Hi, >        I have been trying to get a handle on vertical spacing for > a while now with no luck. Everything that I have tried since about > 2.11 has not worked at all. Here is a sample of a test that I have > made up: > > [...] > > Can anybody tell me what I am do

Re: Vertical Spacing

2010-04-22 Thread Walter Hofmeister
HI Francisco, See below. On 2010-04-22, at 5:29 PM, Francisco Vila wrote: > 2010/4/23 Walter Hofmeister : >> Hi, >>I have been trying to get a handle on vertical spacing for a while >> now with no luck. Everything that I have tried since about 2.11 has not >> worked at all. Here

Re: Vertical Spacing

2010-04-22 Thread Walter Hofmeister
Hi Xavier, That was kind of my point. I had looked at that page in the manual and several others, but there is no example of the syntax that Francisco has provided. The example that is quoted there is as follows: Example: \paper { paper-width = 2\cm top-margin = 3\cm bottom-margin =

Re: Vertical Spacing

2010-04-22 Thread Francisco Vila
2010/4/23 Walter Hofmeister : >>>                between-system-spacing = 65\mm >> >> This should have the form >> >>  between-system-spacing = #'((space . 12) (minimum-distance . 8) (padding . >> 1)) >> >> as stated in the docs. > >    I have checked the docs and I see nowhere a line that looks l

Re: Vertical Spacing

2010-04-22 Thread Graham Percival
http://lilypond.org/website/help-us.html It's under "Simple tasks"; follow the right link, then see "small additions". Cheers, - Graham On Thu, Apr 22, 2010 at 06:26:22PM -0600, Walter Hofmeister wrote: > Hi Xavier, > That was kind of my point. I had looked at that page in the manual and

Re: Vertical Spacing

2010-04-22 Thread Graham Percival
On Fri, Apr 23, 2010 at 02:42:16AM +0200, Francisco Vila wrote: > I agree with you, there are no ready-to-use examples where they > should. The notation manual is written in a reference style (not > tutorial-style) and the tutorial does not cover these complexities. > So we still have to find an in

Re: Centered Stem WAS: Upward stems left to the notehead

2010-04-22 Thread Mark Polesky
Bernardo Barros wrote: > Sometimes I think that a centralized stem would express > more precisely the time-point a note occupies. So the > stem is positioned in the center of the notehead. Is there > a easy way to test this? Have you tried \override NoteHead #'stem-attachment = #'(0 . 0) ? - Mar

Re: Centered Stem WAS: Upward stems left to the notehead

2010-04-22 Thread Bernardo Barros
> > Have you tried > \override NoteHead #'stem-attachment = #'(0 . 0) > ? > Yes. It did the job! Thanks ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Percussion Setups for Contemporary Music Practice

2010-04-22 Thread Bernardo Barros
Hum... I can't do *this*, I guess. But is there another way to change the number of staff lines from one measure to another? \override Staff.StaffSymbol #'line-positions = #'(-8 -4 -2 1 0 1 2 6 8 9 10) g16^[ g->-(\ff\> b e']-) g'32^[-.-( g-. b-. e'-.-)\! \override Staff.StaffSymbol

Re: Percussion Setups for Contemporary Music Practice

2010-04-22 Thread Mark Polesky
Bernardo Barros wrote: > I can't do this, I guess. But is there another way > to change the number of staff lines from one measure to > another? Keep your overrides, just add this before each new one: \stopStaff \startStaff - Mark ___ l

Re: Percussion Setups for Contemporary Music Practice

2010-04-22 Thread Bernardo Barros
That's it! Thanks!! On 22 April 2010 22:55, Mark Polesky wrote: > Bernardo Barros wrote: > > I can't do this, I guess. But is there another way > > to change the number of staff lines from one measure to > > another? > > Keep your overrides, just add this before each new one: > > \stopStaff

Re: Percussion Setups for Contemporary Music Practice

2010-04-22 Thread Bernardo Barros
>> Keep your overrides, just add this before each new one: >> >> \stopStaff \startStaff >> >> But I guess if I wnat to indicate the name of the instrument that corresponds to these lines I have to do this in Inkscape or Adobe Illustrator, right? Thanks again!! Bernardo

Re: Percussion Setups for Contemporary Music Practice

2010-04-22 Thread Bernardo Barros
> >>> > But I guess if I wnat to indicate the name of the instrument that > corresponds to these lines I have to do this in Inkscape or Adobe > Illustrator, right? > > Sorry: the instrument that corresponds to each one of this space/lines. Trying to figure that out here... _

Re: Permission-denied error while using Lilypond 2.12 with MikTeX

2010-04-22 Thread Ambareesh Pandit
Thank you, Phil and Mats, for your responses. It turns out you are correct; the error is from having the pdf file open within MikTeX's pdf reader during recompile. I chose to use MikTeX because, when I tweak LaTeX(a typesetting language very similar to LilyPond) files, I don't have to close, comp

Re: Percussion Setups for Contemporary Music Practice

2010-04-22 Thread Mark Polesky
Bernardo Barros wrote: > 1. How can I indicate with precision in the score itself > where is the location of each instrument? Perhaps with > post-editing in Illustrator with arrow? Must be a more > elegant solution. Perhaps a more semantic solution would be to use a different Staff (or RhythmicS

Re: text formatting inside \addlyrics

2010-04-22 Thread James Bailey
On 22.04.2010, at 23:04, Gerard McConnell wrote: - Original Message - From: "Kieren MacMillan" To: "Gerard McConnell" Cc: Sent: Thursday, April 22, 2010 12:16 PM Subject: Re: text formatting inside \addlyrics Hi Gerard, How do I italicize a section of text inside \addlyrics?