On Sun, 15 Feb 2004, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes: > > One bug has become apparent to me in 2.1.22, and possibly > > earlier 2.1.xx releases. > > > > When using tablature, the number of lines on the staff should > > vary based on Tabstaff.stringTunings. > > fixed in CVS. > > > Also, is it possible to use simulataneous music (<< >>) > > in \drums? It doesn't seem to work. This is really needed > > for practical drum notation, as habing two seperate voices > > is just too likely to be a source for errors. > > Please send faulty example. > > > -- > > Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen > >
\paper{
linewidth = 160 \mm
}
\version "2.1.22"
\header {
title = "Limelight"
subtitle = "From the Album: Moving Pictures"
composer = "Lee and Lifeson"
tagline = ""
}
#(set-global-staff-size 16)
\include "english.ly"
guit = \notes \transpose c c'{
\relative c{
}
}
bass = \notes \transpose c c'{
\relative c{
}
}
down = \drums {
r1 r1 r1 r1 r1 r8 <<{tomfl32 tomfl32 r16 tomfl4 r4 tomfl4} \\ {r16 bd32 bd32 r2.}>>
}
\score{
<<
\context StaffGroup = guitars <<
\context Staff = guitarone <<
\time 4/4
\set Staff.instrument = #"Guitar"
\set Staff.midiInstrument = #"distorted guitar"
\clef treble
\guit
>>
\context TabStaff = guitartab <<
\time 4/4
\set Staff.instrument = #"Guitar"
\set Staff.midiInstrument = #"overdriven guitar"
\notes{\transpose c c, {\guit}}
>>
>>
\context StaffGroup = basses <<
\context Staff = bassone <<
\time 4/4
\set Staff.instrument = #"Bass"
\set Staff.midiInstrument = #"electric bass (finger)"
\clef bass
\bass
>>
\context TabStaff = basstwo <<
\time 4/4
\set TabStaff.stringTunings = #'(-5 -10 -15 -20)
\set Staff.instrument = #"Bass"
\set Staff.midiInstrument = #"electric bass (finger)"
\notes{\transpose c c {\bass}}
>>
>>
\context StaffGroup = rythmn <<
\context DrumStaff = drums <<
\set DrumStaff.instrument = #"Drums"
\down
>>
>>
>>
\paper{
linewidth = 15.0 \cm
}
\midi{
\tempo 4 = 224
}
}
limelight.pdf
Description: Output
_______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
