lilypond-user
[Top][All Lists]
Advanced

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

quoteDuring expressionmarks


From: Dan van Ginhoven
Subject: quoteDuring expressionmarks
Date: Mon, 27 Feb 2012 12:57:03 +0100

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

reply via email to

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