Massive changes - see ChangeLog.
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
blob7a6b6f9a2c4418df4029d12d54e0dd3b22de7804
1 #(ly:set-option 'old-relative)
2 \header {
3 texidoc = "Tied accidentaled notes (which cause reminder accidentals) don't wreak havoc in
4 the spacing when unbroken."
7 \version "1.9.0"
8 \include "deutsch.ly"
10 rechts = \notes \relative c' {
11 \clef treble
12 \time 3/4
13 \context Voice {
14 c8 h2 <<g h des f>>8 ~ |
15 <<g h des f>>8
19 Rechts = \context Staff \notes {
20 rechts
23 \score {
24 \rechts
26 \paper {
27 raggedright = ##t