]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Doc-de: update bad commitishes
[lilypond.git] / input / regression / accidental-piano.ly
index 105be9ad112e110e6addc25dc9a44814bd0489b8..f1a851cb1c003f96d9978c9e086fde9d3f33f51f 100644 (file)
@@ -6,7 +6,7 @@ accidental."
 
 }
 
-\version "2.10.0"
+\version "2.15.20"
 
 \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 }
     >>