]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / accidental-cautionary.ly
index 5c0462bc003fb9e96348e6e56deb148701943e48..31ca460d186eef52ef8293dcbc33db27330233af 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.3.22"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
@@ -8,16 +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
-    }
-
-\paper { raggedright = ##t }
 }