--- /dev/null
+\header {
+ texidoc="Blank music paper with clefs"
+}
+\score {
+ \notes {
+ % \clef violin
+ \clef bass
+ \repeat unfold 9 { c1 \break }
+ }
+ \paper {
+ \translator {
+ \ScoreContext
+ TimeSignature \override #'transparent = ##t
+ NoteHead \override #'transparent = ##t
+ defaultBarType = #""
+ \remove Bar_number_engraver
+ }
+ }
+}
{
figure_ = new Item (get_property ("BassFigure"));
announce_grob (figure_, rest_req_); // todo
- figure_->set_grob_property ("text" , gh_str02scm ("-"));
+ figure_->set_grob_property ("text" , ly_str02scm ("-"));
}
else if (figures_.size ())
{
return unsmob_input (x) ? SCM_BOOL_T : SCM_BOOL_F ;
}
-static
-void start_input_smobs ()
+static void
+start_input_smobs ()
{
input_tag = scm_make_smob_type ("input", 0);
scm_set_smob_mark (input_tag, mark_smob);
scm_c_define_gsubr ("ly-input-location?", 1, 0, 0,
(Scheme_function_unknown)ly_input_p);
- }
+}
SCM
make_input (Input ip)