(Im paddling around here in the pond, and getting wetter every day. One day i might switch from CMN to Lilypond as a main notation-tool if theres not too many reefs... Atm. im translating some rqq/rtm-like representations to generate ly-output. Of course im doing lots of silly things, and hopefully learning alot.)
Here's a question vs. grace-notes.
Placing gracenotes together with the first note in tuplet-groups
distorts the tuplet-bracket in several ways, either taking it away
completely (if its at the start of the staff), or displacing it
vertically.
I can move the initial gracenotes before the tuplet-group and have it
behave as expected, but this is a problematic in the context im working
in (and counterintuitive?). Any hints?
While im at it. Having to manually insert 'silent' grace-notes at the
head of bars to accomodate real gracenotes in other staffs is double
work and error-prone. Is this a bug or is there some reason behind
this?
Thanks.
-anders
\version "2.11.59"
\score {
\new Staff {
\override Score.TupletBracket #'bracket-visibility = ##t
\time 2/8 {
% starting score with grace-note inside tuplet-group deletes
% tuplet-bracket:
\times 2/3 {\grace g,32 g16[ g''16 g]}
}
\time 2/8 {
%% putting gracenote inside tuplet distorts bracket
\times 2/3 {\grace g,32 g16[ g''16 g]}
}
}
}
<<attachment: tmp.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
