X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fmarking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly;h=4aa2af76181ba1e0e5a94f35b17ff1dcf6deeb13;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=a16389693d3418b9137210b7a0e66b84a05dfaab;hpb=5e1a3da03041f2a1eb43fb5d392a8b14a5ff8b9e;p=lilypond.git diff --git a/input/lsr/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly b/input/lsr/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly index a16389693d..4aa2af7618 100644 --- a/input/lsr/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly +++ b/input/lsr/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly @@ -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 = { } } } +