lilypond-user
[Top][All Lists]
Advanced

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

Re: Instrument Name Alignment


From: Thomas Morley
Subject: Re: Instrument Name Alignment
Date: Thu, 26 Oct 2017 21:51:35 +0200

2017-10-26 20:36 GMT+02:00 gpodkolzin <address@hidden>:
> Hello,
> How is it possible to align the instrument name to the left?
> E.g.:
>
> \header {
>   title = "Concerto «Il Gardellino»"
> % I want this to be on the left
>   instrument = "Violoncello e Basso"
>   composer = "Antonio Vivaldi"
> }
>
> Thank you.



\header {
  title = "Concerto «Il Gardellino»"
% I want this to be on the left
  instrument = \markup \fill-line { "Violoncello e Basso" \null }
  composer = "Antonio Vivaldi"
}

HTH,
  Harm



reply via email to

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