]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
1
2 \header {
3 texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not 
4 wreak havoc in the spacing when unbroken."
5 }
6
7 \version "2.10.0"
8 \layout {
9   ragged-right = ##t
10 }
11
12 \relative c' {
13   \clef treble
14   \time 3/4
15   c8 b2  <g b des f>8 ~ |
16   <g b des f>8
17 }
18