Re: Polyphonic rests

2007-06-25 Thread Claus Rogge
Valentin Villenave <[EMAIL PROTECTED]> wrote:

> You don't have to think that "no one cares" just because you haven't got
> any answer for 48 hours...

Yes I´m sorry ... but I started to think the solution was so easy and I
was the only one not seeing it.

This gives the right result - couldn´t make it compile the first time
around but suddenly it worked. Certainly gives me a lot of errors! Now
I´ll try to understand what´s happening ...

Thanks for your help!!

> % LilyPond code %
> 
> \paper{#(set-default-paper-size "a4") top-margin = 0\cm left-margin = 1\cm
> right-margin = 1.5\cm bottom-margin = 1\cm between-system-space = 28\mm}
> \header{title="Sonata op.15" composer="Fernando Sor" opus=""}
> 
> one = \relative c' { 4 4 fis d'>  r | \override Rest #'staff-position = #6 g r g g } t=
> {  \override Voice.Stem #'duration-log = #1 } two= \relative c { d4 d d d
> d d d r \times 2/3 { \t g8  b[  d] } \times 2/3 { \t d, b'[ d]} \times 2/3
> { \t g, b[ d]} \times 2/3 { \t g, b[ d]} }
> 
> three= \relative c, { \override Rest #'staff-position = #1 \override Rest
> #'font-size = #-2 s1 s | r8 s r s r s r s }
> 
> {\clef "G_8" \key c \major \time 4/4<< \one \\ \two \\ \\ \three >> }
> 
> Cheers, Valentin


-- My new CD "Know Greed": http://cdbaby.com/cd/rogge



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


Re: Polyphonic rests

2007-06-25 Thread Claus Rogge
Mats Bengtsson <[EMAIL PROTECTED]> wrote:

> I don't understand how you can read your .ly files if you don't include
> any line breaks

You mean in the header? That´s only the template that  I use everytime
... never read it anymore

>Here's a version of your code that works
> somewhat better, at least when there is a rest also in the first voice:

This works as well! Thank you!! And now back to the manual and try to
understand why it works ...

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Polyphonic rests

2007-06-24 Thread Claus Rogge
Claus Rogge <[EMAIL PROTECTED]> wrote:

> Mats Bengtsson <[EMAIL PROTECTED]> wrote:
> 
> > As I already pointed out, you may be able to get even better help from
> > the mailing list, if you include some examples of
> > LilyPond code where you have trouble.

If only I knew if the solution to my problem is so obvious that no one
cares to give me a clue? Otherwise, I´ll go ahead and define the
position of every rest with /rest {c'} or similar ...

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Polyphonic rests

2007-06-22 Thread Claus Rogge
Mats Bengtsson <[EMAIL PROTECTED]> wrote:

> As I already pointed out, you may be able to get even better help from
> the mailing list, if you include some examples of
> LilyPond code where you have trouble.

OK I´ll cut it down ...

\version "2.11.14"

\paper{#(set-default-paper-size "a4") top-margin = 0\cm left-margin =
1\cm right-margin = 1.5\cm bottom-margin = 1\cm between-system-space =
28\mm}
\header{title="Sonata op.15" composer="Fernando Sor" opus=""}

one = \relative c' {4 4  r g r g g }

two= \relative c {s1 s \times 2/3 {r8 b' d} \times 2/3 {r8 b d} \times
2/3 {r8 b d} \times 2/3 {r8 b d} }

three= \relative c, {d'4 d d d d d d r g d g g }

{\clef "G_8" \key c \major
\time 4/4<<
\one
\\
\two
\\
\\
\three
>>
}

f


-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Polyphonic rests

2007-06-22 Thread Claus Rogge
Mats Bengtsson <[EMAIL PROTECTED]> wrote:

> If you want the two upper voice to have stems up, then
> you could use
> <<{ \A } \\ { \B } \\  \\ { \D } >>

Thank you, also to Zoltan, this helped me understanding that. Depending
on the order of my voice, I have 32 or more "Warning(s): too many
colliding rests" and this is, as I now understand, because a voice (or
do you say "part") is either upper or lower to LP.

So there´s still the problem of the rests that I want to appear in the
middle of the staff, because they are in the middle voice. If it isn´t
possible to do taht any other way, I guess I´ll have to place every
single rest ... this is a bit awkward really.

I won´t bother you with any examples because it´s a five page
arrangement and the file must be enormous.

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Polyphonic rests

2007-06-21 Thread Claus Rogge
Hello all,

I haven´t had any questions for a long time because your answers here
were so good (just in case anyone was wondering where this stoopid has
been hiding ;)

I´ve set a piece with 3 parts on one system, not uncommon for classical
guitar music. Now any rests in voice two, that I want to appear in the
middle of the system, show up below voice 3 which is the bass. 

Do I have to use \rest {a8} or similar on every single rest? Or can I
configure this somewhere (like \stemDown in the beginning of voice 3)?

The other thing I haven´t been able to solve browsing the manual is
this: I get hundreds of "Warning: Too many colliding rests" when running
the file. It compiles allright, but the rests are not treated in a
polyphonic way as I want it to.

How do I do that?

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Lilypond-book can´t find my files

2007-01-28 Thread Claus Rogge
Claus Rogge <[EMAIL PROTECTED]> wrote:

Whoops, stop - just found some information that I had forgotten ... I´m
onto it, please don´t bother to answer yet!

... and sorry ...

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Lilypond-book can´t find my files

2007-01-28 Thread Claus Rogge
Sorry folks, another wall I ran my head into ... I managed to install
lilypond-book and run it. However, when I give it a file to feed on
(deadwood.lytex - written with latex and extension changed manually,
don´t know if that´s right??) it stubbornly insists that the file
(intro.ly) is not found 

lilypond-book: error: file not found:
\Users/claus/Documents/Lilypond/Transcriptions/Deadwood/intro.ly

even if it´s definitely there:

Claus-Rogges-Computer.local ~/Documents/Lilypond/Transcriptions/Deadwood
claus$ls
total 5016
-rw-r--r--   1 claus  claus   8 Jan 27 12:57 deadwood.aux
-rw-r--r--   1 claus  claus5532 Jan 27 12:57 deadwood.log
-rw-r--r--   1 claus  wheel 313 Jan 28 09:21 deadwood.lytex
-rw-r--r--   1 claus  claus  191115 Jan 27 12:57 deadwood.pdf
-rw-r--r--   1 claus  wheel 316 Jan 28 09:14 deadwood.tex
>>-rw-r--r--   1 claus  wheel1105 Jan 27 10:40 intro.ly
-rw-r--r--   1 claus  claus   71531 Jan 27 10:47 intro.pdf
-rw-r--r--   1 claus  claus  511567 Jan 27 10:47 intro.ps
-rw-r--r--   1 claus  claus  55 Jan 28 09:27 snippet-map.ly
-rw-r--r--   1 claus  wheel 946 Jan 27 10:47 strophe.ly
-rw-r--r--   1 claus  claus   65189 Jan 27 10:47 strophe.pdf
-rw-r--r--   1 claus  claus  508160 Jan 27 10:47 strophe.ps
-rw-r--r--   1 claus  claus   8 Jan 28 09:27 tmpfOi7SA.aux
-rw-r--r--   1 claus  wheel1021 Jan 27 10:48 zwsp1.ly
-rw-r--r--   1 claus  claus   66000 Jan 27 10:48 zwsp1.pdf
-rw-r--r--   1 claus  claus  506118 Jan 27 10:48 zwsp1.ps
-rw-r--r--   1 claus  wheel 983 Jan 27 10:48 zwsp2.ly
-rw-r--r--   1 claus  claus   69736 Jan 27 10:48 zwsp2.pdf
-rw-r--r--   1 claus  claus  513199 Jan 27 10:48 zwsp2.ps

I hope that my questions are getting less dumb along the way but please
give me another chance! What am I doing wrong THIS time?

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Still don´t understand how to call LPbook

2007-01-23 Thread Claus Rogge
Mats Bengtsson <[EMAIL PROTECTED]> wrote:

> lilypond-book is a separate program that you have to run from the
> command line.

Thank you, and everybody else. This is a bit strange for me since I do
not use Terminal all that much ... but you got me started.

I´m trying not to be a nuisance but I´ll probably be back in a while
with some new problem.

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Still don´t understand how to call LPbook

2007-01-23 Thread Claus Rogge
Graham Percival <[EMAIL PROTECTED]> wrote:

> http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Running-LilyPond

Thank you - this is one page I haven´t seen before...

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Still don´t understand how to call LPbook

2007-01-23 Thread Claus Rogge
Valentin Villenave <[EMAIL PROTECTED]> wrote:

> I assume you know how to use command line on Mac OSX ?

It´s not something I use on a daily basis - but I have tried.


-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Still don´t understand how to call LPbook

2007-01-23 Thread Claus Rogge
I would be very happy if someone could point me in a direction - where
do I start lilypond-book? Is it a seperate program I have to start or do
I type "lilypond-book" into the code somewhere? I´m on MacOS X and start
LP by doubleclicking the app.

Believe me, I have searched the manuals and the mailing history - there
is some basic thing I just haven´t understood.

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: How tell LaTeX where to find LP?

2007-01-12 Thread Claus Rogge
Karl Hammar <[EMAIL PROTECTED]> wrote:

> I understand that you don't understand the text (in swedish)

Jamen jeg forstår svensk

> what was difficult to 
> understand?

I´m a complete beginner in LP and the way I´ve been using it so far has
been just one file and just print one (or two) page(s) of music - no
includes and no piping (or whatever it´s called) between programs. The
way I understood it I was supposed to enter LP code into LaTeX (which
worked as well once I put this file into the right place in the TeXShop
folder) and LP-book is the other way round.

> I use linux

I´m on Mac OSX
 
> Can you point to something in the manual which is unclear or could be
> phrased better?

I think the reasons are that 1) I´m not a programmer and 2) when I find
something that I don´t understand I have a tendency to just read on and
hope that some day I might understand :) so probably there´s nothing
wrong with the manual! 

I´ll try on and probably get the hang of it ... took me long to get into
the simplest way of using lilypond in the beginning. It´s been just a
few months since I managed to get any output at all.

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: How tell LaTeX where to find LP?

2007-01-11 Thread Claus Rogge
Karl Hammar <[EMAIL PROTECTED]> skrev:

> http://aspodata.se/noter/victoria/

Phew! I think I´ll need some years until I can even understand that.
Good to get help from the pro´s :)

