lilypond-user
[Top][All Lists]
Advanced

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

Re: empty midi file output from guitar tab


From: Martial
Subject: Re: empty midi file output from guitar tab
Date: Fri, 25 May 2007 12:49:18 +0200
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

write a second score without layout block


\version "2.10.10"
    guitarline = {
        a,4\5 c'\2 a\3 e'\1
    }

     \score {
          <<
              \new TabStaff = "gtr" {  \guitarline }
           >>
        \layout {
           \context { \RemoveEmptyStaffContext  }
        }
    }

     \score {
          \guitarline
          \midi {  }
     }


This simple line in guitar tab produces a correct pdf score and a midi file, but the midi file does not have any notes or durations in it. So it plays but makes no sound.





reply via email to

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