Thank you for your reply!

Is there a command like \startStaff to set the staff type back to the
previouse one, if i am in a nested staff type construction?

Some thing which would have the effect of the following example for
example:


\version "2.19.80"

\new Staff \with { \accepts RhythmicStaff \accepts DrumStaff \accepts 
MensuralStaff }
{
  c'4 g'
  \stopStaff
  \new RhythmicStaff
  {\omit Staff.TimeSignature c d f
   \stopStaff
   \new DrumStaff
   {\omit Staff.TimeSignature d f8 c d4
    \stopStaff
    \new MensuralStaff
    {\omit Staff.TimeSignature f e g8}
    \new DrumStaff 
    {\omit Staff.TimeSignature f c4 }
  }
   \new RhythmicStaff 
   {\omit Staff.TimeSignature \time 3/8  g4. f d}
 }
  \startStaff

  c''1 \bar "|."
}



David Kastrup writes:

> Amir Teymuri <ateymur...@gmail.com> writes:
>
>> Hello,
>>
>> How can i change a Staff for instance from a noraml one to a
>> RhythmicStaff and then set back to the noraml Staff?
>>
>> Greetings,
>> Amir
>
> \version "2.19.80"
>
> \new Staff \with { \accepts RhythmicStaff }
> {
>   c'1 g'
>   \stopStaff
>   \new RhythmicStaff
>   { \omit Staff.TimeSignature 8. 16 8 8 8. 16 8 8 }
>   \startStaff
>   c''1 \bar "|."
> }


-- 
ateymur...@gmail.com

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

Reply via email to