lilypond-user
[Top][All Lists]
Advanced

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

slurs for cue notes


From: Renee Klawitter
Subject: slurs for cue notes
Date: Wed, 24 Oct 2007 23:40:28 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

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)


}
>>

}


-- 
 





reply via email to

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