Graham Percival <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to