3 texidoc="@cindex Cautionary Accidentals
4 LilyPond can display cautionary accidentals in different ways.
6 \score { \notes \context Staff \transpose c c'' {
8 % \property Staff.autoReminders = #'cautionary
9 \property Staff.Accidental \override #'font-size = #0
11 \property Staff.Accidental \override #'cautionary-style = #'smaller
13 \property Staff.Accidental \override #'cautionary-style = #'parentheses
17 \paper{raggedright = ##t}