Am 22.01.2018 um 06:49 schrieb Brian Barker:
   arranger = \markup {
     \column {
       \fill-line { " " "Arranger: Jacob Collier" }
       \fill-line { " " "Transcriber: Álvaro Cáceres Muñoz" }
     }
   }

More simple solution for the same effect (but maybe with less side effects in case there is some other header on the left side):

  arranger = \markup \right-column {
    "Arranger: Jacob Collier"
    "Transcriber: Álvaro Cáceres Muñoz"
  }

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

Reply via email to