]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
score.cc: minor cleanups
[lilypond.git] / Documentation / snippets / marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
index 871ad49b627fd8aed6ab5e376f32add6c83f6fd0..de954566dcce28089edb136a65c3ed11372d8a58 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.15.25"
 
 \header {
   lsrtags = "editorial-annotations, vocal-music"
@@ -30,13 +30,14 @@ speakOn = {
               Y
               (- (ly:grob-property grob 'direction))
               (grob-interpret-markup grob
-                                    (markup #:center-align #:fontsize -4
-                                            #:musicglyph "noteheads.s2cross"))
-              -2.3 0))))
+                                     (markup #:center-align #:fontsize -4
+                                             #:musicglyph "noteheads.s2cross"))
+              -2.3))))
 }
 
 speakOff = {
   \revert Stem #'stencil
+  \revert Flag #'stencil
 }
 
 \score {