]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/tie-break-accidental.ly
d17bd8b3c8799f550cb866489f2ce62ed3292c76
[lilypond.git] / input / bugs / 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 }
7
8 \score {
9   \notes {
10     bes1 ~ | \break
11     bes2 ~ bes4 ~ bes4 ~ | bes1
12     \key  f\major
13     bes1 ~|bes2 b ~|b ~ b ~|b1
14   }
15   \paper {
16     linewidth = 40*\staffspace
17   }
18 }