Thank you everybody for your help, t helped me sorting a few things out.
I obviously misunderstood something in the book but now you set me on
the right trail!

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: how to remove unwanted clef before line break?

2007-01-11 Thread Claus Rogge
Mats Bengtsson <[EMAIL PROTECTED]> wrote:

> \new Staff is something completely different, namely how to get a new
> stave (whereas Bodo just had a line break in one and the same stave).

And I was so proud, I thought I could be of help already ;)

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: How tell LaTeX where to find LP?

2007-01-10 Thread Claus Rogge
Just found something -

http://www.dimi.uniud.it/vitacolo/download/software/latex/Lilypond-LaTeX
.engine.txt

I was too impatient ... sorry! But all the other things I found were too
difficult to understand.

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: how to remove unwanted clef before line break?

2007-01-10 Thread Claus Rogge
Bodo Maass <[EMAIL PROTECTED]> wrote:

> --===1787393274==
> Content-Type: multipart/alternative; 
>   boundary="=_Part_17060_10316590.1168478314740"
> 
> --=_Part_17060_10316590.1168478314740
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
> 
> Hi,
> 
> I want a new line to start with a different clef. However, I always get a
> second copy of the new clef on the old line, just before the line break. I
> have simplified it to this example:
> 


I think you could use New Staff

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


