]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-enharmonic.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / input / regression / tie-enharmonic.ly
1 \version "2.19.16"
2
3 \header { texidoc = "
4 LilyPond should accept a tie between notes which are
5 enharmonically identical.
6 " }
7
8 \score
9 {
10   {
11     \time 3/4
12     \repeat unfold 3 {
13       cis'4~ des'
14     }
15   }
16   \layout { ragged-right = ##t }
17   %\midi {}
18 }