lilypond-user
[Top][All Lists]
Advanced

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

Re: Stopwatch time in markup


From: James E. Bailey
Subject: Re: Stopwatch time in markup
Date: Fri, 23 Jan 2009 23:10:28 +0100

Wow, that took me a minute to figure out. The quotes around 33" are the problem. That makes it separate text. Putting the quotes around the entire time fixes it.
{
   \mark \markup \rounded-box {
      \small {
         "4'33\""
      }
   } c'2
}
Am 23.01.2009 um 22:39 schrieb Tom Hall:

Hello Neil

Neil Thornock <neilthornock <at> gmail.com> writes:

See the change below:

thanks for that, but it's the same difference here using your suggestion (Mac
PPC X.4.11). Is it working for you?

Regards

Tom




%%%%%%%%%%%%%%%%%%%%
\version "2.12.1"
{
  \mark \markup \rounded-box { \small { 4'"33\"" }
  }
  c'2
}
%%%%%%%%%%%%%%%%%%%%






_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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