Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 3307 by [email protected]: Rest positions incorrect with
non-standard line count
http://code.google.com/p/lilypond/issues/detail?id=3307
Reported as a problem with Bass guitar tabstaffs, but appears to be general
to staff linecounts < 5. See attached image - R1, r1 and r2 would be
improved by moving down 1 SS with 4 staff lines. 3 staff lines may be as
good as it gets. 2 staff lines are all wrong. With a single staff line
we're probably OK again.
Sample code:
mus = { R1 ^"R1" r1 ^"r1" r2 ^"r2" r2 }
\new StaffGroup <<
\new Staff {
\override Staff.StaffSymbol #'line-count = #7
\mus
}
\new Staff {
\override Staff.StaffSymbol #'line-count = #6
\mus
}
\new Staff {
\override Staff.StaffSymbol #'line-count = #5
\mus
}
\new Staff {
\override Staff.StaffSymbol #'line-count = #4
\mus
}
\new Staff {
\override Staff.StaffSymbol #'line-count = #3
\mus
}
\new Staff {
\override Staff.StaffSymbol #'line-count = #2
\mus
}
\new Staff {
\override Staff.StaffSymbol #'line-count = #1
\mus
}
Attachments:
RestTest.png 14.2 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings