bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\fill-line, \column bug


From: arl
Subject: \fill-line, \column bug
Date: Tue, 20 Sep 2011 11:52:21 +0100

> I'm not top posting.

The following snippet produces the desired effect with LilyPond version 2.12.3, 
but the output is shifted off the left of the page in version 2.14.2 (pdfs 
attached)

Arthur Lawrence

>>>>> begin snippet

\paper {
        #(set-paper-size "a4" )
        line-width = 18\cm
}

        \markup \fill-line {
                \line {
                        \column {
                                \line { \bold \large { Before the Gospel } 
\hspace #40 }
                                \line { \char ##x0022 Hear the Gospel of our 
Lord }
                                \line { \hspace #3 Jesus Christ according to 
\italic N. \char ##x0022 }
                        }
                        \column {
                                \line \bold \large { After the Gospel }
                                \null
                                \line {
                                        \char ##x0022 This is the Gospel of the 
Lord
                                        \char ##x0022 \hspace #40
                                }
                        }
                }
        }


<<<<< end snippet

Attachment: extract_2_12_3.pdf
Description: Adobe PDF document

Attachment: extract_2_14_2.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]