]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
Web: rewrite "help us", plus minor tweaks to CG.
[lilypond.git] / lily / chord-name.cc
index 757a1a57838bdbfeeec1661ee48baa456b4a5bea..db784b8d2562b9cdd8b81d3b1a43dfd59320cfac 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  chord-name.cc -- implement Chord_name
+  chord-name.cc -- implement Chord_label
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "chord-name.hh"
@@ -33,7 +33,8 @@ Chord_name::after_line_breaking (SCM smob)
 }
 
 ADD_INTERFACE (Chord_name,
-              "A chord name.",
+              "A chord label (name or fretboard).",
 
-              
-              "begin-of-line-visible");
+              /* properties */        
+              "begin-of-line-visible "
+              );