X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fengraver-init.ly;h=47af14b0239aa174a9c4abca4ef305f25b5e28fc;hb=e98a84d3adfccbce3792b1176c937cc23589e669;hp=7f9a2b9699812347a237e86ff3529cc20581aa48;hpb=0757febe2084fd8507334987b6f6b524888247c7;p=lilypond.git diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 7f9a2b9699..47af14b023 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -16,7 +16,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . -\version "2.15.39" +\version "2.16.0" \context { \name "Global" @@ -32,6 +32,7 @@ \context { \type "Engraver_group" \name "FretBoards" + \alias "Staff" \description "A context for displaying fret diagrams." \consists "Fretboard_engraver" @@ -84,6 +85,7 @@ \consists "Figured_bass_position_engraver" \consists "Script_row_engraver" \consists "Cue_clef_engraver" + \consists "Footnote_engraver" localKeySignature = #'() createSpacing = ##t @@ -230,7 +232,6 @@ multiple voices on the same staff." \consists "Dots_engraver" \consists "Rest_engraver" \consists "Tweak_engraver" - \consists "Footnote_engraver" %% switch on to make stem directions interpolate for the %% center line. @@ -259,6 +260,7 @@ multiple voices on the same staff." \consists "Script_engraver" \consists "Script_column_engraver" + \consists "Fingering_column_engraver" \consists "Rhythmic_column_engraver" \consists "Note_spacing_engraver" \consists "Spanner_break_forbid_engraver" @@ -435,6 +437,7 @@ printing of a single line of lyrics." \consists "Lyric_engraver" \consists "Extender_engraver" \consists "Hyphen_engraver" + \consists "Tweak_engraver" \consists "Stanza_number_engraver" \consists "Instrument_name_engraver" \consists "Font_size_engraver" @@ -555,6 +558,7 @@ automatically when an output definition (a @code{\score} or \consists "Parenthesis_engraver" \consists "Concurrent_hairpin_engraver" \consists "Beam_collision_engraver" + \consists "Footnote_engraver" \defaultchild "Staff" @@ -602,6 +606,8 @@ automatically when an output definition (a @code{\score} or defaultBarType = #"|" doubleRepeatType = #":|:" + startRepeatType = #"|:" + endRepeatType = #":|" barNumberVisibility = #first-bar-number-invisible-and-no-parenthesized-bar-numbers barNumberFormatter = #robust-bar-number-function automaticBars = ##t @@ -623,8 +629,7 @@ automatically when an output definition (a @code{\score} or beatStructure = #'(1 1 1 1) beamExceptions = #'((end . (((1 . 8) . (4 4)) ((1 . 12) . (3 3 3 3))))) - beamWholeMeasure = ##t - beamHalfMeasure = ##f + beamHalfMeasure = ##t autoBeaming = ##t autoBeamCheck = #default-auto-beam-check @@ -1144,8 +1149,6 @@ accommodated for typesetting a piece in Kievan style." %% There are beams in Kievan notation, but they are invoked manually autoBeaming = ##f - \override Beam #'beam-thickness = #0.32 - \override Beam #'length-fraction = #0.62 } \context {