]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
dd57c8377eabcbecd0b39a0dfc2bf07c70345646
[lilypond.git] / input / regression / accidental-unbroken-tie-spacing.ly
1
2 \header {
3 texidoc = "Tied accidentaled notes (which cause reminder accidentals) don't wreak havoc in
4 the spacing when unbroken."
5 }
6
7 \version "1.9.2"
8 \include "deutsch.ly"
9
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
16   }
17 }
18
19 Rechts = \context Staff \notes {
20   rechts
21 }
22
23 \score {
24   \rechts
25
26   \paper {
27     raggedright = ##t
28   }
29 }