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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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

Reply via email to