lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grace-notes inside tuplet-brackets


From: andersvi
Subject: grace-notes inside tuplet-brackets
Date: Sat, 27 Sep 2008 11:20:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

(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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]