On Sat, Feb 25, 2017 at 3:02 PM, Chad Linsley <cli...@gmail.com> wrote:
> Hi all,
>
> I'm a Lilypond noob and am trying to customize the header. How do I override
> the "Dedication" so that it aligns left and not centre?

Hi Chad,

Have a look at ...

    http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Creating-titles

... and ...

    http://lilypond.org/doc/v2.18/Documentation/notation/align

Try this:

\header {
  dedication = \markup \column {
    \fill-with-pattern #2 #LEFT "" "Dedicated to You" ""
  }
  title = "Title"
}




-- 

Jeffery Shivers
 jefferyshivers.com
 soundcloud.com/jefferyshivers

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

Reply via email to