repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
rehearsal-mark-align-priority.ly
blob
6b85f866cb78208dabbbb307fc1b7492cbbb7f63
1
2
\header
{
3
texidoc
=
"When the break-align-symbols property is given as a list,
4
the alignment depends on which symbols are visible."
5
}
6
7
\version
"2.11.22"
8
9
\relative
{
10
\override
Score
.
RehearsalMark
#'
break-align-symbols
= #'(
clef key-signature staff-bar
)
11
c
1
12
\clef
"bass"
13
\mark
"clef"
14
\noBreak
15
16
c
1
17
\clef
"treble"
18
\key
g
\major
19
\mark
"clef"
20
\noBreak
21
22
c
1
23
\key
f
\major
24
\mark
"key"
25
\noBreak
26
27
c
1
28
\mark
"bar"
29
\noBreak
30
31
c
1
32
}