Re: VerticalAlignment in PianoStaff

2002-08-15 Thread Graham Percival
On Tue, 13 Aug 2002 14:01:25 +0200 (CEST) Atte Andre Jensen <[EMAIL PROTECTED]> wrote: > Another thing about the doc in general. I now realize the info is there > indeed, what really put me on the right track was Grahams reply to my "A > whole bunch of questions" mail, esp this small bit: > > "Re

slur/phrasingslur collision

2002-08-15 Thread Atte Andre Jensen
Hi In the following piece (wrote by me!) there are some collisions between slurs and phrasing slurs, that I'm trying to avoid. Using \slurDown doesn't count :-) Looked at the slur interface, and thought the control-points or a combination of beautiful/de-uglify-parameters could solve it, but I ca

forgot the beautiful music :-(

2002-08-15 Thread Atte Andre Jensen
Classical mistake... Her goes: \include "paper20.ly" \version "1.5.63" melody = \notes \relative c'' \context Voice = LHa { | c8 \( (d e ) f g ( a b ) c | c ( b a ) g f ( e d ) c } \score { \context Staff = melody { \time 4/4 \melody } \paper { } } -- p

Re: forgot the beautiful music :-(

2002-08-15 Thread Jan Nieuwenhuizen
Atte Andre Jensen <[EMAIL PROTECTED]> writes: > Classical mistake... Her goes: You also forgot an \). Anyway, try setting height-limit (the height of a very long slur). \include "paper20.ly" \version "1.5.63" melody = \notes \relative c'' \context Voice = LHa { | c8 \( (d e ) f g ( a b )

About being a beginner

2002-08-15 Thread rsff
Well, I have to tell you I found out about Lilypond about 3 weeks ago, when someone told me about LateX, and then I thought "Hey, I could try to find one for music!". Details: I have never done a document in LateX, nor in Lilypond, but do have some basic Programming in C++ Concepts, which REA

Re: forgot the beautiful music :-(

2002-08-15 Thread Atte Andre Jensen
On Thu, 15 Aug 2002, Jan Nieuwenhuizen wrote: > Atte Andre Jensen <[EMAIL PROTECTED]> writes: > > > Classical mistake... Her goes: > > You also forgot an \). Anyway, try setting height-limit (the height > of a very long slur). Another classical mistake, sorry. Must work on my copy/paste chops :

Lilypon-book and pdftex question

2002-08-15 Thread Carlos
I am trying to use lilypond-book with pdftex.   The way I use pdftext is to launch it from a Miktex a Windows interface and editor for the Latex family wich runs very nicely.   I have done lilypond-book on a .tex file and then taken the .latex file and the lily-xx.tex file and try to run

Fw: Lilypon-book and pdftex question

2002-08-15 Thread Carlos
---sorry I did not turn off html before here it goes again I am trying to use lilypond-book with pdftex. The way I use pdftext is to launch it from a Miktex a Windows interface and editor for the Latex family wich runs very nicely. I have done lilypond-book on a .tex file and then taken th

Re: forgot the beautiful music :-(

2002-08-15 Thread Jan Nieuwenhuizen
Atte Andre Jensen <[EMAIL PROTECTED]> writes: > Great! Exactly what I need! > > Just for another times sake; what steps should I have taken to figure this > out myself? That's not so easy on this one. Slur properties and (part of) implementation is quite hairy. Anyay, you could have tried look

Re: forgot the beautiful music :-(

2002-08-15 Thread Atte Andre Jensen
On Thu, 15 Aug 2002, Jan Nieuwenhuizen wrote: > Atte Andre Jensen <[EMAIL PROTECTED]> writes: > > > Great! Exactly what I need! > > > > Just for another times sake; what steps should I have taken to figure this > > out myself? > > That's not so easy on this one. Slur properties and (part of) > i

sly

2002-08-15 Thread David Raleigh Arnold
Still lacking are useful shortcuts passing values such as stem length, but I will add those as I work on scores. -- Information is not knowledge. Belief is not truth. Indoctrination is not teaching. Tradition is not evidence

Re: forgot the beautiful music :-(

2002-08-15 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Anyay, you could have tried looking at the internal documentation for > > PhrasingSlur, going down this path > > > Thanks, I'll see if I can use this next time I need someting similar. > > I'm just curious; are users expected to find out stuff like this on their >