bug-lilypond
[Top][All Lists]
Advanced

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

Re: Grace notes, ties, optimum notation


From: Yuval Harel
Subject: Re: Grace notes, ties, optimum notation
Date: Fri, 18 Feb 2005 16:45:46 +0200
User-agent: Opera M2/7.54 (Win32, build 3865)

On Thu, 17 Feb 2005 14:04:08 +0100, Maurizio Tomasi <address@hidden> wrote:
I am not sure, but perhaps this could be useful to you:

http://lists.gnu.org/archive/html/lilypond-user/2004-11/msg00465.html

Hi,

I was glad to see this example, because there are quite a few places where I needed that notation and just gave up for now. I tried using this trick and stumbled upon a bug - when a hidden note is dotted, it hides other notes. I couldn't find any workaround, so a workaround would be appreciated.

A short example:

\version "2.4.2"
\new Staff {
    \clef bass
    \override Score.NoteCollision #'merge-differently-dotted = ##t
    <<
        {\voiceTwo r16 e,8 e16 ~ <e, e>2}
        \new Voice {\hideNotes s16 e,8.~ e,}
    >>
    \override Score.NoteCollision #'merge-differently-dotted = ##f
}

Thanks,
        Yuval





reply via email to

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