Am 25.03.2017 um 02:23 schrieb caag...@gmail.com:
> For example, quoting the start of the music when you are a few measures in?

You could use several \addQuotes. But this needs one for every shift, so
maybe it’s not the best solution.

\version "2.19.56"

foo = \relative {
  c' d e f
  g2 g
  a4 a a a
  g1
}
\addQuote foo \foo
\addQuote shiftfoo { s1*2 \foo }

<<
  \new Staff \foo
  \new Staff {
    \quoteDuring foo s1*2
    \quoteDuring shiftfoo s
  }
>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to