]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/pitches.itely
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / notation / pitches.itely
index b734f3d5477ee8439dd02d31ea43a23d2cf5eae9..b8dcbbd6a9a12136c82cc74861ff447110eb8f1c 100644 (file)
@@ -2743,13 +2743,13 @@ forget = #(define-music-function (parser location music) (ly:music?) #{
 
 @lilypond[verbatim,quote,relative=2]
 c4 b
-\override NoteHead #'style = #'cross
+\override NoteHead.style = #'cross
 c4 b
-\revert NoteHead #'style
+\revert NoteHead.style
 a b
-\override NoteHead #'style = #'harmonic
+\override NoteHead.style = #'harmonic
 a b
-\revert NoteHead #'style
+\revert NoteHead.style
 c4 d e f
 @end lilypond