bug-lilypond
[Top][All Lists]
Advanced

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

minor \markup (with variables) bug


From: Graham Percival
Subject: minor \markup (with variables) bug
Date: Mon, 25 Jul 2005 21:33:11 -0700

When using a variable (or macro?) in markup, there's an extra
space at the end of the string.  In the three lines below, the middle
line has an extra space (FOO_.) between the FOO and the period.

%%  Fink 2.7.3
\version "2.6.0"
\header{
var = "FOO"

tagline = \markup{ \center-align {
  \line {FOO.}
  \line {\var.}
  \line {\var \hspace #-1.0 .}
  }}
}
{c'4}





reply via email to

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