]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/redefining-grace-note-global-defaults.ly
Removes facultative information from Documents/snippets/new
[lilypond.git] / Documentation / snippets / redefining-grace-note-global-defaults.ly
index 38e4d74f6bcbf492a44369ec30c973028a0fcb32..d694a5e66fb9b93b1ea8080482dcfe96e6b54dd9 100644 (file)
@@ -1,12 +1,14 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.12.2"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.15.15
+\version "2.15.15"
 
 \header {
-  lsrtags = "rhythms"
-
-%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
+%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
   texidoces = "
 
 Los valores predeterminados para las notas de adorno están
@@ -49,6 +51,8 @@ plus de détails, voir le fichier @file{ly/grace-init.ly}.
 "
   doctitlefr = "Redéfinition des réglages de mise en forme par défaut des notes d'ornement"
 
+  lsrtags = "rhythms"
+
   texidoc = "
 The global defaults for grace notes are stored in the identifiers
 @code{startGraceMusic}, @code{stopGraceMusic},
@@ -61,14 +65,15 @@ other effects may be obtained.
   doctitle = "Redefining grace note global defaults"
 } % begin verbatim
 
+
 startAcciaccaturaMusic = {
   s1*0(
-  \override Stem #'stroke-style = #"grace"
+  \override Flag #'stroke-style = #"grace"
   \slurDashed
 }
 
 stopAcciaccaturaMusic = {
-  \revert Stem #'stroke-style
+  \revert Flag #'stroke-style
   \slurSolid
   s1*0)
 }