lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guitar Tablature Produces Empty Midi File


From: Martial
Subject: Re: Guitar Tablature Produces Empty Midi File
Date: Sat, 17 Oct 2009 08:56:46 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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 {}
        }





reply via email to

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