On Wed, 2023-02-01 at 10:35 +0000, Richard Shann wrote:
> In this piece
I've discovered this can be made still more minimal:

\version "2.24"
music = {
        e'''1 \stopStaff e'''1 \break e'''1  }
\score { \music } 

The \break is needed.

Richard


>  the note on the first system has ledger lines typeset
> while those on the second does not.
> 
> \version "2.24"
> music = {
>          s1*4/4          \stopStaff e'''1 
>          s1*4/4          \break e'''1         s1*4/4 }
> \score { \music } 
> 
> The entry in the documentation for \stopStaff leads to a page that
> doesn't seem to say much about it...
> 
> Richard
> 
> 
> 



Reply via email to