Re: HaraKiriStaffContext fails in 2.0.0

2003-09-25 Thread Paul Scott
Graham Percival wrote:

  \paper {
linewidth = 6.\cm
\translator { \RemoveEmptyStaffContext }
 

Thanks much,

Paul



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: HaraKiriStaffContext fails in 2.0.0

2003-09-25 Thread Graham Percival
On Thu, 25 Sep 2003 18:15:35 -0700
Paul Scott <[EMAIL PROTECTED]> wrote:
> This worked in 1.8.1 but not in 2.0.0.  If this is not enough 
> information I will include a complete failing ly file.  I thought this 
> might be enough information.

I think you might have fallen prey to the name change -- HaraKiri is now
called RemoveEmptyStaffContext.

This is the example from the manual:

\score  {
   \notes \relative c' <<
 \new Staff { e4 f g a \break c1 }
 \new Staff { c4 d e f \break R1 }
   >>
   \paper {
 linewidth = 6.\cm
 \translator { \RemoveEmptyStaffContext }
   }
 }

Cheers,
- Graham


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


HaraKiriStaffContext fails in 2.0.0

2003-09-25 Thread Paul Scott
This worked in 1.8.1 but not in 2.0.0.  If this is not enough 
information I will include a complete failing ly file.  I thought this 
might be enough information.

TIA,

Paul Scott
:
\score {
   <<
   \context StaffGroup <<
   \globalcastello
   \property Score.skipBars = ##t
   \context Staff = clarinet << { \bclcastello } >>
   \context Staff = saxophone << { \ascastello } >>
   >>
   >>
   \header {
   piece = "II. Il vecchio castello"
   }
   \paper {
   \translator { \HaraKiriStaffContext }
   }
}
lilypond -P /home/paul/music/saso/pebcl.ly
lilypond (GNU LilyPond) 2.0.0
Running usr...
Now processing: `/home/paul/music/saso/pebcl.ly'
Parsing...
/home/paul/music/saso/pebcl.ly:300:36: error: unknown escaped string: 
`\HaraKiriStaffContext':
   \translator { \HaraKiriStaffContext
   }

/home/paul/music/saso/pebcl.ly:300:35: error: parse error, unexpected 
STRING, expecting TYPE or TRANSLATOR_IDENTIFIER:
   \translator { \HaraKiriStaffContex
 t }

/home/paul/music/saso/pebcl.ly:287:5: warning: Braces don't match:
\scor
e {
lilypond: error: LilyPond failed on input file 
/home/paul/music/saso/pebcl (exit status 1)
lilypond: warning: Running LilyPond failed. Rerun with --verbose for a 
trace.

2PS finished at Thu Sep 25 18:10:33





___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user