]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-voice.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / accidental-voice.ly
index a0d5a2c5a147f00585eabda459f60010cf1ba769..61cebc562525aceb5b24818af1bfecc60262aeea 100644 (file)
@@ -1,5 +1,5 @@
-\version "2.7.13"
-\layout { raggedright = ##t }
+\version "2.17.6"
+\layout { ragged-right = ##t }
 
 \header{
   texidoc="
@@ -28,7 +28,7 @@ voiceb =  \transpose c c' {
     \voicea
   }
   \context Staff << 
-    #(set-accidental-style 'modern-voice-cautionary)
+    \accidentalStyle modern-voice-cautionary
     \new Voice \voicea
     \new Voice \voiceb
   >>