From 1523a68c9838549a9ca06b2965c3b5fc5b2253df Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Wed, 4 Apr 2012 15:47:29 +0100 Subject: [PATCH] LSR - local run of makelsr --- Documentation/snippets/displaying-grob-ancestry.ly | 9 +++++---- Documentation/snippets/formatting-lyrics-syllables.ly | 2 -- Documentation/snippets/hymn-template.ly | 1 - Documentation/snippets/partcombine-and-autobeamoff.ly | 2 -- Documentation/snippets/screech-boink.ly | 2 +- Documentation/snippets/staff-headword.ly | 2 +- Documentation/snippets/woodwind-diagrams-key-lists.ly | 7 +++++-- 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Documentation/snippets/displaying-grob-ancestry.ly b/Documentation/snippets/displaying-grob-ancestry.ly index c05e1369a8..3a20732484 100644 --- a/Documentation/snippets/displaying-grob-ancestry.ly +++ b/Documentation/snippets/displaying-grob-ancestry.ly @@ -195,10 +195,11 @@ NoteHead X,Y: NoteColumn (format #f "~&"))) #(define (display-ancestry grob) - (format (current-error-port) - "~3&~a~2%~a~&" - (make-string 36 #\-) - (format-ancestry (get-ancestry grob) 0))) + (display + (string-append + (format #f "~3&~a~2%" (make-string 36 #\-)) + (format-ancestry (get-ancestry grob) 0) + (format #f "~2&")))) \relative c' { \once \override NoteHead #'before-line-breaking = #display-ancestry diff --git a/Documentation/snippets/formatting-lyrics-syllables.ly b/Documentation/snippets/formatting-lyrics-syllables.ly index e6fe2e6c34..7e46edbd44 100644 --- a/Documentation/snippets/formatting-lyrics-syllables.ly +++ b/Documentation/snippets/formatting-lyrics-syllables.ly @@ -16,7 +16,6 @@ individuales dentro de la letra. " doctitlees = "Dar formato a sílabas de la letra" - %%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422 texidocde = " Textbeschriftungsmodus kann eingesetzt werden, um individuelle Silben im Gesangstext @@ -24,7 +23,6 @@ zu formatieren. " doctitlede = "Silben im Gesangstext formatieren" - %% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c texidocfr = " Le mode markup permet d'individualiser la mise en forme de certaines syllabes. diff --git a/Documentation/snippets/hymn-template.ly b/Documentation/snippets/hymn-template.ly index d2d680e43d..b8af195da3 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -27,7 +27,6 @@ strofe come testo separato sotto la musica. " doctitleit = "Modello per inno" - %% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 texidocde = " diff --git a/Documentation/snippets/partcombine-and-autobeamoff.ly b/Documentation/snippets/partcombine-and-autobeamoff.ly index bf5fb3e519..fb3f88f340 100644 --- a/Documentation/snippets/partcombine-and-autobeamoff.ly +++ b/Documentation/snippets/partcombine-and-autobeamoff.ly @@ -47,7 +47,6 @@ necesario hacer tres llamadas a @code{\\autoBeamOff}. " doctitlees = "Partcombine y autoBeamOff" - %% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 texidocde = " @@ -79,7 +78,6 @@ wenn man es mit @code{\\partcombine} verwendet, muss @code{\\autoBeamOff} " doctitlede = "Partcombine und autoBeamOff" - %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " La fonction @code{\\autoBeamOff} dans le cadre d'un diff --git a/Documentation/snippets/screech-boink.ly b/Documentation/snippets/screech-boink.ly index 88fefa9414..92315a87b2 100644 --- a/Documentation/snippets/screech-boink.ly +++ b/Documentation/snippets/screech-boink.ly @@ -4,7 +4,7 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.14.0 +%% Note: this file works from version 2.15.32 \version "2.15.32" \header { lsrtags = "headwords" diff --git a/Documentation/snippets/staff-headword.ly b/Documentation/snippets/staff-headword.ly index 461e543c18..1ffa89b9a8 100644 --- a/Documentation/snippets/staff-headword.ly +++ b/Documentation/snippets/staff-headword.ly @@ -4,7 +4,7 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.14.0 +%% Note: this file works from version 2.15.32 \version "2.15.32" \include "catalan.ly" #(set-global-staff-size 15) diff --git a/Documentation/snippets/woodwind-diagrams-key-lists.ly b/Documentation/snippets/woodwind-diagrams-key-lists.ly index 22dea409c0..2fa0b102e4 100644 --- a/Documentation/snippets/woodwind-diagrams-key-lists.ly +++ b/Documentation/snippets/woodwind-diagrams-key-lists.ly @@ -29,8 +29,11 @@ instrucciones. texidocde=" Dieses Schnipsel erzeugt eine Liste aller möglichen Löcher und Locheinstellungen für Holzbläserdiagramme, wie sie in der Datei -@file{scm/define-woodwind-diagrams.scm} definiert sind. Die Liste wird auf -der Kommandozeile und in der Log-Datei angezeigt, nicht in den Noten. +@file{scm/define-woodwind-diagrams.scm} definiert sind. Die Liste wird +in der Log-Datei angezeigt, nicht in den Noten. Wenn Ausgabe auf der Kommandozeile +gewünscht ist, muss @code{(current-error-port)} von den Befehlen weggelassen +werden. + " doctitlede = "Liste der Löcher für Holzbläserdiagramme" -- 2.39.2