2013/3/17 Werner LEMBERG <[email protected]>:
>
> 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

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to