Hi, then I trying to add slides, there is no slide's sound in midi
output (on place of glissando mark). There was note in documentation,
that lilypond support guitar slides. Does lilypond support slides for
midi? Or will it be support of other effects for guitar in lilypond?
\version "2.17.9"
\language "deutsch"
musicForBass = \relative c, {
\tempo 4 = 90
\time 2/4
c8 c c8. g16 c g c8 c4~ c16 r ais8. f'8.
\time 4/4
c8 c c8. g16 c g c8 c8. g16 \times 2/3 {c c c} c4\glissando <f\3>8 ais,8. f'8.
}
\header {
title = "Circle of hands"
composer = "Uriah heap"
}
bassStaff =
\new Staff {
\set Staff.instrumentName = #"Bas Guitar"
\set Staff.midiInstrument = #"electric bass (finger)"
\new Voice {
\clef "bass_8"
\musicForBass
}
}
\score {
\new StaffGroup <<
\bassStaff
\new TabStaff {
\set TabStaff.stringTunings = #bass-tuning
\musicForBass
}
>>
\layout{}
}
\score {
\unfoldRepeats \bassStaff
\midi{}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user