]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
* lily/my-lily-lexer.cc (start_main_input): define input-file-name
[lilypond.git] / ly / engraver-init.ly
index 636e119dfd586dabcbb6ca8b69aeca8cb94bfc47..3598f76bcccc94a00cf94fdf8324b44c9e0ad1ae 100644 (file)
@@ -503,7 +503,7 @@ ScoreContext = \translator {
        %% chord names:
        chordNameFunction = #ignatzek-chord-names
        majorSevenSymbol = #whiteTriangleMarkup
-       chordNameSeparator = #(make-simple@\markup  "/")
+       chordNameSeparator = #(make-simple-markup  "/")
        chordNameExceptions = #ignatzekExceptions
        chordNoteNamer = #'()
        chordRootNamer = #note-name->markup
@@ -521,8 +521,8 @@ ScoreContext = \translator {
        tablatureFormat = #fret-number-tablature-format
 
        %%
-       bassFigureFormatFunction = #make-bass-figure@\markup
-       metronomeMarkFormatter = #make-metronome@\markup
+       bassFigureFormatFunction = #make-bass-figure-markup
+       metronomeMarkFormatter = #make-metronome-markup
 
        \grobdescriptions #all-grob-descriptions
 }