I would like to write a custom Djembe staff. I added core examples, as
simple and as short as needed. The noStructured example gives what
works, but without structure. I would like to change this example into
voices, Djembe staff, in the score. I did an attempt, see my
structure example, but it does not work.
Can someone show my mistakes?
Thanks,
Bernard
\version "2.12.2"
\include "nederlands.ly"
\header {
title = "Djole"
instrument = "Djembé"
% midiInstrument = "timpani"
}
% \new Staff de
% \with {
% \override StaffSymbol #'line-count = #3
% }
% \relative c' {
% \clef percussion
% \numericTimeSignature
% \time 4/4
% \set Staff.instrumentName = #"Djembé 1"
DjembeEen = \relative c' {
e4 e16 e4 c16 c4 c8
}
\addlyrics {
L R L R L R
}
\score {
\new Staff
% \with {
%\override StaffSymbol #'line-count = #3
%}
\clef percussion
% \numericTimeSignature
%\time 4/4
%\set Staff.instrumentName = #"Djembé 1"
\new voice { \voiceOne \DjembeEen}
\layout { }
\midi { }
}
\version "2.12.2"
\include "nederlands.ly"
\header {
title = "Djole"
instrument = "Djembé"
% midiInstrument = "timpani"
}
\new StaffGroup
\new Staff
\with {
\override StaffSymbol #'line-count = #3
}
\relative c' {
\clef percussion
\numericTimeSignature
\time 4/4
\set Staff.instrumentName = #"Djembé 1"
e4 e16 e4 c16 c4 c8
}
\addlyrics {
L R L R L R
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user