]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Documentation/user/programming-interface.itely: fix @{ @}.
[lilypond.git] / lily / note-heads-engraver.cc
index 0bff1e7d11ecd89460388eab8b9a36106a4bbfd2..2827d69ce9aa155c9a7340c3bcf47b5fe339ad79 100644 (file)
@@ -95,7 +95,7 @@ Note_heads_engraver::process_music ()
       note->set_property ("staff-position", scm_from_int (pos));
 
       /*
-       Shaped note heads change on step of the scale.
+       Shape note heads change on step of the scale.
       */
       SCM shape_vector = get_property ("shapeNoteStyles");
       if (scm_is_vector (shape_vector))