]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
1
2 \header {
3 texidoc = "Tied notes with accidentals do not cause problems with spacing."
4 }
5
6 \version "2.14.0"
7
8 \relative c' {
9   \clef treble
10   \time 3/4
11   c8 b2  <g b des f>8 ~ |
12   <g b des f>8
13 }
14