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