Re: Suddenly no \break (lilypond-book)

2005-08-19 Thread stk
Mats Bengtsson wrote:

  the workaround is to add

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

  in the preamble of your document

(?) I read the message you referred to (and its whole thread), and I
looked for these terms in the index of the user manual, and I am still
mystified.  Where are the following terms or constructs defined:

  \newcommand   ?

  \betweenLilyPondSystem   ?

  [1]   ?

Thanks for any light you can shed on this.

-- Tom



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Suddenly no \break (lilypond-book)

2005-08-18 Thread Wolfgang Mechsner
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
[EMAIL PROTECTED]
www.wolfgang-mechsner.de



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Suddenly no \break (lilypond-book)

2005-08-18 Thread Mats Bengtsson

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
[EMAIL PROTECTED]
www.wolfgang-mechsner.de



___
lilypond-user mailing list
lilypond-user@gnu.org
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Suddenly no \break (lilypond-book)

2005-08-18 Thread Wolfgang Mechsner
Thank you very much, it works!
Wolfgang

On Thu, 2005-08-18 at 16:50 +0200, Mats Bengtsson wrote:
 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
  [EMAIL PROTECTED]
  www.wolfgang-mechsner.de
  
  
  
  ___
  lilypond-user mailing list
  lilypond-user@gnu.org
  http://lists.gnu.org/mailman/listinfo/lilypond-user
 
-- 
Wolfgang Mechsner
Goebenstr. 3
49076 Osnabrück
Tel. 0541-2052090
Mobil 0179-9096684
[EMAIL PROTECTED]
www.wolfgang-mechsner.de



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user