]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly
index 7f13ed5280e83903011d9c4ac16cc33682e23d19..d3c6e90dc9672e68ac62002d576ab7ac929fad50 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms"
@@ -24,9 +24,9 @@ beaming for grace notes.
   f8[ e]
   \grace {
     f8[ e]
-    \override Stem  #'no-stem-extend = ##f
+    \override Stem.no-stem-extend = ##f
     f8[ e]
-    \revert Stem #'no-stem-extend
+    \revert Stem.no-stem-extend
   }
   f8[ e]
 }