Noeck wrote:

This puts the clef after the bar line. However, there is not enough
space between the bar line and the clef.

This looks like an old weakness.
The BarLine rework left it much the same.


Cheers,
Robin
\version "2.19.32"

forcedClef = { \set Staff.forceClef = ##t \clef bass }

{
  \forcedClef c1 \bar "|" 
  
  \override Score.BreakAlignment #'break-align-orders =
  #(make-vector 3 '(staff-bar clef))
  \forcedClef c1 \bar "."
  \forcedClef c1 \bar "||"
  \forcedClef c1 \bar ".|"
  \forcedClef c1 \bar ".."
  \forcedClef c1 \bar "|.|"
  \forcedClef c1 \bar "|."
  \forcedClef c1 \bar ""
}                    
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to