Re: Score overruns page. Bug or something I did?

2024-02-06 Thread Jakob Pedersen

Hello!

An easy fix, and that makes perfect sense. In other words, it /was/ 
something I did! :)


Thank you Jean and Kieren for your prompt responses.

Best wishes,
Jakob

On 06.02.2024 23.48, Jean Abou Samra wrote:


It's not a bug —  by default, LilyPond forbids line breaks on a bar 
line when there are notes straddling on that bar line. You can change 
this with


|\layout { \context { \Voice \remove Forbid_line_break_engraver } } |

Best,

Jean



Re: Score overruns page. Bug or something I did?

2024-02-06 Thread Jean Abou Samra
It's not a bug —  by default, LilyPond forbids line breaks on a bar line when 
there are notes straddling on that bar line. You can change this with


```
\layout {
  \context {
\Voice
\remove Forbid_line_break_engraver
  }
}
```

Best,

Jean




signature.asc
Description: This is a digitally signed message part


Re: Score overruns page. Bug or something I did?

2024-02-06 Thread Jakob Pedersen
Well, yes and no. The original ignores barlines here and there. Bars 
25-27 in T1 have 12 beats total, they are just distributed oddly against 
the 2/2 time.


/Jakob

On 06.02.2024 22.59, Kieren MacMillan wrote:

Hi Jakob,

In m25, T1 has 5 beats. Is that correct?

– Kieren


Re: Score overruns page. Bug or something I did?

2024-02-06 Thread Kieren MacMillan
Hi Jakob,

In m25, T1 has 5 beats. Is that correct?

– Kieren