X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fchanging-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly;h=66772806ac6d522e33ac405abfdece75a8a86031;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=5ba1747bd4c8f23789b737a4552c3fbc139e7020;hpb=65f076085ffcf4689fe255a9d982e94138f7c53c;p=lilypond.git diff --git a/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly b/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly index 5ba1747bd4..66772806ac 100644 --- a/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly +++ b/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly @@ -1,28 +1,25 @@ %% 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.11.38" +\version "2.11.51" \header { - lsrtags = "expressive-marks, editorial-and-educational-use" - texidoc = " -The appearance of slurs may be changed from solid to dotted or dashed. + lsrtags = "expressive-marks, editorial-annotations" + texidoc = " +The appearance of slurs may be changed from solid to dotted or dashed. -" } -% begin verbatim +" + doctitle = "Changing the appearance of a slur from solid to dotted or dashed" +} % begin verbatim \relative c' { - c( d e c) | + c4( d e c) \slurDotted - c( d e c) | + c4( d e c) \slurSolid - c( d e c) | + c4( d e c) \slurDashed - c( d e c) | + c4( d e c) \slurSolid - c( d e c) | + c4( d e c) } - - - -