lilypond-user
[Top][All Lists]
Advanced

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

Re: Transcriber title


From: Brian Barker
Subject: Re: Transcriber title
Date: Mon, 22 Jan 2018 05:49:54 +0000

At 01:17 22/01/2018 +0100, Álvaro Cáceres Muñoz wrote:
I am transcribing Jacob Collier's arrangement of I've Told Every Little Star. Normally I make my own arrangements of songs, so I write in the "composer" and "arranger" titles. However, here I would need to name the original composer (Jerome Kern), the arranger (Jacob Collier) and the transcriber (me). I have looked at the Lilypond manual, but I can't find a specific title for the transcriber. Is it possible to create a specific field for the transcriber?

You may not need to. How about something like:

\version "2.18.2"
\header {
  composer = "Composer: Jerome Kern"
  arranger = \markup {
    \column {
      \fill-line { " " "Arranger: Jacob Collier" }
      \fill-line { " " "Transcriber: Álvaro Cáceres Muñoz" }
    }
  }
}
{ s1 }

Brian Barker



reply via email to

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