Re: Install from rpm - where is the profile script?

2004-06-17 Thread Jan Nieuwenhuizen
Jeff Smith writes:

 Lilypond runs on its own and produces beautiful output. But when
 I try to include a \begin{lilypond} environment in a LaTex
 document, the latex compile crashes stating:

 ! LaTeX Error: Environment lilypond undefined.

Yes, we have opted not to extend latex, but to handle it from outside
latex.

 Is there anybody out there who's dealt with this problem and is
 willing to share their secrets?

The secret is called: lilypond-book.  It's a script that replaces
lilypond environments with lilypond-generated tex snippets.
(don't tell anyone)

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Powerful weightloss now available where you are.

2004-06-17 Thread Ladonna Latham
Hello, I have a special offer for you...
WANT TO LOSE WEIGHT?
The most powerful weightloss is now available
without prescription. All natural Adipren720
100% Money Back Guarantée!
- Lose up to 19% Total Body Weight.
- Loss of 20-35% abdominal Fat.
- Up to 300% more Weight Loss while dieting.
- Increase metabolic rate by 76.9% without Exercise.
- Reduction of 40-70% overall Fat under skin.
- Suppresses appetite for sugar.
- Burns calorized fat.
- Boost your Confidence level and Self Esteem.
Get the facts about all-natural Adipren720 http://diet40.com/



 system information 
working processing: applications forethought available Currency [WSUS]
between 
world public Status tags phonebook indicated indicate results 
revised associate form United process Transition Negotiation] disparate

Different directories similar publication Most sends Discussion Java 
impossible associate amended contents like Provider's no them 



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Drawing program to tweak lilypond output?

2004-06-17 Thread Bertalan Fodor
Hello,
 
When finishing a document I would find it useful if there were a free
(gratis) vector drawing program that can import LilyPond's PS, so I
could beautify some parts of the score manually. Is there anything out
there for this purpose?
 
Thanks,
 
Bert
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Output Combined Parts

2004-06-17 Thread Ralph Little
Hi there,
The \score() in the parts files is triggering the individual part
output.
What I do (and most others I think) is put the parts (without \score)
into a notes file, and have separate files for parts and the score
generation.

E.g.

Notes.ly:
-
PartViolin = \notes {
a4 b c d
}
PartCello = \notes {
d4 c b a
}
-


PartViolin.ly:
--
\include Notes.ly
\header {
header stuff...
}
\score {
\PartViolin
}
--


PartCello.ly:
--
\include Notes.ly
\header {
header stuff...
}
\score {
\PartCello
}
--


Score.ly:
--
\include Notes.ly
\header {
header stuff...
}
\score {
\notes {
\context StaffGroup = Strings {
\context Staff {
\PartViolin
}
\context Staff {
\PartCello
}
}
}
}
--


...or something like that.
Can't vouch for the syntax because I'm at work and haven't got time to
check!
You get the picture though?

BTW, there was some discussion recently in this group about getting the
bulk of the \header section into a separate file also which I have found
VERY useful.
See here for more details:
http://lists.gnu.org/archive/html/lilypond-user/2004-05/msg00095.html

Cheers,
Ralph



 Hi

 I put each of my instrument notes is inside a separate file, so lets
say all cellos notes are inside cello.ly and violin notes are inside
violin.ly
 In each of these files, they have a \score{} so I can print out the
indiviual parts.
 Then I have a score.ly which have a huge staff which combine all the
parts together. however, while is parsing the individual instruments
like
 cello.ly, it will render the \score{} inside, causing the score.pdf
not only to contain the combined parts, and it has the separate parts.
 
 Is there anyway I can control when to  print the indiviual parts, and
when to print all parts as a group?
 
 Thanks,
 Joshua


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


flag position

2004-06-17 Thread LEGRAND Jean-Marc
Hi all of you !

my new problem deals with flag position.

My text is, with Lilypond 2.0 on Windows  :


