Hi Andrés,
you can add this below your code:
\layout {
\context {
\TabStaff
\override TextScript.outside-staff-priority = ##f
\override TextScript.Y-offset = #1.2 % find or change by
trial-and-error :-)
}
}
However, the lines don't fit exactly. Maybe someone else knows a better
way...
Anyway, you can simplify the size change:
%----------------------------Start---------------------------------
\version "2.18.2"
\new TabStaff {
\override TabVoice.TextScript.fret-diagram-details.orientation =
#'landscape
\tabFullNotation
s2^\markup { \fret-diagram-terse #"x;x;o;2;3;2;" }
s2^\markup { \fret-diagram-terse #"o;2;2;o;o;o;" }
s2^\markup { \fret-diagram-terse #"o;2;2;o;2;o;" }
s2^\markup { \fret-diagram-terse #"x;3;2;o;1;o;" }
s2^\markup { \fret-diagram-terse #"3;2;o;o;o;3;" }
s2^\markup { \fret-diagram-terse #"x;1-(;3;3;3;1-);" }
\break
s1
}
\layout {
\context {
\TabStaff
\override TextScript.outside-staff-priority = ##f
\override TextScript.Y-offset = #1.2
\override TextScript.size = #1.5
}
}
%-----------------------------End---------------------------------
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Fret-diagram-in-tablature-tp194865p194866.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user