From: Graham Percival Date: Fri, 8 Jun 2007 03:53:58 +0000 (-0700) Subject: LSR: update. X-Git-Tag: release/2.11.27-1~17^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=11a6104440dad4a7ed1d702ec46abb5c382599fa;p=lilypond.git LSR: update. --- diff --git a/input/lsr/ancient/gregorian-scripts.ly b/input/lsr/ancient/gregorian-scripts.ly new file mode 100644 index 0000000000..667aa64507 --- /dev/null +++ b/input/lsr/ancient/gregorian-scripts.ly @@ -0,0 +1,29 @@ +%% 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. +" } + +\include "gregorian-init.ly" + +\score { + \context VaticanaVoice { + \override Script #'padding = #-0.5 + { + a\ictus + a\circulus + a\semicirculus + a\accentus + \[ a \episemInitium \pes b \flexa a \episemFinis \] + } + } + \layout { + line-width = 70.0 + width = 60.0 + indent = 0.0 + ragged-right = ##t + } +} diff --git a/input/test/gregorian-scripts.ly b/input/test/gregorian-scripts.ly deleted file mode 100644 index a14e14372e..0000000000 --- a/input/test/gregorian-scripts.ly +++ /dev/null @@ -1,44 +0,0 @@ -\version "2.10.0" -\header { - texidoc = "@cindex Gregorian Scripts - -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 - { - a\ictus - a\circulus - a\semicirculus - a\accentus - \[ a \episemInitium \pes b \flexa a \episemFinis \] - } - } - \layout { - line-width = 70.0 - width = 60.0 - indent = 0.0 - ragged-right = ##t - } -} 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 -} -