bug-lilypond
[Top][All Lists]
Advanced

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

Re: transposed cue problems


From: Graham Percival
Subject: Re: transposed cue problems
Date: Wed, 04 Oct 2006 17:57:45 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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

- Graham


Werner LEMBERG wrote:
%
% address@hidden

\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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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