]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-break-accidental.ly
patch::: 1.5.5.jcn2
[lilypond.git] / input / regression / tie-break-accidental.ly
1 \version "1.3.148"
2
3 \header {
4 texidoc = "First and second bes (tied across line break)
5 should get an accidental, but others should not.
6 Only first B should get natural sign."
7 }
8
9 \score {
10   \notes {
11     bes1 ~ | \break
12     bes2 ~ bes4 ~ bes4 ~ | bes1
13     \key  f\major
14     bes1 ~|bes2 b ~|b ~ b ~|b1
15   }
16   \paper {
17     linewidth = 40*\staffspace
18   }
19 }