Re: Noteworthy composer to lilypond

2007-05-25 Thread Mats Bengtsson
If you send a short example of the code you currently have to the mailing list, it's much easier to provide a relevant answer to your question. The general principles are introduced in the section on "Multiple staves" in the Tutorial. /Mats Quoting Jon Cox <[EMAIL PROTECTED]>: Hello, I am a

Noteworthy composer to lilypond

2007-05-25 Thread Jon Cox
Hello, I am a rank amateur at Lilypond, but love the way it engraves the music. I use noteworthy composer as my "writing" software. I am capable of bringing each staff independently into lilypond code. How can I tell lilypond that this part is the treble clef of the system and this part is th

Re:empty midi file output from guitar tab

2007-05-25 Thread Abraham Raher
Thank you for the fix, Martial, it works perfectly. Abe ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: etf2ly

2007-05-25 Thread Carl Sorensen
Helge Kruse gmx.net> writes: > So I fear I > have to stick with notepad. > > Best regards, Helge > Helge, Don't stick with notepad! Even though it's not a graphical input, you should use Lily4Jedit (or some similar editor that has Lilypond compatibility mode). http://sourceforge.net/proje

Re: empty midi file output from guitar tab

2007-05-25 Thread Martial
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 } } }