1
2\version "2.19.21"
3
4\header {
5
6  texidoc = "In the single tie case, broken ties peek across line
7  boundaries to determine which direction to take."
8
9}
10
11
12\paper {
13  ragged-right = ##t
14}
15
16\relative {
17 bes'1~ \break
18 bes2.
19 \stemUp bes4 ~ \break
20 bes1
21}
22