Re: Help with Measure Numbers

2024-01-07 Thread David Wright
On Mon 08 Jan 2024 at 01:45:32 (+), Karen Billings wrote: > I deleted the commented section, saved the file, and got the same behavior. I > used the file lilypond-8.22.1.mingw, downloaded on 8/8/21, to install > lilypond on this machine. Is that the correct install program? I don't see that

Re: Help with Measure Numbers

2024-01-07 Thread Karen Billings
David, Kieren, and Mario, I deleted the commented section, saved the file, and got the same behavior. I used the file lilypond-8.22.1.mingw, downloaded on 8/8/21, to install lilypond on this machine. Is that the correct install program? Ultimately, the solution was a combination of Kieren's and

Re: Help with Measure Numbers

2024-01-07 Thread David Wright
On Sun 07 Jan 2024 at 23:55:09 (+), Karen Billings wrote: > Thank you so much for the info, Kieren. > I followed your instructions and moved the bar numbering block >     \context {      \Score      \consists "Bar_number_engraver"      > barNumberVisibility = #(every-nth-bar-number-visible

Re: Help with Measure Numbers

2024-01-07 Thread Karen Billings
Thank you so much for the info, Kieren. I followed your instructions and moved the bar numbering block     \context {      \Score      \consists "Bar_number_engraver"      barNumberVisibility = #(every-nth-bar-number-visible 1)      \override BarNumber.break-visibility = #end-of-line-invisible 

Re: Help with Measure Numbers

2024-01-07 Thread Mario Moles
\override BarNumber.break-visibility = ##(#f #t #f) Il 07/01/24 23:19, Karen Billings ha scritto: Hi all - I'm currently using Lilypond 2.22.1 to set some handbell music, and I'm encountering a problem with measure numbering. I need all measures numbered in this score - for some reason, the

Re: Help with Measure Numbers

2024-01-07 Thread Kieren MacMillan
Hi Karen, > I need all measures numbered in this score - for some reason, the first > measure number in each line is being printed twice: Just add/configure the Bar_number_engraver at the Score level — see snippet below. Hope this helps! Kieren. % Version 1.0 % Last edit: January 7, 2024 %

Help with Measure Numbers

2024-01-07 Thread Karen Billings
Hi all - I'm currently using Lilypond 2.22.1 to set some handbell music, and I'm encountering a problem with measure numbering. I need all measures numbered in this score - for some reason, the first measure number in each line is being printed twice: Working file is attached. Thanks much!