]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Build: Better error handling from build scripts.
[lilypond.git] / input / regression / accidental-piano.ly
index 9630cdaeaa80504d2f60ce2c49559c72bc1ed84c..f1a851cb1c003f96d9978c9e086fde9d3f33f51f 100644 (file)
@@ -6,7 +6,7 @@ accidental."
 
 }
 
-\version "2.15.18"
+\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 }
     >>