From 04dc6a025720a3f4930e9cfcd19f17b716ccf478 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 14 Dec 2008 18:32:38 +0000 Subject: [PATCH] LSR: Update. --- input/lsr/stand-alone-two-column-markup.ly | 7 ++++ input/lsr/tick-bar-lines.ly | 39 ++++------------------ input/new/tick-bar-lines.ly | 16 +++++++++ 3 files changed, 30 insertions(+), 32 deletions(-) create mode 100644 input/new/tick-bar-lines.ly diff --git a/input/lsr/stand-alone-two-column-markup.ly b/input/lsr/stand-alone-two-column-markup.ly index c53c28a90c..69d0a94279 100644 --- a/input/lsr/stand-alone-two-column-markup.ly +++ b/input/lsr/stand-alone-two-column-markup.ly @@ -5,6 +5,13 @@ \header { lsrtags = "text" + texidoces = " +Los textos independientes se pueden disponer en varias columnas +utilizando instrucciones @code{\\markup}: + +" + doctitlees = "Elemento de marcado de texto independiente en dos columnas" + texidoc = " Stand-alone text may be arranged in several columns using @code{\\markup} commands: diff --git a/input/lsr/tick-bar-lines.ly b/input/lsr/tick-bar-lines.ly index 29d8156938..bce7980715 100644 --- a/input/lsr/tick-bar-lines.ly +++ b/input/lsr/tick-bar-lines.ly @@ -1,44 +1,19 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.64" - +\version "2.11.65" \header { lsrtags = "staff-notation" - texidoc = " 'Tick' bar lines are often used in music where the bar line is used only for coordination and is not meant to imply any rhythmic stress. - -This snippet uses overrides for the @code{'bar-size} and -@code{'extra-offset} properties of @code{BarLine} to determine, -respectively, the tick size and its vertical placement. - " doctitle = "Tick bar lines" } % begin verbatim -{ - % Use 'bar-size to control the height of the tick, - % and 'extra-offset to determine its position. - % - % With 'extra-offset set to zero, the tick will be - % centered around the middle line of the staff. - % - % Replace Staff.BarLine with Score.BarLine to - % apply the method to the whole score. - - \override Staff.BarLine #'bar-size = #1 - \override Staff.BarLine #'extra-offset = #'(0 . 2) - - c'4 d' e' f' - g'4 f' e' d' - c'4 d' e' f' - g'4 f' e' d' - - % Revert the overrides to get back a normal - % bar line at the end. - - \revert Staff.BarLine #'bar-size - \revert Staff.BarLine #'extra-offset +\relative c' { + c4 d e f \bar "'" + g4 f e d \bar "'" + c4 d e f \bar "'" + g4 f e d \bar "|." } diff --git a/input/new/tick-bar-lines.ly b/input/new/tick-bar-lines.ly new file mode 100644 index 0000000000..8493fa5e29 --- /dev/null +++ b/input/new/tick-bar-lines.ly @@ -0,0 +1,16 @@ +\version "2.11.65" +\header { + lsrtags = "staff-notation" + texidoc = " +'Tick' bar lines are often used in music where the bar line is used +only for coordination and is not meant to imply any rhythmic stress. +" + doctitle = "Tick bar lines" +} +\relative c' { + c4 d e f \bar "'" + g4 f e d \bar "'" + c4 d e f \bar "'" + g4 f e d + \bar "|." +} -- 2.39.2