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
/
prefatory-empty-spacing.ly
blob
6d88242c0acd7c26d4d8cd38b6b2198c8febd642
1
\version
"2.12.0"
2
3
\header
{
4
5
texidoc
=
" The A is atop an invisible barline. The barline,
6
although invisible, is also translated because it is the last one of
7
the break alignment."
8
9
}
10
11
\layout
{
ragged-right
= ##
t
}
12
13
{
14
a a a a
\break
15
\mark
A
16
a a a a
17
}
18