]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-tilt.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.19.21"
12
13 \relative {
14     \time 2/4
15     g'8( 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 }