PODS=README.pod CodingStyle.pod lilygut.pod lilyinput.pod error.pod\
- faq.pod index.pod
+ faq.pod index.pod language.pod
TXTS=$(PODS:.pod=.txt)
MANS=$(PODS:.pod=.1)
HTMLS=$(PODS:.pod=.html)
output "standchen.out"
}
midi {
- tempo 4:80
+ tempo 4:60
}
}
#include "moment.hh"
+// depreciated, see struct Duration*
Moment
wholes(int dur, int dots)
{
get_default_duration($$);
$$[1] = $1;
}
+ | INT '*' INT '/' INT {
+ // ugh, must use Duration
+ set_plet( $3, $5 );
+ $$[ 0 ] = $1;
+ $$[ 1 ] = 0;
+ set_plet( 1, 1 );
+ }
;
default_duration: