Recent user trying to find out how to "mix music and text".

2006-06-03 Thread Roderick Camelia



Hi Everyone,
   I'm a recent user of Lilypond and currently writing a music 
theory book for popular music. I've downloaded the Lilypond system since 
I'm needing a way to print musical examples among the text. 
   I've gotten as far as being able to make the notes appear in 
the PDF format. Now I need to find out if it's possible to copy the 
examples from my Adobe Reader 7.0 to my Openoffice.org 2.o Writer 
where I'm writing the text. (This text processor is compatible with MicroSoft 
Word.).
   On the Lilypond website there is advertised "MIX MUSIC 
AND TEXT" and it says further: " with the lily-pond utility you can integrate 
music into LaTeX or HTML seamlessly".
   Can anyone explain to me how to achieve all of this? Thanks in 
advance.
 
Rod.   
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Recent user trying to find out how to "mix music and text".

2006-06-03 Thread Graham Percival


On 3-Jun-06, at 1:51 AM, Roderick Camelia wrote:

   I'm a recent user of Lilypond and currently writing a music theory 
book for popular music. I've downloaded the Lilypond system since I'm 
needing a way to print musical examples among the text.
   I've gotten as far as being able to make the notes appear in 
the PDF format. Now I need to find out if it's possible to copy the 
examples from my Adobe Reader 7.0 to my Openoffice.org 2.o Writer 
where I'm writing the text. (This text processor is compatible with 
MicroSoft Word.).
   On the Lilypond website there is advertised "MIX MUSIC AND TEXT" 
and it says further: " with the lily-pond utility you can integrate 
music into LaTeX or HTML seamlessly".
   Can anyone explain to me how to achieve all of this? Thanks in 
advance.


This is explained in Chapter 13 lilypond-book: Integrating text and 
music.  There you will find that the integration is done with LaTeX, 
texinfo, and html.  If you are definitely using OpenOffice.org, you can 
probable insert pdf images into your document.  For more info, you'll 
have to consult somebody more familiar with OOo (possibly on this 
mailist).


Cheers,
- Graham


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


Re: printed measure marker numbers

2006-06-03 Thread Graham Percival


On 2-Jun-06, at 9:23 PM, Mark Dewey wrote:

How might one set the first measure of a score to something aside from 
1 (and

have others count from that specified number)?


You read the documentation.  Might I recommend 8.2.4 Bar numbers?
I recently added a workaround for bar numbers not occurring on the 
first bar (if you want those).  You may wish to consult the docs for 
lilypond 2.9.7, instead of for lilypond 2.8.


Actually, I've been wondering how to tweak these for a while.  How 
might one

turn them off altogether?  How might one print them on every measure?


8.2.4 again; there's some info in 8.2.3 as well.

Cheers,
- Graham



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


Re: invisible time signature

2006-06-03 Thread Paul Scott

Kieren MacMillan wrote:

Hi, Mark:


I was wondering how to make an invisible time signature.


Try one of

\override Staff.TimeSignature #'stencil = ##f
\override Score.TimeSignature #'stencil = ##f

This works for me:

   \new Staff \with {
 \remove "Time_signature_engraver"
   }



choosing the particular context (scope) from which you want to 
eliminate the time signature.


Also, I'm kind of wondering if there's a better way of adding an 
extra clef
half-way through the song (without facilitating the need for lots of 
skips).


Not sure what you mean here -- if you mean CHANGING clefs, just use

I think he means staff here.

Paul Scott



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


Voltas and automatic bars

2006-06-03 Thread Elmo Todurov
Hi! I'm yet new to LilyPond, but I like it very much. It's great.

I have a song where a repeat starts in the middle of the measure.
LilyPond correctly counts the beats in the first alternative, but
when calculating the second alternative, it doesn't think of that
the repeat starts in the middle of a measure so it inserts a full
measure, which messes up the whole song afterwards )= What to do?

The song itself looks like this:
c4 c4 c4 c4 | c4 c4 |: c4 c4 | c4 c4 c4 c4 {| a4 a4 :|} {d4 d4 |}
or
c4 c4 \repeat volta 2 {c4 c4 | c4 c4 c4 c4}
\alternative { {a4 a4} {d4 d4} }
Now here should be a bar line, but it instead gives a full measure.

Terribly worried,
Elmo



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


Re: Voltas and automatic bars

2006-06-03 Thread Elmo Todurov
I figured out. All I had to do was to put
\set Score.measurePosition = #(ly:make-moment 0 4)
in the beginning of the measure.
Great job, lilypond-makers!



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


Re: ps error under windows xp

