]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
* lily/staff-symbol-referencer.cc (get_position): emergency
[lilypond.git] / input / regression / accidental-cautionary.ly
index ff1e65ccf5b863883b5286c68b5c98115a64bdfe..e8bd66233cf0ea3e5760ac82526778a376a25a98 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.1"
+\version "2.3.4"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
@@ -8,16 +8,14 @@ parentheses (default) or smaller accidentals.
 
 }
 
-\score {
-    \notes {
+\paper { raggedright = ##t }
+
+{
     c''4
     cis''?4
-    \property Staff.Accidental \set #'cautionary-style = #'smaller
+    \override Staff.Accidental  #'cautionary-style = #'smaller
     cis''?4
-    \property Staff.Accidental \set #'cautionary-style = #'parentheses
+    \override Staff.Accidental  #'cautionary-style = #'parentheses
     cis''?4
-    }
-
-\paper { raggedright = ##t }
 }