Re: markup{} vs TextScript

2005-05-10 Thread Stephen
That is a hard one because they are both accurate terms in their own right, but they stem from different sources or contexts. I think maybe markup is a false analogy and textscript is a bit more literal. Still, I am no expert and I suspect both terms are equally accurate and descriptive, which i

Re: Doc help: \markup{} vs \mark

2005-05-10 Thread Stephen
\mark has evolved into a way to put text over a barline, but you cannot use \markup to put text over a barline, only over a note. Stephen - Original Message - From: "Graham Percival" <[EMAIL PROTECTED]> To: "lily-devel" Sent: Tuesday, May 10, 2005 11:32 PM Subject: Doc help: \markup{} v

Doc help: \markup{} vs \mark

2005-05-10 Thread Graham Percival
What's the actual difference between \markup and \mark? Historically, \mark was used for rehearsal marks, and the docs reflect that. These days, however, \mark is used for things like fermatas on bar lines, "DS. al Fine" right-aligned at the end of a piece, etc. Is the "definition" of a \mark simp

markup{} vs TextScript

2005-05-10 Thread Graham Percival
On 10-May-05, at 10:16 AM, Stephen wrote: Thinking about it even more, I realise that having a link to TextScript in the programming reference somewhere under 7.4 Text markup instead of just under 5.7.5 Text scripts to make up for the confusion in terminology that Text script and Text markup are

whatis lilypond -H ?

2005-05-10 Thread Heikki Johannes Junes
What does option `lilypond -H' do? I shortly examined the source and googled about it, but cannot figure out what does it mean. Is there any better documentation than lilypond -h ... -H, --header=FIELDwrite header field to BASENAME.FIELD ... What is this BASENAME, FIELD could probabl

Re: Default action (give just a warning?) of non-defined variables

2005-05-10 Thread Heikki Johannes Junes
On Mon, 09 May 2005 09:02:44 -0700 Graham Percival <[EMAIL PROTECTED]> wrote: > I don't understand what you're trying to do. Are you just trying to > create individual parts? If so, you should look at > http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/An- > orchestral-part.html

Re: TextScript

2005-05-10 Thread Stephen
Thinking about it even more, I realise that having a link to TextScript in the programming reference somewhere under 7.4 Text markup instead of just under 5.7.5 Text scripts to make up for the confusion in terminology that Text script and Text markup are two terms that basically describe the sam

Re: TextScript

2005-05-10 Thread Stephen
I would like to point out in comparing these two examples: \override Voice.TextScript #'padding = #1.2 c4 c8. c16 c4^\markup { \translate #(cons 1.75 0) "Fine" } \breathe \bar "||" and \override Voice.TextScript #'padding = #1.2 c4 c8. c16 c4 \breathe \once \override Score.RehearsalMark #'break-v

RE: override-auto-beam-setting in \layout{} ?

2005-05-10 Thread Carl D. Sorensen
Mats wrote: >I didn't find any Scheme function that can be used within a \layout{\context{...}} to read the current value >of a context property. > >/Mats > >Graham Percival wrote: >> Can I specify something like >> #(override-auto-beam-setting '(end * * 5 8) 3 8) >> >> in a \layout{ \conte

Re: override-auto-beam-setting in \layout{} ?

2005-05-10 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/lilypond-devel/2005-01/msg00123.html The score-override-auto-beam-setting function is included in LilyPond by now, so there's no need to copy the Scheme code in the answer. The first alternative in the answer cited above can be rewritten in a slightly smoother

Re: TextScript

2005-05-10 Thread Mats Bengtsson
Just add \once \override Score.RehearsalMark #'self-alignment-X = #right Simple, isn't it? :-) /Mats Stephen wrote: Sometimes, quite often really, \translate will not raise text, only move it left or right, but increasing padding will work. I never considered using a Rehearsal Mark for text. I

Re: TextScript

2005-05-10 Thread Stephen
Thanks, 'cause even though I glibly talked about alignment, I did not know how it could be done. Now I know. Stephen - Original Message - From: "Mats Bengtsson" <[EMAIL PROTECTED]> To: "Stephen" <[EMAIL PROTECTED]> Cc: "lilypond devel" Sent: Tuesday, May 10, 2005 9:18 AM Subject: Re: Te

Re: TextScript

2005-05-10 Thread Stephen
Sometimes, quite often really, \translate will not raise text, only move it left or right, but increasing padding will work. I never considered using a Rehearsal Mark for text. I see now that it would work, but I want the end of the word 'Fine' to line up with the bar, so a little shifting woul

Re: TextScript

2005-05-10 Thread Stephen
I think the thing I did not find intuitive is that something called TextScript affects markup. If is was just mentioned under 1.4 Text markup that TextScript affects all text markup, I would have figured that out a lot sooner. Any example that uses TextScript demonostrating that subsequent uses

Re: e-mail change notice.

2005-05-10 Thread Erik Sandberg
On Monday 09 May 2005 12.44, Mats Bengtsson wrote: > You are lucky if you haven't been hit by this kind of spam until now, > it has been very frequent for several years by now. > The lilypond mailing lists are archived in a few different archives. > Those I know of are http://lists.gnu.org/archive/

Re: default MetronomeMark #padding

2005-05-10 Thread Erik Sandberg
On Monday 09 May 2005 16.37, Graham Percival wrote: > On 9-May-05, at 7:08 AM, Stephen wrote: > > There is nothing about the Metronome Mark in the Changing Defaults > > chapter. I have already ready the documentation. > > Please read this page. > http://lilypond.org/doc/v2.5/Documentation/user/out-

Re: TextScript

2005-05-10 Thread Graham Percival
On 9-May-05, at 3:17 PM, Stephen wrote: I think an example should be added to the documentation using TextScript under 5.7.5 Text scripts or 7.4 Text markup or 7.2.1 Common tweaks like this: \override Voice.TextScript #'padding = #1.2 c4 c8. c16 c4^\markup { \translate #(cons 1.75 0) "Fine" } \b

Re: TextScript

2005-05-10 Thread Mats Bengtsson
Exactly what feature is it you want to illustrate? the padding or the \translate markup command or? By the way, why not use the \mark command to attach the Fine to the bar line instead? {\override Voice.TextScript #'padding = #1.2 c4 c8. c16 c4 \breathe \once \override Score.RehearsalMark #'break