]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Update LSR with new tags
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: expressive-marks, editorial-and-educational-use
3 \version "2.11.35"
4
5 \header { texidoc = "
6 The appearance of slurs may be changed from solid to dotted or dashed.
7
8
9 " }
10 % begin verbatim
11 \score{
12         \relative c'{
13                 c( d e  c) |
14                 \slurDotted
15                 c( d e  c) |
16                 \slurSolid
17                 c( d e  c) |
18                 \slurDashed
19                 c( d e  c) |
20                 \slurSolid
21                 c( d e  c) |
22         }
23         \layout{ raggedright=##t }
24 }
25
26
27
28