Dear Kyle,
please reply to the list directly.
> why does it print the bar numbers as such?
It will print the bar numbers at each beginning of a line by default
BarNumber.break-visibility is set to begin-of-line-visible
That means all other bar lines in the middle and at the end of a staff
line
Simon Albrecht writes:
> Hi David,
>
> please read more carefully: the explanations in the manual are for
> that which Kyle said he can already do independently. Combining the
> two is the issue, which requires an approach like the one Noeck
> proposed.
>
> Best, Simon
>
>
> On 06.07.2018 23:32,
Hi David,
please read more carefully: the explanations in the manual are for that
which Kyle said he can already do independently. Combining the two is
the issue, which requires an approach like the one Noeck proposed.
Best, Simon
On 06.07.2018 23:32, David Kastrup wrote:
Kyle Baldwin wri
Kyle Baldwin writes:
> I'm trying to get Lilypond to replicate the way that I number scores
> personally.
>
> When I number my own scores, the bars that get numbers are
>
> 1) The first bar of every staff/system
> 2) Every 10 bars Regardless of location
>
> I can do these two things independently
Dear Kyle,
> When I number my own scores, the bars that get numbers are
>
> 1) The first bar of every staff/system
That's the default.
> 2) Every 10 bars Regardless of location
How about adding this voice in parallel to your music (assuming a 4/4
timing):
{
s1*9
\repeat unfold 5 {
\on
I'm trying to get Lilypond to replicate the way that I number scores
personally.
When I number my own scores, the bars that get numbers are
1) The first bar of every staff/system
2) Every 10 bars Regardless of location
I can do these two things independently, but am having problems getting
them