]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
index a16389693d3418b9137210b7a0e66b84a05dfaab..4aa2af76181ba1e0e5a94f35b17ff1dcf6deeb13 100644 (file)
@@ -1,4 +1,4 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
 \version "2.13.1"
 
@@ -6,14 +6,14 @@
   lsrtags = "editorial-annotations, vocal-music"
 
   texidoc = "
-This example shows how to put crosses on stems. Mark the beginning
-of a spoken section with the @code{\\speakOn} keyword, and end it
-with the @code{\\speakOff} keyword.
+This example shows how to put crosses on stems.  Mark the beginning of
+a spoken section with the @code{\\speakOn} keyword, and end it with the
+@code{\\speakOff} keyword.
+
 "
   doctitle = "Marking notes of spoken parts with a cross on the stem"
 } % begin verbatim
 
-
 speakOn = {
   \override Stem #'stencil = #(lambda (grob)
     (let* ((x-parent (ly:grob-parent grob X))
@@ -46,3 +46,4 @@ speakOff = {
     }
   }
 }
+