repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git]
/
input
/
regression
/
accidental-unbroken-tie-spacing.ly
blob
9587d656d4fa02f1e320b1929f45e36ba63d7136
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.1"
8
\include
"deutsch.ly"
9
10
rechts
=
\notes \relative
c
' {
11
\clef
treble
12
\time
3
/
4
13
\context
Voice
{
14
c
8
h
2
<<
g h des f
>>
8
~ |
15
<<
g h des f
>>
8
16
}
17
}
18
19
Rechts
=
\context
Staff
\notes
{
20
rechts
21
}
22
23
\score
{
24
\rechts
25
26
\paper
{
27
raggedright
= ##
t
28
}
29
}