On 06/07/2019 15:02, Leah Velleman wrote:
Is there a way to turn off bar checks? Or to write a music function that strips out bar checks?

Or does anyone have suggestions on where to start looking for such things?

You can redefine the | symbol to do nothing like this.

\version "2.19.83"

"|" = {}

{
  \time 4/4
  c''2 | c''2 |
  \bar "|."
}

--
Timothy Lanfear, Bristol, UK.


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

Reply via email to