lilypond-user
[Top][All Lists]
Advanced

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

Re: Switching to drummode and back


From: foxfanfare
Subject: Re: Switching to drummode and back
Date: Tue, 19 Jun 2018 06:36:03 -0700 (MST)

David Kastrup wrote
> The problem here is that the DrumVoice context doesn't end since it is
> the first context in the first context started in the sequential
> iterator.
> 
> You can force this using
> 
> \new Voice { \clef bass ... }
> 
> since the \new Voice can only be created in the enclosing Staff
> (\context Voice does not work since it would accept the Voice alias from
> the existing DrumVoice context).
> 
> Alternatively, you can write
> << \drums { ... } >>

Thank you David, both solutions works well!
What would be best if I want to write some ryhthmic passages on 1-line and
alternate with normal 5-lines pitch notation:

1) use a RhythmicStaff (but when I do so, it fails to engrave only 1 line)
2) keep a DrumStaff and change the number of lines with \stopStaff and
\startStaff?



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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