Non-music variables seem not to work in Lilypond 2.19.54-1

2017-02-05 Thread Tom Campbell
> I'm not top posting
% Lilypad version required for non-music variables
\version "2.19.54"


% I believe one should now be able to create non-music variables, at least
according to:
%
http://lilypond.org/doc/v2.19/Documentation/learning/organizing-pieces-with-variables
% I am attempting to create style sheet-like thingies for book publishing.
% This gives the error "Ignoring non-music expression" in Lilypond 2.19.54-1
headerone = {
\fontsize #6
}

% Sorry if I did anything wrong. It's my first posting
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Cannot include # in URL?

2017-10-28 Thread Tom Campbell
Sorry, I sent this to the wrong list.

On Sat, Oct 28, 2017 at 10:16 PM, Tom Campbell <tomcampb...@gmail.com>
wrote:

> Can't figure out how to include # in a URL. When I do something like this:
>
> \markup {
> For more, see http://lilypond.org/doc/v2.18/Documentation/notation/
> writing-rhythms#durations
> }
>
>
> I get the following message:
>
> error: GUILE signaled an error for the expression beginning here
> For more, see http://lilypond.org/doc/v2.18/Documentation/notation/
> writing-rhythms#
>
>  durations
>
> How should I include # in a URL in text markup?
>
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Cannot include # in URL?

2017-10-28 Thread Tom Campbell
Can't figure out how to include # in a URL. When I do something like this:

\markup {
For more, see
http://lilypond.org/doc/v2.18/Documentation/notation/writing-rhythms#durations
}


I get the following message:

error: GUILE signaled an error for the expression beginning here
For more, see
http://lilypond.org/doc/v2.18/Documentation/notation/writing-rhythms#

   durations

How should I include # in a URL in text markup?
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond