Is there a way to get a line break to appear in the tagline? I saw an archived message which implied that putting a \break in the string would do this, but it did not seem to work. I am using LilyPond version 2.4.6 under Cygwin. I've attached an example source file showing what I've tried.
Ted Stanion
\version "2.4.6" \include "english.ly" #(set-global-staff-size 24) \paper { #(set-paper-size "letter") topmargin = 0.5\in } \header { title = "Twinkle, Twinkle" composer = "Traditional" tagline = "Typeset by Ted Stanion ([EMAIL PROTECTED]) \\break Engraved by LilyPond (ver. 2.4.6)" } \relative c' { \clef treble \time 4/4 \key c \major c4 c g' g a a g2 f4 f e e d d c2 \break g'4 g f f e e d2 g4 g f f e e d2 \break c4 c g' g a a g2 f4 f e e d d c2 }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user