lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Markup over last barline


From: stk
Subject: Re: Markup over last barline
Date: Mon, 15 Aug 2005 00:22:18 -0400 (EDT)

Hans Aberg wrote:

> . . . The lines
>   \once \override Score.RehearsalMark #'self-alignment-X = #right
>      \mark "D.S. al Fine "
> generate the error:
>   Processing `/Users/foo/Music/LilyPond/RachenitsaB.ly'
> Parsing...<unnamed port>: In expression ^Òself-alignment-X:
>   <unnamed port>: Unbound variable: ^Òself-alignment-X

My plaintext mail client is set for ISO-8859-1 (Latin 1), so spurious
apostrophes (') show up as the sequence  ^ ò   (but without the spaces I
inserted for clarity).  The tail end of the above error message looks like
this:
            ^ ò s e l f - a l i g n m e n t - X
which may indicate that the LilyPond parser does not see an apostrophe
(a "single-quote"), but rather a long unbound (i.e., undefined) variable
name beginning with the two characters  ^ ò

You might want to look at your actual source file in an ASCII-only text
editor to see whether the apostrophe (') is a real ASCII apostrophe or if
it's some unicode character.

-- Tom





reply via email to

[Prev in Thread] Current Thread [Next in Thread]