On 7/5/22 16:03, Kevin Cole wrote:
But your answer makes more sense to me and is what I really want to go with. (The introduction starts with a "\partial" and ends with an incomplete measure also. Then, when the vocals start it's another "\partial".) I just have no idea what the syntax for starting a new staff "late" is.


This?

\version "2.23.10"

\new Voice = voice {
  \partial 8
  c'8
  c'1 1 1 1 1 1 1 2..
  \break
  <<
    { 8 1 1 }
    \new Lyrics \lyricsto voice {
      foo bar baz
    }
  >>
}


Note that you no longer need \bar "" with \break in 2.23.10.
You should add \bar "" in 2.22.

Best,
Jean



Reply via email to