From 5db593aa3737cf8c60f9c4c4fcbe317c2d832766 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 15 Mar 2014 08:14:39 +0100 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- ...dding-a-figured-bass-above-or-below-the-notes.ly | 10 ++-------- Documentation/snippets/creating-a-delayed-turn.ly | 4 ++-- ...stom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly | 13 +------------ 3 files changed, 5 insertions(+), 22 deletions(-) diff --git a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly index 77d5beaa60..d0e13e5adc 100644 --- a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly @@ -5,12 +5,6 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.6 -%% 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.6" \header { @@ -32,12 +26,12 @@ whole score. } % begin verbatim + bass = { \clef bass g4 b, c d e d8 c d2 -} % begin verbatim - +} continuo = \figuremode { <_>4 <6>4 <5/>4 \override Staff.BassFigureAlignmentPositioning.direction = #UP diff --git a/Documentation/snippets/creating-a-delayed-turn.ly b/Documentation/snippets/creating-a-delayed-turn.ly index 298ea0520e..98c4a150a0 100644 --- a/Documentation/snippets/creating-a-delayed-turn.ly +++ b/Documentation/snippets/creating-a-delayed-turn.ly @@ -22,11 +22,11 @@ horizontal position. } % begin verbatim + \relative c'' { c2*2/3 ( s2*1/3\turn d4) r << - { c4.( d8) } % begin verbatim - + { c4.( d8) } { s4 s\turn } >> \transpose c d \relative c'' << diff --git a/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly b/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly index b336b35caf..724062ec24 100644 --- a/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly +++ b/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly @@ -5,12 +5,6 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.6 -%% 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.6" \header { @@ -53,17 +47,12 @@ won't have any effect, only if one sets X-offset! Drawback: One needs to set @code{DynamicText #'X-offset}, which will apply to all dynamic texts! Also, it is aligned at the right edge of the additional text, not at the center of pp. - - - - " doctitle = "Horizontally aligning custom dynamics (e.g. \"sempre pp\" \"piu f\" \"subito p\")" } % begin verbatim -\header { title = "Horizontally aligning custom dynamics" } % begin verbatim - +\header { title = "Horizontally aligning custom dynamics" } \paper { ragged-right = ##f } -- 2.39.5