]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / tie.cc
index 9925aa428be2ff6d2736401636ca486bdb972782..19feb2e26d1d32645210ac4c22921fd28e70f83e 100644 (file)
@@ -300,10 +300,8 @@ Tie::print (SCM smob)
 }
 
 ADD_INTERFACE (Tie,
-              "A horizontal curve connecting two noteheads. \n\n"
-              ,
+              "A horizontal curve connecting two noteheads.",
               
-
               /* properties */
               "annotation "
               "avoid-slur "    //  UGH.
@@ -318,7 +316,6 @@ ADD_INTERFACE (Tie,
               "quant-score "
               "staff-position "
               "thickness "
-
               );