]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-tilt.ly
* scm/define-grobs.scm (all-grob-descriptions): set ratio
[lilypond.git] / input / regression / slur-tilt.ly
1 \header {
2
3     texidoc = "The attachment point for strongly sloped slurs is
4 shifted horizontally slightly. Without this correction, slurs will
5 point into one note head, and point over another note head."
6  
7 }
8 \paper {
9     raggedright = ##t
10 }
11
12 \relative c'' {
13     \time 2/4
14     g8( f)
15     a( f)
16     b( f)
17     c'( f,)
18
19     g16( f)
20     a( f)
21     b( f)
22     c'16( f,)
23     
24
25 }