]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Display postevents on drum notes, rests and spacer rests
[lilypond.git] / input / regression / accidental-piano.ly
index 642266bc3c2ae743543a0bc78c53c14b3808397d..f1a851cb1c003f96d9978c9e086fde9d3f33f51f 100644 (file)
@@ -6,15 +6,15 @@ accidental."
 
 }
 
-\version "2.6.0"
+\version "2.15.20"
 
 \layout
 {
-    raggedright = ##t
+    ragged-right = ##t
 }
     
 \new PianoStaff \relative <<
-    #(set-accidental-style 'piano)
+    \accidentalStyle "piano"
     \new Staff { ges'4 ges4 }
     \new Staff { r8 gis r8 gis }
     >>