]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-piano.ly
Doc: Double The the to single the.
[lilypond.git] / input / regression / accidental-piano.ly
index 642266bc3c2ae743543a0bc78c53c14b3808397d..6a76811017256371b4900d23fa582143b3d34ab4 100644 (file)
@@ -6,15 +6,15 @@ accidental."
 
 }
 
-\version "2.6.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 }
     >>