lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing Staffs


From: David Kastrup
Subject: Re: Changing Staffs
Date: Wed, 01 Aug 2018 19:28:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Amir Teymuri <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]