Re: TesxtSpanner

2007-07-13 Thread Valentin Villenave

2007/7/14, Peter Terpstra <[EMAIL PROTECTED]>:


from the lilypond documentation i got this:
 \override NoteColumn #'force-hshift = #0.3
4 4 2 | d'4\rest 2 4   % 3
d\rest  2 |
\textSpannerUp
\override TextSpanner #'bound-details #'left #'text = "II "



And now?


Hi Peter,

two things:

-first, apparently LilyPond is expecting a Scheme expression here: typing
#"II"
instead of
"II"
will correct your output error

-but anyway your snippet is incomplete; you have to make the
TextSpanner object *exist* by adding some \startTextSpan and
\stopTextSpan commands after your \override instruction, like in the
"other guitar issues" example.

Maybe the Documentation should mention the #"XX" syntax (though it
works perfectly well without it, as long as you add anything after the
\override line);

Graham, if you think this is worth it, here's a small patch. I checked
the other examples, but none is to be corrected (all examples but this
one use a nested \markup block, and don't need any correction).

Regards,
Valentin


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


Re: TesxtSpanner

2007-07-13 Thread Peter Terpstra
Graham Percival in <[EMAIL PROTECTED]> :

> The LilyPond syntax changes, and the manual changes with it.  Please
> upgrade to the latest stable version, and see the documentation for that
> version.

Okay thats done, but the error remains:

from the lilypond documentation i got this:
 \override NoteColumn #'force-hshift = #0.3
4 4 2 | d'4\rest 2 4   % 3
d\rest  2 |
\textSpannerUp
\override TextSpanner #'bound-details #'left #'text = "II "

And it gives me this error:
Processing `test.ly'
Parsing...
test.ly:71:53: error: syntax error, unexpected SCM_TOKEN, expecting '='
\override TextSpanner #'bound-details #'left 
 #'text = "II "
test.ly:83:8: error: errors found, ignoring music expression

\relative <<
error: failed files: "test.ly"

And now?

Kind regards,

   Peter

-- 
mailto:[EMAIL PROTECTED]



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


Re: TesxtSpanner

2007-07-13 Thread Peter Terpstra
Graham Percival in <[EMAIL PROTECTED]> :

> The LilyPond syntax changes, and the manual changes with it.  Please
> upgrade to the latest stable version, and see the documentation for that
> version.

NOW i understand some promlems i ran into with lilypond!
Thanks, this helps.

Kind regards,

   Peter



-- 
mailto:[EMAIL PROTECTED]



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


Re: TesxtSpanner

2007-07-12 Thread Graham Percival

Peter Terpstra wrote:

I got this from the lilypond.pdf documentation from the lilypond site, but
is not okay??

I have lilypondversion 2.8.7.


The LilyPond syntax changes, and the manual changes with it.  Please 
upgrade to the latest stable version, and see the documentation for that 
version.


Cheers,
- Graham


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


TesxtSpanner

2007-07-12 Thread Peter Terpstra

Dear readers,

How does this work?

I use this:
\textSpannerUp
\override TextSpanner #'bound-details #'left #'text = "II "
\startTextSpan
< fis''-1  d-2 b,-1 >2\stopTextSpan

Ant I get this error:
error: syntax error, unexpected SCM_T, expecting '='
\override TextSpanner #'bound-details #'left 
 #'text = "II "
error: errors found, ignoring music expression


I got this from the lilypond.pdf documentation from the lilypond site, but
is not okay??

I have lilypondversion 2.8.7.

Thanks in advantage.

   Peter


-- 
mailto:[EMAIL PROTECTED]



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