]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-dash.ly
* scm/paper.scm (set-staff-size): new function: set default
[lilypond.git] / input / test / slur-dash.ly
1 \version "2.1.7"
2 \header {texidoc = "@cindex Slur, dotted
3 You can print different kinds of slurs (dotted, dashed, etc). "
4
5 \score{
6         \notes{
7                 c( d e  c) |
8                 \slurDotted
9                 c( d e  c) |
10                 \slurSolid
11                 c( d e  c) |
12                 \property Voice. Slur \set #'dashed = #0.0
13                 c( d e  c) |
14                 \slurSolid
15                 c( d e  c) |
16         }
17         \paper{ raggedright=##t }
18 %             indent = 0.0\pt
19                 %for broken!
20                 % linewidth= 30.\mm
21 %       }
22 }
23
24
25