lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mystery Solved - Thanks


From: Simon Albrecht
Subject: Re: Mystery Solved - Thanks
Date: Thu, 1 Sep 2016 17:27:02 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]