]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Sat, 15 Mar 2014 07:14:39 +0000 (08:14 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 15 Mar 2014 07:14:39 +0000 (08:14 +0100)
Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly
Documentation/snippets/creating-a-delayed-turn.ly
Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly

index 77d5beaa6009983d39b352cb2b931579d4cbf6c2..d0e13e5adc93b4ecda3f6befe272008c790b717e 100644 (file)
@@ -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
index 298ea0520ee31cd5ffeea46cbd9372b676810629..98c4a150a0da72679ae35cf412c43c2c668c16e3 100644 (file)
@@ -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'' <<
index b336b35caf5dd57ff28804e2c7bab586698813ed..724062ec24ee2f49b59fe4f0bb5d98bad83c642c 100644 (file)
@@ -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 }