lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Stopwatch time in markup


From: Tom Hall
Subject: Stopwatch time in markup
Date: Fri, 23 Jan 2009 21:07:20 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello List

I want to print stopwatch timings in a score, surrounded by a little box. I've
been through the help files and the archives of this list, but since quotation
marks are special characters, it's not straight-forward and I've not managed to
get this right.

I'm aiming for somthing like: 

 -------
| 4'33" |
 -------

The closest I've managed is below, but that results in 2 boxes, one surrounding
4' and the other surrounding 33".

Any ideas how to get what I'm after?

Regards

Tom


%%%%%%%%%%%%%%%%%%%%

\version "2.12.1"

{
  \mark \markup{ 
  \rounded-box \small { 4'"33\"" }
  }

  c'2
}

%%%%%%%%%%%%%%%%%%%%










reply via email to

[Prev in Thread] Current Thread [Next in Thread]