lilypond-user
[Top][All Lists]
Advanced

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

Re: markup free positioning?


From: Han-Wen Nienhuys
Subject: Re: markup free positioning?
Date: Sun, 22 Jan 2006 21:24:22 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)


Please keep discussion on the list.

try


#(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 }
}

Felix Hammer wrote:
Am Sonntag, 22. Januar 2006 15:42 schrieben Sie:

Why don't you put them in the same \markup ?

  \markup { abc \translate #'(something) hij }

and translate to make hij overlap with abc?


thx. that works also like \combine and \translate.
But how to do with \markup and \score to get the \markup very closed to \score or overlap them.
cu
felix

        

        
                
___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de



--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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