]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bend-dot.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / bend-dot.ly
1 \version "2.11.2"
2 \header {
3   texidoc  = "Bends avoid dots, but only if necessary."
4 }
5
6 \score {
7   <<
8     \new Staff \relative c' {
9       \time 4/4
10       g''4.-\bendAfter #+1
11       s8 s2
12       f4.-\bendAfter #+1
13     }
14   >>
15 }
16
17 \paper {
18   ragged-right = ##t
19 }