Re: can Keep_alive_together_engraver be temporarily suspended?

2015-05-11 Thread Kieren MacMillan
Hi Peter,

 Where do you use \RemoveEmptyStaves? Try moving it to the lower Staff and not 
 the PianoStaff. I don’t know how your score is organised … is that an option 
 for you?

Yes! This worked well.

Thanks!
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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


Re: can Keep_alive_together_engraver be temporarily suspended?

2015-05-08 Thread Peter Crighton
2015-05-07 22:45 GMT+02:00 Kieren MacMillan kieren_macmil...@sympatico.ca:

 I have

   PianoStaff
   
 Staff
 Dynamics
 Staff
 Pedals
   

 By default, the PianoStaff \consists “Keep_alive_together_engraver”, and
 this is generally perfect for me. I have one section of my current score in
 which I would like to reduce the piano part to just the upper staff.

 I tried \remove-ing the engraver, but a lot of horrible things happened
 (e.g., the Dynamics disappeared!?), and in my current deadline crunch, I
 don’t have time to properly bug-fix that if there’s a quick way to just
 pull out the lower staff for a few measures.


Where do you use \RemoveEmptyStaves? Try moving it to the lower Staff and
not the PianoStaff. I don’t know how your score is organised … is that an
option for you?
Like this:

\version 2.19.15

\new PianoStaff \with {
  \remove Keep_alive_together_engraver
} 
  \new Staff \relative c' {
\clef treble
c1 \break c1
  }
  \new Dynamics {
s1\f s1\p
  }
  \new Staff \with {
\RemoveEmptyStaves
  } \relative c {
\clef bass
c1 R1
  }
  \new Dynamics {
s1\sustainOn s1\sustainOff
  }


--
Peter Crighton | Musician  Music Engraver based in Mainz, Germany
http://www.petercrighton.de
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


can Keep_alive_together_engraver be temporarily suspended?

2015-05-07 Thread Kieren MacMillan
Hi all,

I have

  PianoStaff
  
Staff
Dynamics
Staff
Pedals
  

By default, the PianoStaff \consists “Keep_alive_together_engraver”, and this 
is generally perfect for me. I have one section of my current score in which I 
would like to reduce the piano part to just the upper staff.

I tried \remove-ing the engraver, but a lot of horrible things happened (e.g., 
the Dynamics disappeared!?), and in my current deadline crunch, I don’t have 
time to properly bug-fix that if there’s a quick way to just pull out the lower 
staff for a few measures.

Thanks!
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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