Hi,

with just tabStaff the midi file is empty

the log :
# -*-compilation-*-
Traitement de « C:/Documents and Settings/MARTIAL/Mes documents/LILYPOND/TMP-music/bac-a-sable-07.ly »
Analyse...
Interprétation en cours de la musique...
Sortie MIDI vers « /Documents and Settings/MARTIAL/Mes documents/LILYPOND/TMP-music/bac-a-sable-07.mid »...

if TabStaff change to Staff the midi output is good
%---------
\score {
        \new Staff {
                \clef "tab" c d e f g
                }
        \midi {}
       % \layout {}
        }
%------------

Or together Staff and TabStaff
%-----------
\score {
        <<
        \new Staff {
                \clef "G_8" c d e f g
                }
        \new TabStaff {
                \clef "tab" c d e f g
                }
        >>
        \midi {}
        % \layout {}
        }

%---------------

try something like:
\score {
\new TabStaff { \clef "tab" c d e f g
                }
        \midi {}
%       \layout {}
        }



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to