X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fengraver-init.ly;h=3637871a66a3c555f37be3f8b0dc5cf2fd01fd30;hb=eda66de049d33031a3230dfbf5735399bf2c1d60;hp=eade287f1a52fda7c182909dd459074e6a9ce5a6;hpb=7f1b4934f96cfea964986c29d4048e6e794b9611;p=lilypond.git diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index eade287f1a..3637871a66 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -147,6 +147,7 @@ \accepts "ChoirStaff" \accepts "ChordNames" \accepts "DrumStaff" + \accepts "Dynamics" \accepts "FiguredBass" \accepts "GrandStaff" \accepts "Lyrics" @@ -620,8 +621,7 @@ automatically when an output definition (a @code{\\score} or \accepts "TabStaff" \accepts "VaticanaStaff" - %% (determine-frets #t) would support micro-tones - noteToFretFunction = #(determine-frets) + noteToFretFunction = #determine-frets predefinedDiagramTable = ##f soloText = #"Solo" soloIIText = #"Solo II" @@ -828,6 +828,10 @@ context." \consists "Pitch_squash_engraver" squashedPosition = 0 + %% generate no ledger lines, needed for staves with custom + %% line positions and ledger lines that appear inside the staff + \override NoteHead.no-ledgers = ##t + %% the engravers that control the 'busy' flags for note-onsets and melismata \consists "Grob_pq_engraver" \consists "Tie_engraver" @@ -1118,6 +1122,7 @@ accommodated for typesetting a piece in mensural style." \override TimeSignature.style = #'mensural \override KeySignature.glyph-name-alist = #alteration-mensural-glyph-name-alist \override Accidental.glyph-name-alist = #alteration-mensural-glyph-name-alist + \override AccidentalSuggestion.glyph-name-alist = #alteration-mensural-glyph-name-alist \override Custos.style = #'mensural \override Custos.neutral-position = #3 \override Custos.neutral-direction = #DOWN