[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OneStaff + Lyrics problem
From: |
David Wright |
Subject: |
Re: OneStaff + Lyrics problem |
Date: |
Sat, 3 Aug 2024 18:43:53 -0500 |
On Sat 03 Aug 2024 at 19:46:57 (-0300), Lucas Cavalcanti wrote:
> Hello. I'm transcribing a piece and I have come to need to use the
> "OneStaff" feature: I need to switch between multiple types of staff
> between this song. However, I'm facing a problem while inputting lyrics:
> the lyrics are aligned vertically with the OneStaff (as the reference
> manual said it would) but I cannot override this situation in any way
> whatsoever.
Try taking the lyrics outside the OneStaff { … } construction but
inside an extra << >>
<<
\new OneStaff …
…
} % end of OneStaff
\new Lyrics { … }
>>
Cheers,
David.