]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / accidental-piano.ly
index 1c85862ed72f899fa650b549033e44d7d5a28b10..6a76811017256371b4900d23fa582143b3d34ab4 100644 (file)
@@ -6,7 +6,7 @@ accidental."
 
 }
 
-\version "2.12.0"
+\version "2.19.21"
 
 \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 }
     >>