lilypond-user
[Top][All Lists]
Advanced

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

Re: markup free positioning?


From: Erik Sandberg
Subject: Re: markup free positioning?
Date: Mon, 23 Jan 2006 09:38:58 +0100
User-agent: KMail/1.8.3

On Sunday 22 January 2006 21.51, Felix Hammer wrote:
> Am Sonntag, 22. Januar 2006 21:24 schrieben Sie:
> > #(def-markup-command (with-dimensions layout props x y arg)
> > (number-pair? number-pair? markup?)
> >    "Set the dimensions of @var{arg} to @var{x} and @var{y}."
> >
> >    (let* ((m (interpret-markup layout props arg)))
> >      (ly:make-stencil (ly:stencil-expr m) x y)))
> >
> > {
> >    c^\markup { \with-dimensions #'(1000 . -1000) #'(1000 . -1000) \bla }
> > }
>
> I tried this and get:
>
> Calculating line breaks... [3][6][9][12][13]
> <unnamed port>: In expression  :
> <unnamed port>: Unbound variable:  
>
> what could be the problem here?

Possibly a problem with cut-and-paste from the email message. Check if there 
are any strange characters in the file, and remove them.

(just doing less or cat on a file, can sometimes reveal illegal characters 
which some editors render as whitespace)

-- 
Erik




reply via email to

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