-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to customize the bar numbers? #79
Comments
To display bar numbers every N bars where N is not 5, currently you can use an
There's a comment in jianpu-ly.py that's relevant to this: bar_number_every = 5 # TODO customise? (anyway don't leave it numbering at start of system, doesn't work well in jianpu+lyrics) Unlike your example image, Lilypond's default bar numbers are not in boxes. Lilypond numbers bars at the start of the line by default, but I put in the command to change that because it didn't look very good when I tried it, especially when there were lyrics. It was too easy to confuse the bar numbers for something else. But we could ask Lilypond to put a box around each bar number (source) if you want to match that style:
|
Appreciate the reply, and thanks for the details. |
well this is how to do it but I didn't like how the result looks:
|
How to display bar numbers at the beginning of each line instead of every 5 bars? Or do I decide how many bars to display the bar numbers?As shown below
The text was updated successfully, but these errors were encountered: