]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing--flageolet-mark-size.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / changing--flageolet-mark-size.ly
index 79b8d05e6b5b84b9025ac35352f38374cc827af1..48f34d4705630b5f11ed0cb632792f3f50d0d71f 100644 (file)
@@ -1,35 +1,13 @@
-%% Do not edit this file; it is automatically
+%% 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.13.10"
+\version "2.14.2"
 
 \header {
-  lsrtags = "expressive-marks, unfretted-strings"
-
-%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
-  texidoces = "
-Para hacer más pequeño el círculo de @code{\\flageolet} (armónico)
-utilice la siguiente función de Scheme.
-
-"
-  doctitlees = "Cambiar el tamaño de la marca de \\flageolet"
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Um den @code{\\flageolet}-Kreis kleiner zu machen, kann diese
-Scheme-Funktion eingesetzt werden.
-
-"
-  doctitlede = "\\flageolet-Zeichen verkleinern"
-%% Translation of GIT committish: 0099693675b95c7ec6664d7277f22411a14e9c1b
-
-  texidocfr = "
-Il est possible de rapetisser le cercle d'un @code{\\flageolet} grâce
-à une fonction Scheme.
-
-"
-  doctitlefr = "Modifier la taille d'un \\flageolet"
-
+  lsrtags = "expressive-marks, scheme-language, specific-notation, unfretted-strings, symbols-and-glyphs"
 
   texidoc = "
 To make the @code{\\flageolet} circle smaller use the following Scheme
@@ -39,6 +17,7 @@ function.
   doctitle = "Changing \\flageolet mark size"
 } % begin verbatim
 
+
 smallFlageolet =
 #(let ((m (make-articulation "flageolet")))
    (set! (ly:music-property m 'tweaks)
@@ -52,4 +31,3 @@ smallFlageolet =
   d4^\flageolet_\markup { default size } d_\flageolet
   c4^\smallFlageolet_\markup { smaller } c_\smallFlageolet
 }
-