]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
formatting nitpicks.
[lilypond.git] / input / regression / accidental-cautionary.ly
index b34c07b35c9b3a798f8853db594d6740e64738d7..d93d253c045208208d43a2eea7798ae081968469 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\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
     \override Staff.Accidental  #'cautionary-style = #'smaller
     cis''?4
     \override Staff.Accidental  #'cautionary-style = #'parentheses
     cis''?4
-    }
-
-\paper { raggedright = ##t }
 }