On 1/24/19, Reggie <[email protected]> wrote:
> Need to? But what If I wish to have the clef on the right side of the
> barline but have the notes on the other staff be lined up as if I DID put
> clef to the left of the barline?

Well, you need to cheat:

%%%%%%
<<
  \new Staff {
    \repeat unfold 100 { c'4 }
  }

  \new Staff {
    \repeat unfold 20 { g'2 }
    g'1
    \stopStaff
    s1*3
    s1*5/8\startStaff
    \once \override TextScript.extra-offset = #'(-.3 . -4.6)
    s4.^\markup \override #'(thickness . 2) \draw-line #'(0 . 4)
    \once \hide Staff.BarLine
    \clef treble
    \repeat unfold 20 { e'2 }
  }
>>
%%%%%%

V.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to