]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bend-dot.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / bend-dot.ly
1 \version "2.19.21"
2 \header {
3   texidoc  = "Bends avoid dots, but only if necessary."
4 }
5
6 \paper {
7   ragged-right = ##t
8 }
9
10 \score {
11   <<
12     \new Staff \relative {
13       \time 4/4
14       g''4.-\bendAfter #+1
15       s8 s2
16       f4.-\bendAfter #+1
17     }
18   >>
19 }