]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.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