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
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
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
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
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
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
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
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
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
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
- 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
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
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"
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
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
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 =
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
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
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
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
>
> 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
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
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
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
>> 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
>
>>>
> 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...
_
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
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
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?
29 matches
Mail list logo