2006-06-03 Thread Russell Lang
On 15 Apr 2006 at 19:12, Rev Alan Rufli wrote:

> As a new user of lilypond please forgive the question if it has already been
> answered.
> 
> The PS file created by lilypond is unreadable in Ghostscript nor can it be
> imported into any other program i.e word / corel draw.
> 
> The problem seems to revolve around missing fonts.
> 
> The error message is below
> 
> GSview 4.8 2006-02-25
> 
> Error: /invalidfileaccess in --file--
> 
> Operand stack:
> 
>(C:/Program
> Files/LilyPond/usr/share/lilypond/current/fonts/otf/CenturySchL-Bold.ttf)
> (r)

Actually, the problem is caused by LilyPond attempting to read from 
arbitrary parts of the file system, which is not allowed.  This is a 
change to LilyPond since 2.6.5.  I just tried to convert a file with 
2.8.3 and found the same problem.  The PostScript file won't open in 
GSview, and it won't print on a PostScript printer.

Is there an easy way to configure lilypond to embed fonts in the PS 
file, instead of just inserting a reference to the location on disk?


Russell Lang   [EMAIL PROTECTED]
Ghostgum Software Pty Ltd  http://www.ghostgum.com.au/




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


Re: Recent user trying to find out how to "mix music and text".

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 10:51, Roderick Camelia wrote:
> Hi Everyone,
>I'm a recent user of Lilypond and currently writing a music theory book
> for popular music. I've downloaded the Lilypond system since I'm needing a
> way to print musical examples among the text. I've gotten as far as being
> able to make the notes appear in the PDF format. Now I need to find out if
> it's possible to copy the examples from my Adobe Reader 7.0 to my
> Openoffice.org 2.o Writer where I'm writing the text. (This text processor
> is compatible with MicroSoft Word.). On the Lilypond website there is
> advertised "MIX MUSIC AND TEXT" and it says further: " with the lily-pond
> utility you can integrate music into LaTeX or HTML seamlessly". Can anyone
> explain to me how to achieve all of this? Thanks in advance.

OpenOffice.org integration is not implemented, but it is available as a 
sponsored feature. See:

http://lilypond-design.com/sponsor/open-features.html

-- 
Erik


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


Re: ps error under windows xp

2006-06-03 Thread Han-Wen Nienhuys

Russell Lang schreef:

Is there an easy way to configure lilypond to embed fonts in the PS 
file, instead of just inserting a reference to the location on disk?


YEs,

add

 -dno-gs-font-load

to the commandline.


--

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


DynamicText Tweaks

2006-06-03 Thread Stephen
Is it possible to lighten the DynamicText font as well as shrinking it. This 
will only shrink it and I would like to 'unbold it' as well:


 \override DynamicText #'font-size = #-3
 \override DynamicText #'font-series = #'light


Stephen 




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


Cosponsor for spacing sections: EUR 25?

