Amir Teymuri <[email protected]> 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 "|."
}

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to