X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fdeclarations-init.ly;h=c2bdb96b70bfec25937f8cef51191c887028ac96;hb=13da8b2;hp=2419940c0b52b5f28d69b9ce750ba1983ea1b40a;hpb=252ec5e71b5e121734a9c9897245137cb07e4a1f;p=lilypond.git diff --git a/ly/declarations-init.ly b/ly/declarations-init.ly index 2419940c0b..c2bdb96b70 100644 --- a/ly/declarations-init.ly +++ b/ly/declarations-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.14.0" +\version "2.17.6" %% < 1.8 compatibility switch #(ly:set-option 'old-relative) @@ -54,10 +54,10 @@ bigger = #1 center = #0 %% FIXME -%% should also set \override Beam #'breakable, but how to do it "portably"? (ie. also +%% should also set \override Beam.breakable, but how to do it "portably"? (ie. also %% working with lyric sections) %% -%% try \once \override Score.Beam #'breakable = ##t +%% try \once \override Score.Beam.breakable = ##t %% rather name \newline, \pageBreak ? break = #(make-music 'LineBreakEvent 'break-permission 'force) @@ -114,6 +114,8 @@ repeatTie = #(make-music 'RepeatTieEvent) #(define bookpart-score-handler ly:book-add-score!) #(define bookpart-text-handler ly:book-add-score!) #(define bookpart-music-handler collect-book-music-for-book) +#(define output-def-music-handler context-defs-from-music) +#(define context-mod-music-handler context-mod-from-music) \include "predefined-fretboards-init.ly" \include "string-tunings-init.ly"