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:41:54 -0700 (MST)

for illustration, this works but I wonder if it is the "easiest" way to do
it:

\new Staff \with {
   \accepts DrumStaff
} {
  \override Staff.StaffSymbol.line-count = #1
  \clef percussion
  \drums {
    hh8 8 8 8 8 8 8 8 }
  
  \stopStaff
  \new Voice {
    \override Staff.StaffSymbol.line-count = #5
    \startStaff
    \clef bass
    \key bes \major
    c4 d e f g
    }
} 



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



reply via email to

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