]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
(conv): add 2.2.0 rule.
[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.1.36"
8
9 rechts = \notes \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 \score {
17   \rechts
18
19   \paper {
20     raggedright = ##t
21   }
22 }