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
/
midi-partial.ly
blob
d5aad2d06a33183c119bdef34c7f3f14efd2719c
1
\header
{
2
texidoc
=
"MIDI and partial measures work together."
3
}
4
\version
"2.12.0"
5
6
\score
{
7
{
\partial
4
8
c
4
c
1
9
}
10
11
\midi
{
12
13
}
14
}