]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / accidental-cautionary.ly
index d2c16195d119830d3921b9e065e12311f430c69d..af0db318fa9c4752e9de87c83453d67216aeb9bf 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.6"
+\version "2.4.0"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
@@ -8,13 +8,14 @@ parentheses (default) or smaller accidentals.
 
 }
 
-\score {
-    \notes {
+\layout { 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
-    }}
-%% new-chords-done %%
+}
+