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