]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / accidental-piano.ly
index 6c47b306b723b87defc63f8bb12c6924118ecb07..170c4b32a252798ea74ef760d6161a064fac219b 100644 (file)
@@ -6,7 +6,7 @@ accidental."
 
 }
 
-\version "2.14.0"
+\version "2.16.0"
 
 \layout
 {
@@ -14,7 +14,7 @@ accidental."
 }
     
 \new PianoStaff \relative <<
-    #(set-accidental-style 'piano)
+    \accidentalStyle "piano"
     \new Staff { ges'4 ges4 }
     \new Staff { r8 gis r8 gis }
     >>