[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur pla
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature |
Date: |
Sun, 08 Sep 2013 19:50:53 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 3542 by address@hidden: Manual beaming corrupts slur placement in
tablature
http://code.google.com/p/lilypond/issues/detail?id=3542
The following program generates the same output, once using manual beams,
once using autobeaming. While the autobeaming (I don't know whether it is
actually active in TabStaff, though) does not cause any trouble, the manual
beaming disrupts slur placement in tablature.
The problem is already present in 2.16.0 but remains in current master.
Beaming exceptions are used to enforce the same beams without manual
intervention.
\version "2.16.0"
guitarSolo = {
\time 3/4
\set Timing.beamExceptions = #'((end . (((1 . 8) . (4 2)))))
<<
{bes'2( aes'8-. r)} \\
{r8 cis(-\tag #'beam [ b f'-\tag #'beam ]) <d f'>-. r}
>>
\bar "|."
}
\score {
{
\new StaffGroup <<
\new Staff { \clef "treble_8" \guitarSolo }
\new TabStaff \guitarSolo
>>
\removeWithTag #'beam
\context StaffGroup <<
\context Staff { \clef "treble_8" \guitarSolo }
\context TabStaff \guitarSolo
>>
}
}
Attachments:
badslur.ly 500 bytes
badslur.preview.png 14.0 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 3542 in lilypond: Manual beaming corrupts slur placement in tablature,
lilypond <=
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/09
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/09
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/09
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/12
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/15
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/15
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/18
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/29
- Re: [Lilypond-auto] Issue 3542 in lilypond: Manual beaming corrupts slur placement in tablature, lilypond, 2013/09/29