]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Fix makelsr.py and update LSR
[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 http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 %% Tags: expressive-marks, editorial-and-educational-use
4 \version "2.11.35"
5
6 \header { texidoc = "
7 The appearance of slurs may be changed from solid to dotted or dashed.
8
9
10 " }
11 % begin verbatim
12 \score{
13         \relative c'{
14                 c( d e  c) |
15                 \slurDotted
16                 c( d e  c) |
17                 \slurSolid
18                 c( d e  c) |
19                 \slurDashed
20                 c( d e  c) |
21                 \slurSolid
22                 c( d e  c) |
23         }
24         \layout{ raggedright=##t }
25 }
26
27
28
29