bug-lilypond
[Top][All Lists]
Advanced

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

cuenote clash


From: Werner LEMBERG
Subject: cuenote clash
Date: Sat, 01 Apr 2006 14:08:08 +0200 (CEST)

I've marked the bug report as `important' because a manual correction
is quite difficult (I don't know whether it is possible at all).


    Werner


======================================================================

% important
% address@hidden

\version "2.9.0"

\header { texidoc = "
Cue notes clash with the main voice if starting at the same note.
Reason is that the horizontal offset for such notes doesn't take into
account the main voice's size.

On the other hand, if an offset for the main voice is necessary, it is
too big, for exactly the same reason.
" }

\paper {
  ragged-right = ##t
}

\addquote foo \relative c' {
  f8 g a b c2 |
  c8 b a g f2 |
}

\new Staff \relative c' <<
  \new Voice {
    \cueDuring #"foo" #UP { f1 }
    \cueDuring #"foo" #DOWN { c'1 }
  }
>>

PNG image


reply via email to

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