[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hiding first stem in group hides beam
From: |
TorbjörnBjörkman |
Subject: |
Hiding first stem in group hides beam |
Date: |
Sun, 14 Sep 2014 15:21:43 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
I try to hide the first stem in a beam group and expect this to keep the
beam, just as happens if you hide any other stem in the group. However, the
whole beam goes away.
I run lilypond version 2.18.2 on a Mac.
Code snippet that demonstrates the issue follows. The first two beam groups
show the expected behaviour and the last fails. This seems to be a bug.
Best regards,
Torbjörn Björkman
\score{
\new Staff
\relative c' {
\cadenzaOn
c8[ e \once \hide Stem f]
c[ \once \hide Stem e f]
\once \hide Stem c[ e f]
}
}
- Hiding first stem in group hides beam,
TorbjörnBjörkman <=