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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user