]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / accidental-piano.ly
index 1d09a342feeba5a602c49da05e6794dbdd5ef8d9..6a76811017256371b4900d23fa582143b3d34ab4 100644 (file)
@@ -6,7 +6,7 @@ accidental."
 
 }
 
-\version "2.11.51"
+\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 }
     >>