]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
release commit
[lilypond.git] / input / regression / accidental-cautionary.ly
index 38feb90c578d7af4c698154d0f76c87cedf2f5b1..c98bd362b49ec0e0b4d81cf3776916d9ccc500bc 100644 (file)
@@ -1,14 +1,23 @@
-\version "1.5.68"
+\version "2.3.4"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
-smaller accidentals (default) or parentheses."
+parentheses (default) or smaller accidentals.
+
+"
 
 }
 
-\score { \notes {
+\score {
+     {
     c''4
     cis''?4
-    \property Staff.Accidental \override #'cautionary-style = #'parentheses
+    \override Staff.Accidental  #'cautionary-style = #'smaller
+    cis''?4
+    \override Staff.Accidental  #'cautionary-style = #'parentheses
     cis''?4
-    }}
+    }
+
+\paper { raggedright = ##t }
+}
+