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-marking.ly
blob
409687cdfb313ed658a17d320927260a08e11059
1
2
3
\header
{
4
5
6
texidoc
=
"Here @code{\\tempo} directives are printed as metronome markings.
7
8
9
10
The marking is left aligned with the time signature, if there is one.
11
"
12
13
}
14
15
\layout
{
ragged-right
= ##
t
}
16
17
\version
"2.12.0"
18
19
\relative
c
'' {
20
\tempo \breve
=
100
c
1
c
1
\tempo
8
.. =
50
c
1
21
}
22
23
24
25