X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=score.c;h=5c0e0b023545b15c1a5f48c69c94fd6ca5aaa026;hb=d38e3c6abf6d5aeb287ec1d1262015d8b4a81198;hp=4e2a5f3b62667a5c91c96d8486394938458c1975;hpb=bc274a825203b2a0657101e8d041a03fca75d0eb;p=scherzo diff --git a/score.c b/score.c index 4e2a5f3..5c0e0b0 100644 --- a/score.c +++ b/score.c @@ -704,6 +704,9 @@ score_staff_remove_notes (score_staff_t *staff) talloc_free (staff->notes); staff->notes = NULL; staff->num_notes = 0; + + staff->upper_ledger_lines = 0; + staff->lower_ledger_lines = 0; } void