]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
formatting nitpicks.
[lilypond.git] / input / regression / accidental-cautionary.ly
index 71f6e03214835d9ca86c36cf8d9427e21c5831dd..d93d253c045208208d43a2eea7798ae081968469 100644 (file)
@@ -1,13 +1,21 @@
+\version "2.10.0"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
-smaller accidentals (default) or parentheses."
+parentheses (default) or smaller accidentals.
+
+"
 
 }
 
-\score { \notes {
+\layout { ragged-right = ##t }
+
+{
     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
-    }}
+}
+