lilypond-user
[Top][All Lists]
Advanced

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

Re: Cue clefs


From: Knute Snortum
Subject: Re: Cue clefs
Date: Sun, 25 Feb 2024 13:14:55 -0800


On Sun, Feb 25, 2024 at 12:36 PM Gerardo Ballabio <gerardo.ballabio@gmail.com> wrote:
It does, thank you.
Any ideas for the other question (how to move the cue clef after the bar line)?

Try this:

\version "2.24.1"

\new Staff {
  \clef "bass"
  R1
  <<
    \new CueVoice \relative {
      \once \override Score.CueClef.X-offset = 3
      \once \override Score.BarLine.X-offset = -2
      \cueClef "treble"
      c''8 d e f
      \cueClefUnset
    }
  \\
    R1
  >>
  c1
}


--
Knute Snortum



reply via email to

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