lilypond-user
[Top][All Lists]
Advanced

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

Re: Is it possible \quoteDuring from a different position?


From: Malte Meyn
Subject: Re: Is it possible \quoteDuring from a different position?
Date: Sat, 25 Mar 2017 09:40:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


Am 25.03.2017 um 02:23 schrieb address@hidden:
> 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
  }
>>



reply via email to

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