]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / input / regression / accidental-cautionary.ly
index 23b3687d8bba94b6e133a1d17c6cfdc77e3b2703..b8dbea2cf2d38d32cb113f7187f904bdecd6eb1c 100644 (file)
@@ -1,18 +1,21 @@
-\version "1.7.6"
+\version "2.7.39"
 \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 #'style = #'parentheses
+    \override Staff.Accidental  #'cautionary-style = #'smaller
+    cis''?4
+    \override Staff.Accidental  #'cautionary-style = #'parentheses
     cis''?4
-    }}
-%% new-chords-done %%
\ No newline at end of file
+}
+