lilypond-user
[Top][All Lists]
Advanced

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

Re: how to call these notes?


From: Gerard McConnell
Subject: Re: how to call these notes?
Date: Mon, 15 Oct 2012 21:19:37 +0100

Check this out: http://www.britannica.com/EBchecked/topic/30724/appoggiatura
Gerard

On Mon, Oct 15, 2012 at 6:20 PM, Mark Stephen Mrotek <address@hidden> wrote:

Mr. Thomas:

 

Actually the musical term is in Italian. It is acciaccatura. If the little note does not have the stroke it is called an appoggiatura and is played a little bit before the principal note.

 

Mark Stephen Mrotek

 

From: lilypond-user-bounces+carsonmark=address@hidden [mailto:lilypond-user-bounces+carsonmark=address@hidden] On Behalf Of Stefan Thomas
Sent: Monday, October 15, 2012 7:11 AM
To: lilypond-user
Subject: how to call these notes?

 

Dear community,
I would like to know, how You can call in english those small, stroked out notes, which have to be played as fast as possible.
I think, grace notes is not exactly the proper name.
I have a small example provided, which uses different note-types. The idea is to notate different kinds of rubato.

\version "2.16.0"
smaller =  { \set fontSize = #-3 }
normalheads = { \unset fontSize \revert NoteHead #'stencil }
 squaredheads = { \unset fontSize \override NoteHead #'stencil =
    #(lambda (grob)
       (grob-interpret-markup grob
         (markup #:musicglyph "noteheads.s2la"))) }
Music = \relative g' {
  \cadenzaOn
  \smaller g16[ ges f ] \normalheads  b2
  \smaller bes16[ as g ]    
   \squaredheads <des' es > 8  \normalheads a4. 
   \smaller dis,16[-\markup{ \postscript #"0.2 setlinewidth 0  1.5  moveto 3 4   rlineto stroke" }  e f ]
   \normalheads fis1
}
\markup {
  \wordwrap {
  Small note heads: to be played a little faster. Square note heads: to be
  played a little slower.Grace notes: as fast as possible.}
}
\new Staff \with { \remove Time_signature_engraver   } { \Music }


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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