X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fengraver-init.ly;h=1d1afbfd33a3c82bb36ffdd08007abc3916abb52;hb=32f61c588a0d4ee8ede1e8a9276de3d689202f3a;hp=00c9746e01baa920423dee402b5de08a8bbcdd2f;hpb=586a04a6f240151587096431ba334c36668f7bc3;p=lilypond.git diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 00c9746e01..1d1afbfd33 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -582,7 +582,7 @@ AncientRemoveEmptyStaffContext = \context { ) keepAliveInterfaces = #'(rhythmic-grob-interface lyric-interface percent-repeat-interface) - quotedEventTypes = #'(note-event rest-event time-scaled-music tie-event) + quotedEventTypes = #'(note-event rest-event time-scaled-music tie-event beam-event) instrumentTransposition = #(ly:make-pitch 0 0 0) verticallySpacedContexts = #'(Staff) @@ -630,11 +630,6 @@ AncientRemoveEmptyStaffContext = \context { \description "Context for drawing notes in a Tab staff. " - %% Draws all stems/beams out of the staff (and not in the middle of the staff !) - %% This feature is now disabled because most of the tab does not use it. - %%\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: @@ -761,9 +756,6 @@ AncientRemoveEmptyStaffContext = \context { \override Custos #'style = #'vaticana \override Custos #'neutral-position = #3 \override Custos #'neutral-direction = #DOWN - - %% Score.timing = ##f - %% Score.barAlways = ##t } \context { @@ -866,9 +858,6 @@ AncientRemoveEmptyStaffContext = \context { \override Custos #'style = #'mensural \override Custos #'neutral-position = #3 \override Custos #'neutral-direction = #DOWN - - %% Score.timing = ##f - %% Score.barAlways = ##t }