]> 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 \header {
2 texidoc = "Tied accidentaled notes (which cause reminder accidentals) don't wreak havoc in
3 the spacing when unbroken."
4 }
5
6 \version "1.7.6"
7 \include "deutsch.ly"
8
9 rechts = \notes \relative c' {
10   \clef treble
11   \time 3/4
12   \context Voice {
13     c8 h2  <g8 h des f> ~ |
14     <g8 h des f>
15   }
16 }
17
18 Rechts = \context Staff \notes {
19   rechts
20 }
21
22 \score {
23   \rechts
24
25   \paper {
26     linewidth = -3.3 \cm
27   }
28 }