bug-lilypond
[Top][All Lists]
Advanced

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

Re: cautionary accidentals lost their ()


From: Jan Nieuwenhuizen
Subject: Re: cautionary accidentals lost their ()
Date: Sat, 28 Sep 2002 11:13:24 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Graham Percival <address@hidden> writes:

> \score{ \notes\relative c'{ ais2 ais? dis4 dis? dis! dis? } \paper{} }
>
> produces only notes like this:
> #a #a #d #d #d #d
> without (#)a or (#)d.

scm/grob-description.scm says that the default cautionary-style is
'smaller:

    (Accidental
     . (
        (molecule-callback . ,Accidental_interface::brew_molecule)
        (font-family . music)
        (cautionary-style . smaller)

I don't know why this is, and if this is intentional.

Apart from the unexpected default value, all seems fine:

    \score{
      \notes\relative c'{
        ais
        ais?
        \property Staff.Accidental \override #'cautionary-style = #'parentheses
        ais?
      }
    }

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

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