Hi there!

I've just started using lilypond to transpose an ochestral horn part
from c to f. It's starts with quoting the viola h4 to g2 with a slur on
top. I used the example in the documentation to create the quote, but no
slur appears on them, whereas in the horn part the slurs work just fine.

Any suggestion?

Many thanks, Renee.


p.s.: My code(snippet):

\set fontSize = #-2
\override Stem #'length-fraction = #0.8
\override Beam #'thickness = #0.384
\override Beam #'length-fraction = #0.8
}

hornersterSatz = \relative c' {
\new Staff \relative <<


% setup a context for cue notes.
  \addQuote violin \relative c'' {
    \partial 4 b4( g2) r4 e4
  }
  \new Voice = "cue" { \smaller \skip 1*21 }
  \set Score.skipBars = ##t
  \new Voice {
    \transposedCueDuring #"violin" #UP c' {

      \partial 4 r4 \tempoMark #3.0 #"Allegro non troppo" | r1
  }

  e1(  d1) f1( e1)


}
>>

}


-- 
 



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

Reply via email to