lilypond-user
[Top][All Lists]
Advanced

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

Re: printing a tiny pianostaff at the beginning of a score


From: Sandro Santilli
Subject: Re: printing a tiny pianostaff at the beginning of a score
Date: Wed, 19 Feb 2020 08:56:16 +0100
User-agent: Mutt/1.9.4 (2018-02-28)

On Tue, Feb 18, 2020 at 03:51:39PM +0100, Robin Bannister wrote:

> Here is an example (Mo' better Blues) using top-level markup.

Thanks, the \scale hint was very useful.
Doing it before the \score block isn't convenient as I'd have
to repeat the insertion in every book. Using markup
in header seems ok for now, I'd only need some proper alignment,
as I'm currently doing this wild thing:

  piece = \markup {
    \italic "      With a beat                      "
    \scale #(cons 0.8 0.8)
    \score {
      ...
    }
  }

The spaces I'm using to move the tiny score more or less at
the center of the sheet, but is fragile. Also the "With a beat"
text position is too high, it would be nice to have better
control over it.

--strk;




reply via email to

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