From c268818b8a410959476bae38057def9a25fc0e23 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 2 Aug 2013 09:54:29 +0200 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- ...ove-and-below-the-same-barline-method-1.ly | 17 ++++++++------- Documentation/snippets/keyboard-headword.ly | 17 ++++++++------- Documentation/snippets/unfretted-headword.ly | 21 +++++++++---------- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly b/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly index 52ec0d2809..1a84268db6 100644 --- a/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly +++ b/Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly @@ -1,10 +1,11 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.17.20" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.17.24 +\version "2.17.24" \header { lsrtags = "editorial-annotations, expressive-marks, staff-notation, tweaks-and-overrides" @@ -50,5 +51,5 @@ box of the mark from its original value. \once \override Score.RehearsalMark.extra-offset = #'(0 . -8.5) \once \override Score.RehearsalMark.baseline-skip = #9 \override Score.RehearsalMark.break-visibility = #begin-of-line-invisible - \mark \markup \center-column { \musicglyph #"scripts.ufermata" \box z } + \mark \markup \center-column { \fermata \box z } } diff --git a/Documentation/snippets/keyboard-headword.ly b/Documentation/snippets/keyboard-headword.ly index 779276ad17..177675afc5 100644 --- a/Documentation/snippets/keyboard-headword.ly +++ b/Documentation/snippets/keyboard-headword.ly @@ -1,10 +1,11 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.17.20" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.17.24 +\version "2.17.24" \header { lsrtags = "headword" @@ -31,7 +32,7 @@ fermataLong = \markup { \override #'(direction . 1) \override #'(baseline-skip . 2) { \dir-column { - \musicglyph #"scripts.ufermata" + \fermata \text \italic \center-align long } } diff --git a/Documentation/snippets/unfretted-headword.ly b/Documentation/snippets/unfretted-headword.ly index 18793e40dd..cfcf0432cc 100644 --- a/Documentation/snippets/unfretted-headword.ly +++ b/Documentation/snippets/unfretted-headword.ly @@ -1,10 +1,11 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.17.20" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.17.24 +\version "2.17.24" \header { lsrtags = "headword" @@ -51,8 +52,6 @@ ub = \markup { \musicglyph #"scripts.upbow" } udb = \markup { \line { \musicglyph #"scripts.upbow" " " \musicglyph #"scripts.downbow" } } udbetc = \markup { \line { \musicglyph #"scripts.upbow" " " \musicglyph #"scripts.downbow" "..." } } -fermaTa = \markup \musicglyph #"scripts.ufermata" - accel = \markup \tiny \italic \bold "accel..." ritar = \markup \tiny \italic \bold "ritar..." @@ -137,7 +136,7 @@ ViolinSolo = \relative c' { r2 ^\markup \colmark { \italic "fatigué" " " \bold "lentement"} r4 r r8 << { \shift d2 \glissando ^\markup \colmark { \quatre \dubetc \svib } \shifta e1 } \\ - { d2 \open \mf \< ~ \aniente d1 \! \> r4 r ^\markup \colmark { " " \fermaTa } \! } + { d2 \open \mf \< ~ \aniente d1 \! \> r4 r ^\markup \colmark { " " \fermata } \! } >> @@ -146,7 +145,7 @@ ViolinSolo = \relative c' { \set Score.repeatCommands = #'((volta "1) n. 2) s.p.")) << { \shift d2 \glissando ^\markup \colmark { \quatre \udbetc } \shifta e1 } \\ - { d2 \open \mf \< ~ d1 \! \> ~ d4 ^\markup \colmark { " " \fermaTa } \! } + { d2 \open \mf \< ~ d1 \! \> ~ d4 ^\markup \colmark { " " \fermata } \! } >> \set Score.repeatCommands = #'((volta #f)) -- 2.39.5