]> 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' of ssh+git://hanwen@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..b737fc83a2cca8420a9974b8d46a251e8a6ab936 100644 (file)
@@ -1,28 +1,28 @@
-%% 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.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "expressive-marks"
+ 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 }
+\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) |
 }
 
 
 
 
+