]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-voice.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-voice.ly
index a0d5a2c5a147f00585eabda459f60010cf1ba769..bd06e7fc66f477d404a56b0ba262bab375a1788a 100644 (file)
@@ -1,5 +1,5 @@
-\version "2.7.13"
-\layout { raggedright = ##t }
+\version "2.16.0"
+\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
   >>