Hi.

I'm experimenting with qouteDuring and queDuring for the first time.

My code does not copy markups and expressionmarks though.
Is there a tweak for that.

\version "2.12.3"

global= { \time 3/4  \tempo 4 = 132  \clef treble }

oboe = \relative c'' {
  \transposition c
   a4 b(c) |
   c4^"Solo" (d-- e-.) |
}
\addQuote "OBOE" { \oboe }

StemmeI = \new Voice \relative c' {
  \set Staff.instrumentName = #"I"
  \set Staff.midiInstrument = "clarinet"
  \transposition bes,
  \repeat volta 2  {
  \set Score.currentBarNumber = #1
  \key d \major
    d4 cis d
    \quoteDuring #"OBOE" {s2. }
  }
}

StemmeII = \new Voice  {
  \set Staff.instrumentName = #"II"
  \set Staff.midiInstrument = "oboe"
  \key c \major
  \oboe
}

%-----------
/dg
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to