]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Oct 2002 23:05:22 +0000 (23:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Oct 2002 23:05:22 +0000 (23:05 +0000)
lily/lexer.ll
scm/translator-property-description.scm

index 88dd1a9ac18363d4aee366c046fddae51939f9fa..da6cdaca919ff1b9ad4cc75eeb0174dcfb4b9140 100644 (file)
@@ -701,7 +701,7 @@ scan_fraction (String frac)
        int d = String_convert::dec2int (right);
        return gh_cons (gh_int2scm (n), gh_int2scm (d));
 }
-#if 0          
+
 /* avoid silly flex induced gcc warnings */
 static void yy_push_state (int) {;}
 static void yy_pop_state () {;}
@@ -718,4 +718,3 @@ avoid_silly_flex_induced_gcc_warnings ()
        yy_top_state ();
        avoid_silly_flex_induced_gcc_warnings ();
 }
-#endif
index a2168a309767f23f653a05ac65554370e572ab5f..aaf1f366c38518f61957f0e322e014dc8f3b10c4 100644 (file)
@@ -273,7 +273,7 @@ the start of the music.
 (translator-property-description 'melismaBusy boolean? "Signifies
 whether a melisma is active. This can be used to signal melismas on
 top of those automatically detected. ")
-(translator-property-description 'melismaEngraverBusy boolean? "See @ref{melismaBusy}. This is set automatically.")
+(translator-property-description 'melismaEngraverBusy boolean? "See melismaBusy. This is set automatically.")
 (translator-property-description 'midiInstrument string? "Name of the
 MIDI instrument to use ")
 (translator-property-description 'midiMinimumVolume number? "[DOCUMENT-ME]")