lilypond-user
[Top][All Lists]
Advanced

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

Re: Suddenly no \break (lilypond-book)


From: Mats Bengtsson
Subject: Re: Suddenly no \break (lilypond-book)
Date: Thu, 18 Aug 2005 16:50:45 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

I cannot repeat your problem here, but that's probably since
you didn't include the header of your LaTeX file. My guess is
that you have been hit by the problem discussed in
http://lists.gnu.org/archive/html/bug-lilypond/2005-08/msg00017.html
and some other emails to be found in the list archives.
In that case, the workaround is to add

\newcommand{\betweenLilyPondSystem}[1]{\linebreak}

in the preamble of your document.

   /Mats

Wolfgang Mechsner wrote:
Hi,

suddenly, the \break doesn't work with lilypond-book (version 2.6.3): Any idea?
Wolfgang

#####################
\begin[staffsize=26]{lilypond}
emptymusic = {
       \repeat unfold 2 % Change this for more lines.
{ s1 \break } \bar "|."
     }
     \new Score \with {
       \override TimeSignature #'transparent = ##t
       defaultBarType = #""
       \remove Bar_number_engraver
} <<
       \context Staff \emptymusic
     >>
\end{lilypond}
####################

Wolfgang Mechsner
Goebenstr. 3
49076 Osnabrück
Tel. 0541-2052090
Mobil 0179-9096684
address@hidden
www.wolfgang-mechsner.de



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

--
=============================================
        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]