Comment #10 on issue 2066 by m...@apollinemike.com: Patch: Prevents accidentals from hanging over barlines.
http://code.google.com/p/lilypond/issues/detail?id=2066

I would prefer the second example below over the first.

\relative c'''' {
  R1 |
  \repeat unfold 12 { <ais bis cis dis eis>4 }
}

\relative c'''' {
  R1 |
\override Staff . BarLine #'extra-spacing-height = #pure-from-neighbor-interface::extra-spacing-height
  \repeat unfold 12 { <ais bis cis dis eis>4 }
}



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to