lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fw: problem with \with-dimensions


From: Thomas Morley
Subject: Re: Fw: problem with \with-dimensions
Date: Mon, 18 Mar 2013 00:12:33 +0100

2013/3/17 Werner LEMBERG <address@hidden>:
>
> May I ask for a reply?  It's rather unusual on this list that
> something stays uncommented :-)
>
>
>     Werner

Hi Werner,

I'm not sure what changed.
Though, testing the snippet below with 2.16.2 and 2.17.12 (it will
work for both) you'll notice a collision with 2.16.2 and not with the
newer version.
With 2.17.12 there's a lot of white space ...

\markup #(lilypond-version)

  { \voiceTwo c2  c\ffff }

  \relative c'' {
    c1
    \override Score.RehearsalMark #'extra-offset =
      #(cons 0 (if (and (> (cadr (ly:version)) 16)
                   (>= (caddr (ly:version)) 12))
                   -7.2
                   -0.25))
    \mark \markup {
      \with-dimensions #'(0 . 0) #'(0 . 0)
      {
        \column {
          \musicglyph #"scripts.ufermata"
          \vspace #1
          \musicglyph #"scripts.dfermata"
        }
      }
    }
    \bar "|."
  }

Sorry to be of not more help,
  Harm



reply via email to

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