X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fengraver-init.ly;h=e897cc3d9239118901ff57791751f4c3a0fac910;hb=47c189c91d05e5ac9f4ebbc7ce4293c5f49c4f49;hp=d480dcf14336f0420885ed7293e6edc44eac0843;hpb=8c5825935f5e471d62b7f82e1a0a9781c5b1039f;p=lilypond.git diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index d480dcf143..e897cc3d92 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -525,7 +525,7 @@ AncientRemoveEmptyStaffContext = \context { %% One may change the strings tuning as following : %% The lenght of the list must be equal to the number of string - stringTunings = #guitar-tunings + stringTunings = #guitar-tuning tablatureFormat = #fret-number-tablature-format %% @@ -613,6 +613,13 @@ EasyNotation = \context { % TODO: why \context override? %\override Beam #'damping = #100000 %\override Stem #'up-to-staff = ##t + % TabStaff increase the staff-space, which in turn + % increases beam thickness and spacing; beams are + % too big. We have to adjust the beam settings: + \override Beam #'thickness = #0.32 + \override Beam #'space-function = + #(lambda (beam mult) (* 0.62 (Beam::space_function beam mult))) + % No accidental in tablature ! \remove Accidental_engraver }