Write text on the right of a staff

Revision as of 23:30, 21 November 2025 by Lemzwerg (talk | contribs) (New category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

\set Staff.instrumentName allows to write on the left side only.

\version "2.24"

\layout {
  ragged-right = ##f % use all the space
}
\relative c' {
 \time 6/8 \key g \major
 {
  d8 g a b4 b8 \bar "|" c4. c8 g a b4. \bar "|." 
  \override TextScript.extra-offset = #'(3 . 9) \override TextScript.font-size = #3
  s8-\markup { \whiteout \pad-markup #5.2  "29" }
 }
}