]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[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 "2.1.7"
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 }