]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/it/notation/pitches.itely
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / it / notation / pitches.itely
index be03be4302c68f2dc888cfae9601d3ed8298e995..7bca5e3dac38fafaa0c6b08c31fb0e720e014e52 100644 (file)
@@ -2701,13 +2701,13 @@ L'aspetto delle teste delle note può essere modificato:
 
 @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