Hi list, Unless anybody knows when this will be solved, is there any other way to elegantly force staves to 'not exist' for 'a while'. I just need some PianoStaff to join the first one a couple of systems later, instead of using rests all the time (and wasting lots of space/paper).
Thanks, laurens. On 23 mrt 2011, at 18:28, Paul Scott wrote: > On 03/23/2011 01:49 AM, Laurens van der Wee wrote: >> Hi, >> >> Thanks for all these interesting insights, however, problem still not >> solved.. >> This builds on your systems? -> >> >> >> \score{ >> << >> \new PianoStaff \with { \RemoveEmptyStaves }<< >> \new Staff { >> \relative{ >> c'4 c c c | >> } >> } >> \new Staff { >> \relative{ >> \clef bass >> d,4 d d d | >> } >> } >> >> >> \new PianoStaff<< >> \new Staff { >> \relative{ >> e e e e | >> } >> } >> \new Staff { >> \relative{ >> \clef bass >> f, f f f | >> } >> } >> >> >> >> >> } >> >> \version "2.13.54" >> > > Does not build here. I get : > > Processing `emptytest.ly' > Parsing... > emptytest.ly:5:28: error: unknown escaped string: `\RemoveEmptyStaves' > \new PianoStaff \with { > \RemoveEmptyStaves } << > emptytest.ly:5:47: error: syntax error, unexpected '}', expecting '=' > \new PianoStaff \with { \RemoveEmptyStaves > } << > emptytest.ly:8:10: error: syntax error, unexpected STRING > > c'4 c c c | > emptytest.ly:14:10: error: syntax error, unexpected STRING > > d,4 d d d | > emptytest.ly:21:10: error: syntax error, unexpected STRING > > e e e e | > emptytest.ly:27:10: error: syntax error, unexpected STRING > > f, f f f | > emptytest.ly:4:2: error: errors found, ignoring music expression > > << > error: failed files: "emptytest.ly" > > Paul > > > _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user