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