]> git.donarmstrong.com Git - lilypond.git/blob - input/test/cautionaries.ly
Add CVS HEAD trap.
[lilypond.git] / input / test / cautionaries.ly
1 \version "1.5.68"
2
3 %% FIXME
4
5 \score { \notes \context Staff \transpose c''' {
6   \key d \major
7 %  \property Staff.autoReminders = #'cautionary
8   \property Staff.Accidental \override #'font-relative-size = #0
9   <dis1 c> cis2 d
10 %  \property Staff.Accidental \override #'cautionary-size = #-1
11   <dis1 c> cis2 d
12 %  \property Staff.Accidental \override #'paren-cautionaries = ##f
13   <dis1 c> cis2 d
14
15 }
16 }
17