From 11a6104440dad4a7ed1d702ec46abb5c382599fa Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 7 Jun 2007 20:53:58 -0700 Subject: [PATCH] LSR: update. --- .../ancient}/gregorian-scripts.ly | 23 ++--------- input/test/text-spanner.ly | 41 ------------------- 2 files changed, 4 insertions(+), 60 deletions(-) rename input/{test => lsr/ancient}/gregorian-scripts.ly (62%) delete mode 100644 input/test/text-spanner.ly diff --git a/input/test/gregorian-scripts.ly b/input/lsr/ancient/gregorian-scripts.ly similarity index 62% rename from input/test/gregorian-scripts.ly rename to input/lsr/ancient/gregorian-scripts.ly index a14e14372e..667aa64507 100644 --- a/input/test/gregorian-scripts.ly +++ b/input/lsr/ancient/gregorian-scripts.ly @@ -1,29 +1,14 @@ -\version "2.10.0" -\header { - texidoc = "@cindex Gregorian Scripts +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.23" +\header { texidoc = " Here is demonstrated a preliminary support of Gregorian Scripts: ictus, circulus, semicirculus, accentus, episem. - -"} - -%{ - -FIXME: horizontal spacing (ragged right mode). - -FIXME: padding/minimum-distance is fragile. - -FIXME: episem stops one notehead too early. - -%} +" } \include "gregorian-init.ly" -\paper { - line-thickness = \staff-space / 5.0 -} - \score { \context VaticanaVoice { \override Script #'padding = #-0.5 diff --git a/input/test/text-spanner.ly b/input/test/text-spanner.ly deleted file mode 100644 index 2a9c6a418c..0000000000 --- a/input/test/text-spanner.ly +++ /dev/null @@ -1,41 +0,0 @@ - -\version "2.10.0" - -\header { texidoc = "@cindex text spanner -Text spanners can be used in the similar manner than markings for pedals -or octavation. -" - } -\layout{ ragged-right = ##t} - -\relative c''{ - \override TextSpanner #'edge-text = #'("bla" . "blu") - a \startTextSpan - b c - a \stopTextSpan - - \override TextSpanner #'dash-period = #2 - \override TextSpanner #'dash-fraction = #0.0 - a \startTextSpan - b c - a \stopTextSpan - - \revert TextSpanner #'style - \override TextSpanner #'style = #'dashed-line - \override TextSpanner #'edge-height = #'(1 . -2) - a \startTextSpan - b c - a \stopTextSpan - - - \set Staff.middleCPosition = #-13 - - \override TextSpanner #'dash-period = #10 - \override TextSpanner #'dash-fraction = #.5 - \override TextSpanner #'thickness = #10 - a \startTextSpan - b c - a \stopTextSpan - \set Staff.middleCPosition = #-6 -} - -- 2.39.5