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 15:44:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Le 08/01/2023 à 13:36, Thomas Morley a écrit :
I aimed at a smaller size and all Beams and (flagged) Stems should end
at the same height.
Can this be achieved more easily?

For the time being I would just use a music variable, e.g.,


\version "2.24.0"

setup = {
  \set fontSize = -5
  \override Stem.length = 4.6
}

{
  \tempo \markup \rhythm { \setup 8[ 8] 8 }
  c'
}


Best,
Jean

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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