]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / accidental-piano.ly
index 170c4b32a252798ea74ef760d6161a064fac219b..c1c64c80cb1dddcf777f75314c9bbb1b82ddeca8 100644 (file)
@@ -6,15 +6,15 @@ accidental."
 
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
 \layout
 {
     ragged-right = ##t
 }
     
-\new PianoStaff \relative <<
-    \accidentalStyle "piano"
+\new PianoStaff \relative c' <<
+    \accidentalStyle piano
     \new Staff { ges'4 ges4 }
     \new Staff { r8 gis r8 gis }
     >>