]> git.donarmstrong.com Git - lilypond.git/blob - input/test/cautionaries.ly
*** empty log message ***
[lilypond.git] / input / test / cautionaries.ly
1 \version "2.1.28"
2 \header{
3         texidoc="@cindex Cautionary Accidentals
4 Cautinary accidentals are displayed in slurs by default. They can be 
5 shown also with accidentals of smaller size.
6 " }
7 \score { \notes \context Staff \transpose c c'' {
8   \key d \major
9 %  \set Staff.autoReminders = #'cautionary
10   \override Staff.Accidental  #'font-size = #0
11   <dis c>1 cis?2 d?
12   \override Staff.Accidental  #'cautionary-style = #'smaller
13   <dis c>1 cis?2 d?
14   \override Staff.Accidental  #'cautionary-style = #'parentheses
15   <dis c>1 cis?2 d?
16
17 }
18 \paper{raggedright = ##t}
19 }
20
21