On 25.08.2016 23:02, Pastor Neubauer wrote:

I am looking to get rid of the numbers that are automatically put above the staff as the start of each line when Lilypondauto breakslines. What are they called and can they be removed.


They are bar numbers, and you can remove them by inserting this in your file at top level:

\layout {
  \context {
    \Score
    \omit BarNumber
  }
}

HTH, Simon

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

Reply via email to