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