]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
*** empty log message ***
[lilypond.git] / lily / rest.cc
index 35897357055f962b86a58db452a8a0df9fc0439e..baab83f5af4f825f685b63fd597a1e4948faf147 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "rest.hh"
@@ -108,7 +108,8 @@ Rest::glyph_name (Grob *me, int balltype, String style, bool try_ledgers)
     actual_style = "";
   }
 
-  return ("rests-") + to_string (balltype) + (ledgered_b ? "o" : "") + actual_style;
+  return ("rests." + to_string (balltype) + (ledgered_b ? "o" : "")
+         + actual_style);
 }