lilypond-user
[Top][All Lists]
Advanced

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

Re: Differing header position depending on tallest letter


From: Kieren MacMillan
Subject: Re: Differing header position depending on tallest letter
Date: Fri, 10 Mar 2017 14:47:52 -0500

Hi Peter,

> this would indeed work, but the approach is quite ugly:

You should really handle the presentation manipulation in the presentation 
layer, not the content layer:

\version "2.19.54"

\paper {
  scoreTitleMarkup = \markup {
    \combine \fromproperty #'header:title \transparent "Tj"
  }
}

\header {
  title = "Title"
}

{ c'4 }

Hope this helps!
Kieren.

p.s.

> I don’t suppose there is a way to change a markup’s reference point to being 
> the baseline?

This is a long-standing request of mine.  =)
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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