[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1761 in lilypond: cue notes clash with main voice
From: |
lilypond |
Subject: |
Issue 1761 in lilypond: cue notes clash with main voice |
Date: |
Thu, 14 Jul 2011 12:13:00 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium
New issue 1761 by address@hidden: 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
- Issue 1761 in lilypond: cue notes clash with main voice,
lilypond <=
- Re: Issue 1761 in lilypond: cue notes clash with main voice, lilypond, 2011/07/14
- Re: Issue 1761 in lilypond: cue notes clash with main voice, lilypond, 2011/07/14
- Re: Issue 1761 in lilypond: cue notes clash with main voice, lilypond, 2011/07/14
- Re: Issue 1761 in lilypond: cue notes clash with main voice, lilypond, 2011/07/14
- Re: Issue 1761 in lilypond: cue notes clash with main voice, lilypond, 2011/07/18