]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-tilt.ly
Merge commit 'origin' into includes
[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 \layout {
9     ragged-right = ##t
10 }
11 \version "2.12.0"
12
13 \relative c'' {
14     \time 2/4
15     g8( f)
16     a( f)
17     b( f)
18     c'( f,)
19
20     g16( f)
21     a( f)
22     b( f)
23     c'16( f,)
24     
25
26 }