]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
* lily/paper-outputter.cc (output_version): change "Lily was here"
[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
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 }