]> git.donarmstrong.com Git - lilypond.git/blob - input/test/cautionaries.ly
Imported sources
[lilypond.git] / input / test / cautionaries.ly
1 \version "2.1.7"
2 \header{
3         texidoc="@cindex Cautionary Accidentals
4 LilyPond can display cautionary accidentals in different ways.
5 " }
6 \score { \notes \context Staff \transpose c c'' {
7   \key d \major
8 %  \property Staff.autoReminders = #'cautionary
9   \property Staff.Accidental \override #'font-size = #0
10   <dis c>1 cis?2 d?
11   \property Staff.Accidental \override #'cautionary-style = #'smaller
12   <dis c>1 cis?2 d?
13   \property Staff.Accidental \override #'cautionary-style = #'parentheses
14   <dis c>1 cis?2 d?
15
16 }
17 \paper{raggedright = ##t}
18 }
19
20