]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-unbroken-tie-spacing.ly
*** empty log message ***
[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.6.0"
8
9 rechts =  \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   \rechts
17
18 \layout {
19   raggedright = ##t
20 }