[Csnd] named sections

Dear community,
is it possible to give a specific section in a csound score a name and could that name be printed?
Thanks for Your help,

Stefan

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

No, I don’t think so. But you could use an instrument for that, eg

instr 100
  prints p4
endin

s1
i100 0 0 “section 1"

s2
i100 0 0 “section 2"

Dear Victor,
thanks for Yout reply. I will try Your prposal.