repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git]
/
input
/
regression
/
beam-french.ly
blob
d4027f6c3e9a5612afdb0fb89fca60634072dab9
1
2
\version
"1.9.1"
3
4
\header
{
5
6
texidoc
=
"French style beaming. In french beaming, the
7
stems do not go to the outer beams."
8
9
}
10
11
\score
{
\notes
12
\relative
c
'
13
{
14
\property
Voice
.
Stem
\override
#'
french-beaming
= ##
t
15
c
16
[
c c c
]
16
c
8
[
c
16
c
16
c
8
]
17
c
8
[
c
16
e
16
g
8
]
18
}
19
20
\paper
{
raggedright
= ##
t
}
21
22
}
23
24