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.
The first image is the output.
[image: 1. What is happening.jpeg]
This second image is what I wish to achieve.
[image: 2. What it should be like.jpeg]
Any help would be appreciated.
Best regards,
Lucas
\version "2.24.4"
\score { %\new OneStaff  { 
  << \new Staff = "latim" { \relative c'' {
    \new Voice = "melody" { d4 d d d d1 } } }
    \new Lyrics { \lyricsto "melody" { Ly rics to a song } }
>>% } % end of OneStaff
} % end of variable

Reply via email to