]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
* python/lilylib.py (error_log): use mktemp iso. temp_dir. This
[lilypond.git] / input / regression / accidental-cautionary.ly
index 3980f84f02249a31c1b001f8aa173eac7dbb02b6..5c0462bc003fb9e96348e6e56deb148701943e48 100644 (file)
@@ -1,8 +1,8 @@
-\version "1.5.68"
+\version "1.7.18"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
-smaller accidentals (default) or parentheses.
+parentheses (default) or smaller accidentals.
 
 "
 
@@ -12,6 +12,12 @@ smaller accidentals (default) or parentheses.
     \notes {
     c''4
     cis''?4
-    \property Staff.Accidental \override #'style = #'parentheses
+    \property Staff.Accidental \set #'cautionary-style = #'smaller
     cis''?4
-    }}
+    \property Staff.Accidental \set #'cautionary-style = #'parentheses
+    cis''?4
+    }
+
+\paper { raggedright = ##t }
+}
+