%31ème couplet
\score{
 \notes {
  \clef alto
  \key d\minor
  \time 3/4
  \relative c' {
  \property Voice.Script \set #'padding = #1
  \property Score.timing = ##f
  d8.\stopped [a'32 a a] d,8 [a' d, a'] \bar |
  cis,8.[\breathe a'32 a a] cis,8 [a' a, a'] \bar |
  d,8.\stopped [a'32 a a] d,8 [a' f d] \bar |
  c8. [g'32 g g] c,8 [g' c, e] \bar |
  f,8. [f'32 f f] f,8 [f' f, a] \bar |
  \appoggiatura {\stemDown \slurUp c,16} g'8. [e'32 e e] c,8 [e' c, bes'] \bar 
|
  \appoggiatura {\stemDown \slurUp d,16} f8. [d'32 d d] d,8 [d' d, f]
  \clef F \bar |
  \appoggiatura {\stemDown \slurUp a,16} e'8. [cis'32 cis cis] a,8 [cis' a, 
g'] \bar |
  d16 a' a a f a a a d, a' a a \bar |
  cis, a' a a e a a a cis, a' a a \bar |
  d, a' a a f a a a d, b' b b \bar |
  c, c' c c c,16 c' c c c,16 bes' bes bes \bar |
  \clef alto
  f f' f f a, f' f f f, f' f f \bar |
  c, e' e e g,16 e' e e c,16 bes' bes bes \bar |
  f d' d d \clef F a, cis' cis cis e, cis' cis cis \bar |
  \appoggiatura {\stemDown \slurUp \property Voice.Beam \override #'positions 
= #'(-3 . -1)
d,16 [f a]} d2.
  \bar ||}
  \break
   }
\header { piece=\\newpage  31ème couplet}
\paper {}
 }

In the first measure, it's OK : [a'32 a a]  are well grouped together.
But in the second and sixth measures, the firts of these three notes has its flag on 
the left, so
that the two last are well grouped together, but there's a gap between first and 
second note. I
don't know if I'm clear, but I do need somme help !



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


\breathe

2004-06-17 Thread LEGRAND Jean-Marc
Hi again !

Is there any way to move up or down the \breathe sign ?

Thanks for all !



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Drawing program to tweak lilypond output?

2004-06-17 Thread Jan Nieuwenhuizen
Bertalan Fodor writes:

 When finishing a document I would find it useful if there were a free
 (gratis) vector drawing program that can import LilyPond's PS, so I
 could beautify some parts of the score manually. Is there anything out
 there for this purpose?

I do not know of any that reads PS, but several read SGV: sketch,
sodipodi, inkscape.

There have been two efforts for SVG output; but I've never seen any
bug reports about them, so they are not supported and most probably
broken.

Now that LilyPond does titling and page layout, it may actually be
useful to have svg output.  You can have a look at resurrecting one of
them (scm/output-sodidpodi.scm, scm/output-sketch.scm).

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Two staves to one while dropping the bracket?

2004-06-17 Thread Ralph Little
Hi Mats,
I have a related question.
I have a score where I wish to use the \RemoveEmptyStaffContext on one
staff of a staff group only. The reason for this is that I have a part
which is separate but only exists for a few bars in the entire piece,
and I don't want it to occupy a line on every page of the score.
However, all other parts I do, even if they only have bars rest.

I can't remember exactly what I tried, but I think it involved using the
new \with syntax to add the HaraKiri engraver, like:

\score {
\new StaffGroup {
\new Staff \SoloCornet
\new Staff \with { \consists Hara_kiri_engraver}
\TuttiCornet
}
}
..or something like that.

I could put together a simple example if nothing comes immediately to
mind

What happened is that lilypond just hung.

Do you know if anybody has used this in this way?
Lilypond 2.2 BTW.

Regards,
Ralph


Mats wrote:

One solution is to use the \RemoveEmptyStaffContext and simply insert
multimeasure rests in the second stave. Then, LilyPond will
automatically remove the second stave and the opening brace on the
lines where there are no notes.

Example:

uppervoice=\new Staff \notes\relative c'{
c d e f g a b c c b a g f e d c
c d e f g a b c c b a g f e d c
c d e f g a b c c b a g f e d c
}

lowervoice=\new Staff \notes\relative c''{
c b a g f e d c c d e f g a b c \break
R1*4 \break
c4 b a g f e d c c d e f g a b c }

\score{
   \new GrandStaff 
 \uppervoice
 \lowervoice
   
   \paper{
 \context {
   \RemoveEmptyStaffContext
 }
   }
}


/Mats

Alex Klein wrote:
 Hi,
 a month ago I had a little problem which I still haven't found a
 solution for. I was engraving a piece of music where the first violin
is
 split into upper and lower voice, which was notated by using two
staves
 and a group bracket. At one time in the piece, the split is lost and
all
 first violins play in unison. I was able to drop the second stave, but
 no matter what I did, there was always a group bracket around the
single
 stave left.
 What is the correct way to engrave this?
 Cheers
 
 Alex
 


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


only tex output

2004-06-17 Thread Wolfgang Mechsner
I have problem only with one score. Everything was fine, I got PS- and
PDF-files output after running lilypond. Suddenly - I don't no why - I
got only tex-files. Any ideas? It would be great!

