bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond-book inserts stanzas entered at the bottom of a song on top


From: Mats Bengtsson
Subject: Re: lilypond-book inserts stanzas entered at the bottom of a song on top of it
Date: Mon, 16 Jun 2008 21:14:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Please note that there is a waste of time to send bug reports
on such an old version of LilyPond. In fact, even bug reports
related to the latest stable version, 2.10, are mostly ignored
since the next stable release 2.12 is to appear within a not
so distant future.

This particular bug should be fixed in 2.10, though.

  /Mats

Claus Tirel wrote:

I'm not top posting.

Stanzas entered with \markup{} at the bottom of a song are put on top of the
song when using lilypond-book --psfonts example.lytex

============= begin example.lytex =============
\documentclass[a4paper]{article}

\usepackage[final,dvips]{graphics}
\DeclareGraphicsExtensions{.pdf,.eps}
\DeclareGraphicsRule{*}{pdf}{*}{}

\begin{document}

\lilypondfile{song_with_stanzas_at_bottom.ly}

\end{document}
============= end example.lytex =============
============= begin song_with_stanzas_at_bottom.ly =============
\version "2.8.1"
\header{
 title = "Title"
}
\score{
 \relative c'{
c }
}

% The following text will appear at the top of the song (above the title)
% instead of at the bottom of the song.

\markup{
 Stanza at the bottom.
}
============= end song_with_stanzas_at_bottom.ly =============



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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