]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[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 \version "2.11.38"
4
5 \header {
6   lsrtags = "expressive-marks, editorial-and-educational-use"
7
8   texidoc = "
9 The appearance of slurs may be changed from solid to dotted or dashed.
10
11
12
13 "
14   doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
15 } % begin verbatim
16 \relative c' {
17   c( d e  c) |
18   \slurDotted
19   c( d e  c) |
20   \slurSolid
21   c( d e  c) |
22   \slurDashed
23   c( d e  c) |
24   \slurSolid
25   c( d e  c) |
26 }
27
28
29
30
31