Wolfgang

Email [EMAIL PROTECTED]
URL www.wolfgang-mechsner.de


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Output Combined Parts

2004-06-17 Thread David Raleigh Arnold
On Thursday 17 June 2004 12:25 am, Joshua Koo wrote:
 Hi

 I put each of my instrument notes is inside a separate file, so lets
 say all cellos notes are inside cello.ly and violin notes are inside
 violin.ly In each of these files, they have a \score{} so I can print
 out the indiviual parts. Then I have a score.ly which have a huge
 staff which combine all the parts together. however, while is parsing
 the individual instruments like cello.ly, it will render the \score{}
 inside, causing the score.pdf not only to contain the combined parts,
 and it has the separate parts.

 Is there anyway I can control when to  print the indiviual parts, and
 when to print all parts as a group?

Make a file with s's or \skips in it and rename cello.ly to cello.bak
and name your skip-file cello.ly, for example.  You can automate it with 
a
bash script or batch file.

The purpose of sly is to enable editing all your parts simultaneously.
Take a look at it.  You also could use it for each part for safety,
because that way your cello.ly would be a temporary file created by
cello.sly.  daveA

-- 
Paying more at the gas pump?  Bush's Oil Sheikh Buddies, who support Al
Qaeda, Palestinian terrorists,  hate-U.S. school systems everywhere,
need more of your money now to arm and pay Iraqis to kill Americans.
D. Raleigh Arnold dra@ (http://www.) openguitar.com [EMAIL PROTECTED]



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: only tex output

2004-06-17 Thread Wolfgang Mechsner
I found the solution: I wrote a wrong pagenumber = no in the paper
section!

Wolfgang

 On Thu, 17 Jun 2004, Wolfgang Mechsner wrote:

 I have problem only with one score. Everything was fine, I got PS- and
 PDF-files output after running lilypond. Suddenly - I don't no why - I
 got only tex-files. Any ideas? It would be great!

 Wolfgang

 Email [EMAIL PROTECTED]
 URL www.wolfgang-mechsner.de


 ___
 lilypond-user mailing list
 [EMAIL PROTECTED]
 http://lists.gnu.org/mailman/listinfo/lilypond-user



Wolfgang Mechsner
Goebenstr. 3
49076 Osnabrück

Telefon 0541-2052090
Mobil 0179-9096684
Email [EMAIL PROTECTED]
URL www.wolfgang-mechsner.de
-


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Drawing program to tweak lilypond output?

2004-06-17 Thread Ferenc Wagner
Bertalan Fodor [EMAIL PROTECTED] writes:

 When finishing a document I would find it useful if there
 were a free (gratis) vector drawing program that can
 import LilyPond's PS, so I could beautify some parts of
 the score manually. Is there anything out there for this
 purpose?

You may try pstoedit.
-- 
Udv: Feri.


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \breathe

2004-06-17 Thread Ferenc Wagner
LEGRAND Jean-Marc [EMAIL PROTECTED] writes:

 Is there any way to move up or down the \breathe sign ?

Look up Changing defaults - Tuning output - Common Tweaks
in the manual.
-- 
Feri.


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


PDF has wonky note glyphs

2004-06-17 Thread Jeff Smith
I finally got my latex docs displaying very pretty in-line music
using lilypond-book in DVI. (Thanks for the hint.)

But when I produce PDFs from the DVI, the note glyphs are wrong.
I just get the stems, no note heads. 

For the record, my pdf generation path is as follows:

lilypond-book -f latex MySource.latex
latex MySource.tex
bibtex MySource
latex MySource.tex 
dvips -Ppdf -G0 -o MySource.ps MySource.dvi
ps2pdf MySource.ps

Any suggestions?
--
Jeff Smith
Computer Science Dept.
University of Saskatchewan



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: PDF has wonky note glyphs

2004-06-17 Thread Bertalan Fodor
-u lilypond.map must be included in dvips command line

dvips -u lilypond.map etc.

Bert



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Kneed cue-notes

2004-06-17 Thread Ruud van Silfhout
Hi Han-Wen,

That was what I initially thought, that it would only work on PianoStaff's
only.
On my initial question I got the anwer that it would work on other staffs as
well!!

Regards,
Ruud van Silfhout

- Original Message -
From: Han-Wen Nienhuys [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; Ruud van Silfhout
[EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 8:55 AM
Subject: Re: Kneed cue-notes


 [EMAIL PROTECTED] writes:
  On Tuesday 08 June 2004 17.57, Ruud van Silfhout wrote:
   Hi,
  
   Some time ago I asked how I could create a piece of music
   with kneed cue notes. Until now I still do not have the desired
result.
 
  When I compile your file, I get a few programming error messages and
  completely weird output (don't you get this also?). I have added a bug
report
  to our database; I'll let you know when the bug is fixed.

 try doing it in a PianoStaff.

  http://lists.gnu.org/mailman/listinfo/lilypond-user

 --

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




___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Non-justified plainchant (Gregorian and modern notation)

2004-06-17 Thread Ruud van Silfhout
Hi Benjamin,

In a dutch hymne book I made, I needed a comparable feature.
It is not readily available in lilypond, but in one of the examples (an
ancient version of the Dutch national anthem,
http://www.lilypond.org/doc/v2.3/input/out-www/wilhelmus.png
generated from
http://www.lilypond.org/doc/v2.3/input/out-www/wilhelmus.ly.txt)
shows how you can do this.
Apart from what you need, I would also prefer a definable left margin to
align and
offset the left side of the text lines.
If you need another example, I can send you one privately.

Regards,
Ruud van Silfhout

- Original Message -
From: Benjamin D. Smedberg [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 13, 2004 11:47 PM
Subject: Non-justified plainchant (Gregorian and modern notation)


 I am new to Lilypond, having been a user of Finale for many years. I am
 a relatively experienced programmer, having extensive experience within
 the Mozilla project. I have several questions, but I'll start out with
 something I hope is fairly simple:

 I do quite of bit of engraving in plainchant, both modern and Gregorian.
 I have not discovered a layout mode which does not justify the music on
 each line. In plainchant, the staff lines should extend to the end of
 each line, but the actual notes and text should be spaced and engraved
 as if it were left-justified (except for the custos). Does this mode
 already exist, and I missed it? Or is it something that should exist as
 a scheme extension, and can I get guidance on how I could code that?

 --Benjamin Smedberg
 Director of Music, St. Patrick Church: Washington, DC


 ___
 lilypond-user mailing list
 [EMAIL PROTECTED]
 http://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: PDF has wonky note glyphs

2004-06-17 Thread jeffs
On Thu, Jun 17, 2004 at 07:41:16PM +0200, Bertalan Fodor wrote:
 -u lilypond.map must be included in dvips command line
 
 dvips -u lilypond.map etc.

Thanks. That worked beautifully. For the record, that should
read:
dvips -u +lilypong.map ...

Note the + indicates to add that font map to the list, rather
than replace it. (Leaving out the + got me my note heads, but all
my text vanished. :-)
--
Jeff Smith
Computer Science Dept.
University of Saskatchewan



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: feathered beams

2004-06-17 Thread Peter Lutek
On Mon, 2004-06-14 at 17:40, Han-Wen Nienhuys wrote:
 [EMAIL PROTECTED] writes:
  On Mon, 2004-06-14 at 11:16, Bryan, Chris wrote: 
   Is it possible to do feathered beams in LY?  If so, how?
  
  there is no native mechanism for this. i hacked it a while ago by making
  two simultaneous beamed note-groups, with the beams tilted opposite
  directions in each, and tweaked so the beam start-points were the same.
  lily's spacing algorithm was sufficiently reliable that i didn't have to
  worry about making one set of noteheads or stems disappear - they always
  coincided exactly.
  
  that was back on 2.0.0, so things may have changed since then.
 
 We'd love to have a small example of this, for our tips  tricks
 document. Could you could code one up for us?

see attached ly.
-p
\version 2.2.0

%$ \times 1/2 allows 8 eighths to occupy only two beats.
%$ Adjust beam angles with the Voice.Beam #'positions arguments.
%$
%$ Note that this will produce warnings: Too many clashing notecolumns. Ignoring 
them.

\score {
\notes  \relative c' {
\context Voice {   { \stemUp \once \override Voice.Beam #'positions = #'(0 . 
0.5)
   \once \override Voice.TupletBracket #'number-visibility 
= ##f 
   \times 1/2 { c8[ c c c c c c c]} } \\
 { \stemUp \once \override Voice.Beam #'positions = #'(0 . 
-0.5) 
   \once \override Voice.TupletBracket #'number-visibility 
= ##f 
   \times 1/2 { c[ c c c c c c c] }}  } r2
} 
\paper { raggedright = ##t }

}___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Kneed cue-notes

2004-06-17 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
 Hi Han-Wen,
 
 That was what I initially thought, that it would only work on PianoStaff's
 only.
 On my initial question I got the anwer that it would work on other staffs as
 well!!

It should work, but only if you have no spanners (beams, slurs,
arpeggios) that cross staves.

-- 

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



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user