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
Merge branch 'fret-diagram-details'
[lilypond/csorensen.git]
/
input
/
regression
/
beam-french.ly
blob
46519952066cc93bcef5a2e10bd379be9081f118
1
\version
"2.10.0"
2
3
\header
{
4
texidoc
=
"In French style beaming, the stems do not go between beams."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
\relative
c
'
10
{
11
\override
Stem
#'
french-beaming
= ##
t
12
c
16
[
c c c
]
13
c
8
[
c
16
e
16
f
16
g
16
g
8
]
14
}
15
16