lilypond-user
[Top][All Lists]
Advanced

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

Resize \rhythm in mixed markup


From: Thomas Morley
Subject: Resize \rhythm in mixed markup
Date: Sun, 8 Jan 2023 10:21:10 +0100

Hi,

consider below

\version "2.24.0"

\score {
  { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } }
  \layout {
    \context {
      \StandaloneRhythmStaff
      fontSize = #6
    }
  }
}

I'll have numerous such markups combining straight text and \rhythm.
Thus I'd like to have a method to adjust the \rhythm-part in a
score-layout without affecting other parts of TextScripts.
Alas the setting fontSize takes no effect.

How to?

Cheers,
  Harm



reply via email to

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