[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with no
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count |
Date: |
Tue, 09 Apr 2013 15:57:08 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 3307 by address@hidden: 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
- [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count,
lilypond <=
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/09
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/09
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/09
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/09
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/09
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/09
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/09
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/10
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/10
- Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count, lilypond, 2013/04/10