repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
accidental-tie-overridden.ly
blob
3d21a797e8bf48c0ab5f877c04a7b842332c966c
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"The presence of an accidental after a broken tie can be
5
overridden."
6
}
7
\layout
{
8
ragged-right
= ##
t
9
}
10
11
mus
=
\relative
c
' {
12
\override
Accidental
#'
hide-tied-accidental-after-break
= ##
t
13
f
1
~
14
f
2
~
f
4
% ~ f8
15
fis
8
gis
8
~
16
\break
17
gis
1
18
}
19
20
<<
21
\new
NoteNames
\mus
22
\new
Voice
{
\key
g
\major \mus
}
23
>>