]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-breath-mark-symbol.ly
Release: update news.
[lilypond.git] / Documentation / snippets / changing-the-breath-mark-symbol.ly
index d58206a1fcfe96a5b2459ce4a203d1ff78269904..6bcac177726c7898591679e42e59156853e3b4a4 100644 (file)
@@ -1,12 +1,15 @@
-%% 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.31"
+\version "2.14.2"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
 El glifo de la marca de respiraciĆ³n se puede ajustar
 sobreescribiendo la propiedad de texto del objeto de presentaciĆ³n
@@ -44,6 +47,7 @@ text.
   doctitle = "Changing the breath mark symbol"
 } % begin verbatim
 
+
 \relative c'' {
   c2
   \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }