]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
* lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
[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.6.0"
8
9 \relative c' {
10   \clef treble
11   \time 3/4
12   c8 b2  <g b des f>8 ~ |
13   <g b des f>8
14 }
15
16 \layout {
17   raggedright = ##t
18 }