How tell LaTeX where to find LP?

2007-01-10 Thread Claus Rogge
I tried to copy the "example of a musicological document" from chapter
13 in the documentation into LaTeX (I use TexShop 2.09d, if that helps)
and get an error: Latex does not know what to do with the command
lilypond.
I tried searching the archives but did not understand the postings (yes,
I apparently am that stupid). Is there a simple solution like an
environment variable that has to be set (where?) - or is it too
complicated for a dummy like me?
-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: Problem with repeats

2007-01-10 Thread Claus Rogge
Mats Bengtsson <[EMAIL PROTECTED]> wrote:

> The simple 
> solution is
> to move the \break command before the curly brace:

THANKS Mats!!! (I think it´s "tacker så mycket" where you´re from)

I thought I had tried everything ...

-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Problem with repeats

2007-01-10 Thread Claus Rogge
Please can somebody help me out - I copied from lilypond.org.doc but the
output is not what I want it to be. Geting error message "unexpected
/alternative" ... what else do I have to do?

\version "2.10.9"

bas = \relative c 
{ees4 r r bes r r f' r r bes, r r c r r f, g a bes r r f g a \break
bes r r f r r bes r r f r r bes r r f r r f r r c' r r \break
f, r r c' r r f, r r c' r r f, r r c' r r bes bes d f g a \break
bes r r f r r bes r r f r r bes r r f r r ees r r bes r r ees r r bes r
r \break
f r r bes r r c4. c8 c4 c d e f4. f8 f4 g2. f4. f8 f4 f2. \break
f,4. f8 f4 c'4. c8 ees4 f r r f, g a \repeat "volta" 2 { bes2 bes4 bes a
g f r r c' r r \break
ees2 g4 bes a4. g8 f4 d c bes c d f r r c r r bes r r f r r } \break 
\alternative { { c'2 c4 c d e f4. f,8 f4 f g a } { bes2 d4 f g a bes f d
bes r r } } 
}


