Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium

New issue 1761 by [email protected]: cue notes clash with main voice
http://code.google.com/p/lilypond/issues/detail?id=1761

\version "2.15.2"

\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, the offset for the main voice is too big, for
exactly the same reason.
" }

\paper {
  ragged-right = ##t
}

\addQuote clarinet \relative c' {
  f8 g a b c2 |
  c8 b a g f2 |
}

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



Attachments:
        cuenote-clash.png  8.5 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to