]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/redefining-grace-note-global-defaults.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / snippets / redefining-grace-note-global-defaults.ly
index 87da01efbbf9b50509a4a05ff3657a8951cfac75..410fdd0fe253d4b00111156b6bdd625c3421e69e 100644 (file)
@@ -1,11 +1,10 @@
-% 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.16.0
-\version "2.16.0"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.18.0"
 
 \header {
   lsrtags = "rhythms"
@@ -22,15 +21,14 @@ other effects may be obtained.
   doctitle = "Redefining grace note global defaults"
 } % begin verbatim
 
-
 startAcciaccaturaMusic = {
   <>(
-  \override Flag #'stroke-style = #"grace"
+  \override Flag.stroke-style = #"grace"
   \slurDashed
 }
 
 stopAcciaccaturaMusic = {
-  \revert Flag #'stroke-style
+  \revert Flag.stroke-style
   \slurSolid
   <>)
 }