\paper {#(set-default-paper-size "a4")}
\header {title="Murecker Faschingslied 2003" composer="W.Rehorska"}

{\clef bass
\override Staff.TimeSignature #'style = #'() 
\key bes \major 
\time 3/4
\bas}


-- 
My new CD "Know Greed":
http://cdbaby.com/cd/rogge



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


Re: PDF file

2006-11-11 Thread Claus Rogge
All this content-type stuff appears rather unreadable in my newsreader.
I think you´re probably sending HTML

Simon Dahlbacka <[EMAIL PROTECTED]> wrote:

> --===1020259362== Content-Type: multipart/alternative;
> boundary="=_Part_85513_18847982.1163270430207"
> 
> --=_Part_85513_18847982.1163270430207 Content-Type: text/plain;
> charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
> 
> http://catb.org/esr/faqs/smart-questions.html
> 
> On 11/11/06, Richik <[EMAIL PROTECTED]> wrote: > > I've got the PDF
> file with the scale. > I need to know how to get the program. > How do I
> get it on? > > > > Regards, > Richik > > > >
> ___ > lilypond-user mailing
> list > lilypond-user@gnu.org >
> http://lists.gnu.org/mailman/listinfo/lilypond-user >
> 
> --=_Part_85513_18847982.1163270430207 Content-Type: text/html;
> charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition:
> inline
> 
>  href="http://catb.org/esr/faqs/smart-questions.html";>http://catb.org/esr/f
> aqs/smart-questions.htmlOn
> 11/11/06, Richik < href="mailto:[EMAIL PROTECTED]"> [EMAIL PROTECTED]>
> wrote:I've
> got the PDF file with the scale.I need to know how to get the program.
> How do I get it
> on?Regards,Richik_
> __lilypond-user mailing list href="mailto:lilypond-user@gnu.org";>lilypond-user@gnu.org  href="http://lists.gnu.org/mailman/listinfo/lilypond-user";>http://lists.gn
> u.org/mailman/listinfo/lilypond-user
> 
> --=_Part_85513_18847982.1163270430207--
> 
> 
> 
> --===1020259362== Content-Type: text/plain; charset="us-ascii"
> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition:
> inline
> 
> ___ lilypond-user mailing list
> lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> --===1020259362==--


-- My new CD "Know Greed": http://cdbaby.com/cd/rogge



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


Re: OS X version 10.2.8

2006-11-08 Thread Claus Rogge
Hans Aberg <[EMAIL PROTECTED]> wrote:

> Under 10.4, UNIX components have been improved significantly, and  
> Python is included.

OK, so that´s the reason. I didn´t know.



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


Re: OS X version 10.2.8

2006-11-07 Thread Claus Rogge
Van <[EMAIL PROTECTED]> wrote:

> I  have OSX vs. 10.2.8. What problems will I encounter 
> with LillyPond and use it in 10.2.8.  

On the Mac that runs 10.2, I had to download something Python - the
right version - but I haven´t succeeded in installing it so far.

The Mac that runs 10.4 works perfectly. Don´t seem to remember that I
had to install some Python ... but that may be due to age, maybe I did
install something.



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


Re: Chord names above staff

2006-11-01 Thread Claus Rogge
Frédéric Bron <[EMAIL PROTECTED]> wrote:

> --===1248635016==
> Content-Type: multipart/alternative; 
>   boundary="=_Part_29394_1085717.1162412941322"
> 
> --=_Part_29394_1085717.1162412941322
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
> 
> Just add { } around your music after \blg:
> { \clef "treble_8" ... \bas }

Thanks Fred! I thought it was something simple ...



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


Chord names above staff

2006-11-01 Thread Claus Rogge
I searched the archives but I still can´t figure it out - how do I make
the chord names appear ABOVE the staff?

Can someone please help me out, what am I doing wrong?

This is the code:

\version "2.8.0"

mel = \relative c'
{\partial2. a4 a cis | cis1 | r4 a a b | b1 r4 b4 b cis d1 r4 d4 e b
cis1 r4 cis4 cis e e1 r4 cis4 d e d1 r4 a4 a b cis1 r4 b4 b a a1
\partial4 r4}

bas = \relative c {\partial2. r4 r2 | a1 a e e \break e e a a \break a a
d d \break a e a \partial4 a4}

bgl = \chords {r2. a1 a e e e e a a a a d d a e a a4}
\paper
{
#(set-default-paper-size "a4")
}
\header
{
title="Banks of the Ohio"
}

{
<<
\bgl
\clef "treble_8" \key a \major
\override Staff.TimeSignature #'style = #'()
\mel
\\
\bas
\\
>>
}



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


Re: Lilypond for Mac OS 7.6?

2006-10-11 Thread Claus Rogge
Graham Percival <[EMAIL PROTECTED]> wrote:

> If you could install linux 
> onto your old powerbook, it would work.

How about NetBSD?



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


Re: Lilypond for Mac OS 7.6?

2006-10-08 Thread Claus Rogge
Graham Percival <[EMAIL PROTECTED]> wrote:

> The absolute minimum is OSX.  

Nice to get an answer so fast! Thanks!

> If you could install linux 
> onto your old powerbook, it would work.

... considering ... but I think it would take too much of my time.
Thanks anyway!




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


Lilypond for Mac OS 7.6?

2006-10-08 Thread Claus Rogge
Hi,

I´d like to know if there is an older version of Lilypond available 
that will run on my old PowerBook 190 
using OS 7.6?



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