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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to