]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
index 072fa987912358f341e8349dd782163aaa021607..0387ad1241a5ddb426f2bcff514c52e254c6629d 100644 (file)
@@ -1,28 +1,25 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: expressive-marks, editorial-and-educational-use
-\version "2.11.35"
+%% 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.49"
 
-\header { texidoc = "
-The appearance of slurs may be changed from solid to dotted or dashed.
+\header {
+  lsrtags = "expressive-marks, editorial-annotations"
 
+  texidoc = "
+The appearance of slurs may be changed from solid to dotted or dashed. 
 
-" }
-% begin verbatim
-\score{
-       \relative c'{
-               c( d e  c) |
-               \slurDotted
-               c( d e  c) |
-               \slurSolid
-               c( d e  c) |
-               \slurDashed
-               c( d e  c) |
-               \slurSolid
-               c( d e  c) |
-       }
-       \layout{ raggedright=##t }
+"
+  doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
+} % begin verbatim
+\relative c' {
+  c4( d e c)
+  \slurDotted
+  c4( d e c)
+  \slurSolid
+  c4( d e c)
+  \slurDashed
+  c4( d e c)
+  \slurSolid
+  c4( d e c)
 }
 
-
-
-