]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / accidental-piano.ly
index 4abf158d2c4de2a94947223f4e620de59b8c63f9..6a76811017256371b4900d23fa582143b3d34ab4 100644 (file)
@@ -6,15 +6,15 @@ accidental."
 
 }
 
-\version "2.4.0"
+\version "2.19.21"
 
 \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 }
     >>