]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/tie-break-accidental.ly
patch::: 1.3.132.jcn2
[lilypond.git] / input / bugs / tie-break-accidental.ly
1 \header {
2 texidoc = "First and second bes (tied across line break)
3 should get an accidental, but others should not";
4 }
5
6 \score {
7   \notes {
8     bes1 ~ | \break
9     bes2 ~ bes4 ~ bes4 ~ | bes1
10   }
11   \paper {
12     linewidth = 40*\staffspace;
13   }
14 }