]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
index 0e088db3e1c0984675f5355e5aa146f16a033cfa..66772806ac6d522e33ac405abfdece75a8a86031 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"
-
-\header { texidoc = "
-The appearance of slurs may be changed from solid to dotted or dashed.
-
-
-" }
-
-\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 }
+%% 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.51"
+
+\header {
+  lsrtags = "expressive-marks, editorial-annotations"
+
+  texidoc = "
+The appearance of slurs may be changed from solid to dotted or dashed. 
+
+"
+  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)
 }
 
-
-
-