]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-tie.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / spacing-accidental-tie.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Horizontal spacing works as expected on tied notes with
5 accidentals. No space is reserved for accidentals that end up not being printed,
6 but accidentals that are printed don't collide with anything."
7 }
8
9 \paper { ragged-right = ##t }
10
11 \relative c'
12 { \time 1/4
13   cis16 cis cis cis~
14   cis cis cis cis
15   c c c c \break
16
17   cis16 cis cis cis~
18   cis! cis cis cis
19   c c c c \break
20
21   cis cis cis cis~ \break
22   cis
23 }