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
/
metronome-parenthesized.ly
blob
97a4bc7d18264e95e56691a880d5d2e0b582f29a
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"
5
Using an empty text in the metronome marks, one can generate parenthesized tempo marks.
6
"
7
}
8
9
\relative
c
'' {
10
\tempo
4
=
60
11
c
1
12
\tempo
""
4
=
80
13
c
1
14
}