lilypond-user
[Top][All Lists]
Advanced

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

Re: Text beside staff


From: Knute Snortum
Subject: Re: Text beside staff
Date: Sun, 3 Jan 2021 14:34:11 -0800

I think the best way to do this is to use the instrument name:

\score {
  \new PianoStaff \with { instrumentName = \markup \huge "No. 4" }
  <<
  ...
  >>
}

--
Knute Snortum

On Sun, Jan 3, 2021 at 2:01 PM Ahanu Banerjee <ahanuban@gmail.com> wrote:
>
> Hi,
>
> I'm typesetting a book of études. I am currently putting the number of the 
> etude (1-2 digits) in the header as a title, but I would like to put it to 
> the left of the first staff, in the indented white space. It should be 
> center-aligned between the left margin and the first staff, and vertically 
> centered about the staff.
>
> Can someone provide a tidy way to do this?
>
> Thank you!!
>
> \version "2.20.0"
> \header {
>   title = "1"
>   subtitle = "A female deer"
> }
>
> {\repeat unfold 16 c' \break
> \repeat unfold 20 c'}



reply via email to

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