]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
index 0007aac5351814bf160150942d76f304eb3b5b29..1a71ec3e8fb835a03bd60a5ab1922ffed25c3d12 100644 (file)
@@ -1,27 +1,28 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: expressive-marks, editorial-and-educational-use
-\version "2.11.35"
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "expressive-marks, editorial-and-educational-use"
+ 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) |
+  }
+  \layout{ raggedright=##t }
 }