lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: Ticket 132


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: Ticket 1329 discussion
Date: Sun, 25 Sep 2016 19:19:19 +0000

I think there is no use case for having more than one note in the main _expression_ of \afterGrace. It should be forbidden to do so, and there’s no point in not writing 16 16 16 \afterGrace { 16 } { 16 16 } in the case you cited, David.

The problem would be easy to solve (scaling, sequencing and font-sizing in a music function), were it not for the appearance of the grace notes, i.e. mainly the shorter beams. It would be great to have a pseudo-grace command, which makes the notes look like grace notes, but still take up time. And that’s not feasible on the Scheme level, I assume.


[issues:#1329] \afterGrace placement/behaviour to be discussed

Status: Accepted
Created: Fri Oct 15, 2010 01:00 AM UTC by Anonymous
Last Updated: Sat Sep 24, 2011 05:00 PM UTC
Owner: nobody
Attachments:

Originally created by: *anonymous

Originally created by: address@hidden

Original report by Dmytro O. Redchuk:
-------------------------------------

Hi.

Playing with \afterGrace (rather simply "typing" it) i've found this somewhat strange. Documentation says that \afterGrace should last 3/4 of of the length of the main note by default and this fraction may be changed. But looking at the picture i would rather say that it lasts for "some small value" and "wastes" 3/4 (1/2 in the last staff) of the length of the main note (makes it "void"). Listening to midi -- it sounds in the middle of the note (for the last staff), really (as a separate track?).

%
% a bit modified version of
% http://lilypond.org/doc/v2.13/Documentation/28/lily-25f937e5.ly,
% see example in
% http://lilypond.org/doc/v2.13/Documentation/notation/special-rhythmic-concerns#grace-notes
%
\relative c'' {
  <<
    \new Staff {
      c1 \afterGrace d1 { c16[ d] } c1
    }
    \new Staff {
      c1
      c8 c c c c c c c
      c1
    }
    \new Staff {
      #(define afterGraceFraction (cons 1 2))
      c1 \afterGrace d1 { c16[ d] } c1
    }
  >>
}


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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