lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuxguitar exported code


From: Alan E. Davis
Subject: Re: Tuxguitar exported code
Date: Mon, 25 Oct 2010 20:13:13 +1000

Patrick

On Fri, Oct 22, 2010 at 1:10 AM, Patrick Schmidt <address@hidden> wrote:
1) Use the command line, cd to the folder where your file is and run

convert-ly -e Sample-tuxguitar.ly

to update the syntax. 2.10.5 is very old. (e.g. "printallheaders" was substituted in the meantime by "print-all-headers")

2) add

\context {
    \Voice
    \remove "New_fingering_engraver"
  }

to the \layout {} block of your file. This will reduce the distance between the fret diagrams and the staff group as it removes the transparent string number indications.

3) the easiest way to add chord names to this file is probably to use \chords in the score-block e.g.:

\score {
  <<
   \chords { a1:7.5+ d1:m g1:7 }
   \TrackAStaffGroup
  >> 
   \header {
      title = "" 
      composer = "" 
      instrument = "Track 1" 
   }
}
 
That worked fine!  Thank you.  Now I have something to start with... 

Alan

 

reply via email to

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