\break not working properly

2012-04-20 Thread MING TSANG
Sorry about this long snippet.  The \break seems not working all the times.  I am puzzled - if I don't use both \include and its content the \break works as intended. There must have some coding inside the \include that make the \break not behave as intended.  Help appreciated. % { \version

Re: \break not working properly

2012-04-20 Thread Phil Holmes
You can over-ride automatic breaking with \override NonMusicalPaperColumn #'line-break-permission = ##f Phil Holmes - Original Message - From: MING TSANG To: lilypond-usermailinglist Sent: Friday, April 20, 2012 2:40 PM Subject: \break not working properly Sorry

Re: \break not working properly

2012-04-20 Thread MING TSANG
-user@gnu.org Sent: Friday, April 20, 2012 7:44:45 AM Subject: Re: \break not working properly You can over-ride automatic breaking with   \override NonMusicalPaperColumn #'line-break-permission = ##f Phil Holmes     - Original Message - From: MING TSANG To: lilypond-usermailinglist

Re: \break not working properly

2012-04-20 Thread MING TSANG
in+, Ming. From: MING TSANG tsan...@rogers.com To: Phil Holmes m...@philholmes.net; lilypond-usermailinglist lilypond-user@gnu.org Sent: Friday, April 20, 2012 10:39:54 AM Subject: Re: \break not working properly Hi, Phil: I try to put \override

Re: \break not working properly

2012-04-20 Thread Thomas Morley
Hi, you've used a bad \layout Try to replace it with: \layout { \context { \Score \override NonMusicalPaperColumn #'line-break-permission = ##f } \context { \Staff \override VerticalAxisGroup #'remove-first = ##t \RemoveEmptyStaves \consists

Re: \break not working properly

2012-04-20 Thread MING TSANG
, April 20, 2012 2:33:40 PM Subject: Re: \break not working properly Hi, you've used a bad \layout Try to replace it with: \layout {     \context {       \Score       \override NonMusicalPaperColumn #'line-break-permission = ##f     }     \context {       \Staff       \override VerticalAxisGroup

Re: \break not working properly

2012-04-20 Thread Thomas Morley
Hi, there was a typo in %{bar01-05%} r4 c4 f4 a4 | g4. c,8. d4 e4 | f4 d4 c2~ | c4 c4 f c'4 g bf4 | a4. g8 \bar\mbk Second bar: c,8. Remove the dot and it works. BTW, your file didn't compile at the first time. You had commented a } (closing the header) by accident. Cheers, Harm

Re: \break not working properly

2012-04-20 Thread MING TSANG
...@philholmes.net; lilypond-usermailinglist lilypond-user@gnu.org Sent: Friday, April 20, 2012 4:57:43 PM Subject: Re: \break not working properly Hi, there was a typo in %{bar01-05%} r4 c4 f4 a4 | g4. c,8. d4 e4 | f4 d4 c2~ | c4 c4 f c'4 g bf4 | a4. g8 \bar\mbk Second bar: c,8. Remove the dot and it works