]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/cautionaries.ly
* scm/define-grobs.scm (all-grob-descriptions): remove
[lilypond.git] / input / test / cautionaries.ly
index f67ee545899b3ce95faa4b3ec31a5b3ace7a61ee..d5d690001a044284677f2454e298af28ac81d362 100644 (file)
@@ -1,15 +1,20 @@
-\version "1.5.68"
-
-\score { \notes \context Staff \transpose c''' {
+\version "2.1.7"
+\header{
+       texidoc="@cindex Cautionary Accidentals
+LilyPond can display cautionary accidentals in different ways.
+" }
+\score { \notes \context Staff \transpose c c'' {
   \key d \major
-  \property Staff.autoReminders = #'cautionary
-  \property Staff.Accidentals \override #'font-relative-size = #0
-  <dis1 c> cis2 d
-  \property Staff.Accidentals \override #'cautionary-size = #-1
-  <dis1 c> cis2 d
-  \property Staff.Accidentals \override #'paren-cautionaries = ##f
-  <dis1 c> cis2 d
+%  \property Staff.autoReminders = #'cautionary
+  \property Staff.Accidental \override #'font-size = #0
+  <dis c>1 cis?2 d?
+  \property Staff.Accidental \override #'cautionary-style = #'smaller
+  <dis c>1 cis?2 d?
+  \property Staff.Accidental \override #'cautionary-style = #'parentheses
+  <dis c>1 cis?2 d?
 
 }
+\paper{raggedright = ##t}
 }
 
+