2006-06-03 Thread Trevor Bača
Hello everyone,"Spacing sections" in Lily would be really cool. Section 10.5.6 "Horizontal spacing" in the manual comments at the bottom of the page that spacing is currently determined on a scorewide basis. This means that pieces that change character for some bars in the middle have to use a compromise spacing that may not ideally reflect the character of different sections of the score. I'm finding this to particularly be the case in the larger orchestral scores.
Spacing sections will let us set spacing on a local basis over any number of measures in a score.Han-Wen estimates EUR 90 for spacing sections; Vivian Barty-Taylor and I have a total of EUR 65 so far. Would anyone be interested in adding the additional EUR 25?
(Sponsoring is easy: if you haven't done it before, all you need is a paypal account.)-- Trevor Bača[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Drum bladmuziek schrijven

2006-06-03 Thread Maarten Lubbers
Beste makers van Lilypond,

Ik zou Lilypond graag gebruiken om mijn drummuziek netjes op papier te krijgen.
Op jullie site staat nergens duidelijk uitgelegt hoe dat moet. Weten jullie
misschien een goede handleiding daarvoor? Of is Lilypond niet geschikt voor
drummuziek?

Alvast bedankt voor de moeite.



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


Re: Drum bladmuziek schrijven

2006-06-03 Thread Gilles Sadowski
Hello.

> 
> Ik zou Lilypond graag gebruiken om mijn drummuziek netjes op papier te 
> krijgen.
> Op jullie site staat nergens duidelijk uitgelegt hoe dat moet. Weten jullie
> misschien een goede handleiding daarvoor? Of is Lilypond niet geschikt voor
> drummuziek?
>

http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Percussion-staves.html#Percussion-staves


Best regards,
Gilles

P.S.  You'll get more answers if you write in English.


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


RE: Feature request - jazz / bigband notation and caesurae

2006-06-03 Thread Fairchild
Just discovered this thread.  Thought the attached might be
interesting/useful.

See also "caesura" at http://www.dolmetsch.com/defsc.htm.

 - Bruce

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Han-Wen Nienhuys
Sent: Wednesday, May 24, 2006 6:04 AM
To: Anthony W. Youngman
Cc: lilypond-user@gnu.org
Subject: Re: Feature request - jazz / bigband notation and caesurae


Anthony W. Youngman schreef:

> Ummm. Thinking about it, I'm not sure... I looked up hidden notes in 
> the
> manual, and I'm not still not sure how to do it. Hidden notes have a 
> duration, and what happens if I'm in 2/4 and want to gliss down a minim...


it would be something like

   c4*9/10 \gliss \hideNotes g'4*1/10

>> I think this is called a "fall." Price: 65 EUR; I will need some 
>> scans
>> to be sure that we're talking about the same thing, though.
>>
> I've found some printed and hand-written examples. I'll scan them as
> soon as I can, but expect a few days delay...

Thanks!


-- 

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



Caesurae.pdf
Description: Adobe PDF document


Caesurae.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Cosponsor for spacing sections: EUR 25?

2006-06-03 Thread Michael Meixner
Trevor Bača  gmail.com> writes:

> 
> Hello everyone,"Spacing sections" in Lily would be really cool. 
> Would anyone be interested in adding the additional EUR 25?

Count me in!
How do we proceed?

Michael Meixner





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


Re: Cosponsor for spacing sections: EUR 25?

2006-06-03 Thread Trevor Bača
On 6/3/06, Michael Meixner <[EMAIL PROTECTED]> wrote:
Trevor Bača  gmail.com> writes:>> Hello everyone,"Spacing sections" in Lily would be really cool.> Would anyone be interested in adding the additional EUR 25?
Count me in!How do we proceed?That's all there is to it; this mail will let Han-Wen know that the funding is there and then he'll implement as soon as the dev schedule allows.
Thanks for the cosponsor!-- Trevor Bača[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Drum bladmuziek schrijven

2006-06-03 Thread Maarten Lubbers
I'm sorry:

I would like to use Lilypond to get my drum-music on paper in a proper way.
On your site i couldn't find a clear explanation for writing drummusic.

Do you know a good tutorial for it? Or is Lilypond not suitable for drum-music?

Thank you for your time.



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


RE: Fingering Type Size

2006-06-03 Thread Fairchild
Careful.  Not everything scales logarithmically.  See attached.

  - Bruce

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Kieren Richard MacMillan
Sent: Friday, May 26, 2006 8:04 AM
To: Carrick Patterson
Cc: User's List LilyPond
Subject: Re: Fingering Type Size


Hi, Carrick:

> Well, that worked just great. Thanks a lot.

My pleasure!

> I never would have guessed how the size increment divisions worked 
> without your help, as it seems a bit counter-intuitive to me.

It is counter-intuitive if you think of them literally as "divisions"  
-- in that case, it would be intuitive that 0 is zero (invisible), 1  
(= 100%) is "full-size", and numbers in between are smaller than  
normal but bigger than invisible (e.g., 0.5 = 50% of normal size).

However, if you think of 1 as "full-size" and each number, positive  
or negative, as ONE STEP AWAY FROM NORMAL IN THE DIRECTION OF THE  
SIGN (+1 = one step bigger, -1 = one step smaller), then this system  
suddenly "becomes intuitive".  ;-)

Best wishes,
Kieren.


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



AAAltStripped.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: ps error under windows xp

2006-06-03 Thread Russell Lang
On 3 Jun 2006 at 16:32, Han-Wen Nienhuys wrote:

> Russell Lang schreef:
> 
> > Is there an easy way to configure lilypond to embed fonts in the PS 
> > file, instead of just inserting a reference to the location on disk?
> 
> YEs,
> 
> add
> 
>   -dno-gs-font-load
> 
> to the commandline.

Thanks, I've now got lilypond working again.

So the next problem is to make this the default.

I can embed this in my file with
  #(ly:set-option 'gs-font-load #f)

Can I embed it on one of the system files?
I tried putting this at the end of init.ly but this didn't work.

As time goes by, it will become more important to make -dno-gs-font-
load the default.  I think the plan is for ghostscript to be run with 
-dSAFER as the default, and to only allow files to be read from the 
current directory.  If this change happens, then lilypond's use of GS 
to create PDF will not work.


Russell Lang   [EMAIL PROTECTED]
Ghostgum Software Pty Ltd  http://www.ghostgum.com.au/




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