On Fri, Oct 15, 2010 at 1:01 PM, Graham Percival
<[email protected]>wrote:
> On Fri, Oct 15, 2010 at 12:44:12PM +1000, Alan E. Davis wrote:
> After spending a little time trying to understand lilypond, I
> > have come to the conclusion that there is something quite particular
> about
> > tuxguitar's output.
>
> If you post some of that output, somebody here might comment on
> the particularit(ies).
>
Attached to this email is an example of a lilypond file exported from
TuxGuitar.
I would very much appreciate any further advice, at all.
Alan Davis
\version "2.10.5"
\paper {
indent = #0
printallheaders = ##t
ragged-right = ##f
ragged-bottom = ##t
}
\layout {
\context { \Score
\override MetronomeMark #'padding = #'5
}
\context { \Staff
\override TimeSignature #'style = #'numbered
\override StringNumber #'transparent = ##t
}
\context { \TabStaff
\override TimeSignature #'style = #'numbered
\override Stem #'transparent = ##t
\override Beam #'transparent = ##t
}
\context { \StaffGroup
\consists "Instrument_name_engraver"
}
}
TrackAMusic = #(define-music-function (parser location inTab) (boolean?)
#{
\tempo 4=120
\clef #(if $inTab "tab" "treble_8")
\key c \major
\time 4/4
<g'\1 cis'\2 a\3 f\4 a,\5 >1-\tag #'chords ^\markup \fret-diagram #"1-3;2-2;3-2;4-3;5-o;6-x;"
<f'\1 d'\2 a\3 d\4 >1-\tag #'chords ^\markup \fret-diagram #"1-1;2-3;3-2;4-o;5-x;6-x;"
<g'\1 b\2 g\3 f\4 b,\5 g,\6 >1-\tag #'chords ^\markup \fret-diagram #"1-3;2-o;3-o;4-3;5-2;6-3;"
\bar "|."
\pageBreak
#})
TrackALyrics = \lyricmode {
\set ignoreMelismata = ##t
\unset ignoreMelismata
}
TrackAStaff = \new Staff {
\TrackAMusic ##f
}
TrackATabStaff = \new TabStaff {
\set TabStaff.stringTunings = #'(4 -1 -5 -10 -15 -20 )
\removeWithTag #'chords
\removeWithTag #'texts
\TrackAMusic ##t
}
TrackAStaffGroup = \new StaffGroup <<
\TrackAStaff
\TrackATabStaff
>>
\score {
\TrackAStaffGroup
\header {
title = ""
composer = ""
instrument = "Track 1"
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user