all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steven Arntson <steven@stevenarntson.com>
To: help-gnu-emacs@gnu.org
Subject: renumbering numeric comments
Date: Mon, 27 Oct 2014 18:59:23 -0700	[thread overview]
Message-ID: <878uk17y4k.fsf@stevenarntson.com> (raw)

Greetings! I'm very curious what more knowledgeable souls would do in
the following situation. I'm writing music using emacs' lilypond
mode. In Lilypond, measure numbers are usually (so far in my experience)
entered as comments at the end of a line in the form `%m__':

         \tempo 4=100
         e4 d e8 f | %m1
         \tempo 4=130
         <c a>2. | %m2
         <d e,>2 ~ <d e,>8 e | %m3
         ...
         
These "%m_" numbers are very useful in debugging when the "code" is
compiled. However, in the above case I later inserted two new measures:

         \tempo 4=100
         e4 d e8 f | %m1
         \tempo 4=130
----->   g8 f e d e f |
----->   e d c b c d |
         <c a>2. | %m2
         <d e,>2 ~ <d e,>8 e | %m3
         ...
         
Renumbering everything by hand is a lot of work, because the piece is
many measures long. I have limited technical expertise, but would love
ideas about better methods than "by hand!" Thank you!

Steven Arntson




             reply	other threads:[~2014-10-28  1:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-28  1:59 Steven Arntson [this message]
2014-10-28  3:53 ` renumbering numeric comments Yuri Khan
2014-10-28 17:11   ` Steven Arntson
     [not found] <mailman.12210.1414461603.1147.help-gnu-emacs@gnu.org>
2014-10-28  8:12 ` Pascal J. Bourguignon
2014-10-28 17:13   ` Steven Arntson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878uk17y4k.fsf@stevenarntson.com \
    --to=steven@stevenarntson.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.