]> 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 864e48438103943e41e0dd7504df836efe607281..6a76811017256371b4900d23fa582143b3d34ab4 100644 (file)
@@ -6,15 +6,15 @@ accidental."
 
 }
 
-\version "2.3.17"
+\version "2.19.21"
 
-\paper
+\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 }
     >>