]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/crescendo.cc
release: 0.0.57
[lilypond.git] / lily / crescendo.cc
index 5b10f8cc895fe417161f83759405444cc2003081..09b775f8de306925947e63eab234e328a4729d48 100644 (file)
@@ -30,7 +30,7 @@ Molecule*
 Crescendo::brew_molecule_p() const return m_p ;
 {
     Real x_off_dim=0.0;
-    Real absdyn_dim = 10 PT;   // UGR
+    Real absdyn_dim = 10 PT;   // ugh
     
     m_p = new Molecule;
     Real w_dim = width().length();