Thanks, this has been (finally) entered as
http://code.google.com/p/lilypond/issues/detail?id=101

- Graham


Werner LEMBERG wrote:
%
% [EMAIL PROTECTED]

\version "2.9.8"

\header { texidoc = "
Three problems:

. Cues using @code{\transposedCueDuring} sometimes get
  wrong stem directions.

. A cue must not affect the font size of the other voice
  even in case of a (potential) collision.

. Loosing a stem in case of a collision is a bad idea,
  especially for automatically generated music.  A better
  idea might be to either increase the stem length or to
  flip the stem direction.
" }

\paper {
  ragged-right = ##t
}

cuevoice = \relative c''' {
  c8 b c b a2
}
\addquote "cuevoice" { \cuevoice }

{
  \clef bass
  \transposedCueDuring #"cuevoice" #UP c, { f1 }
}

% EOF


------------------------------------------------------------------------


------------------------------------------------------------------------

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



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

Reply via email to