lilypond-user
[Top][All Lists]
Advanced

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

Re: Resize \rhythm in mixed markup


From: Jean Abou Samra
Subject: Re: Resize \rhythm in mixed markup
Date: Sun, 8 Jan 2023 17:38:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Apparently, top-level markups are interpreted with \paper, although
grob-interpret-markup interprets with a real \layout?


\version "2.24.0"

#(define-markup-command (whats-layout layout props) ()
   (interpret-markup layout props (symbol->string (ly:output-def-lookup layout 'output-def-kind))))

\markup \whats-layout

{
  c'^\markup \whats-layout
}



Le 08/01/2023 à 17:06, David Kastrup a écrit :
Frankly, I don't get the "layout" parameter in markup.


Me neither. The whole output def setup is quite messy.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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