lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking for the proper term to search for... like a... prelude? mayb


From: Jean Abou Samra
Subject: Re: Looking for the proper term to search for... like a... prelude? maybe?
Date: Wed, 6 Jul 2022 21:16:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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

[Prev in Thread] Current Thread [Next in Thread]