lilypond-user
[Top][All Lists]
Advanced

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

Re: Making overlapping grace notes


From: Malte Meyn
Subject: Re: Making overlapping grace notes
Date: Wed, 12 Aug 2015 09:59:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0



Am 12.08.2015 um 08:13 schrieb Andrew Bernard:
In my example, I can’t get the start of the grace to sit on top of the note in 
the other voice. Indeed, lilypond is being very excellent about avoiding a 
collision, but I want to persuade it to align. I can achieve this with normal 
notes, but not with grace notes. Is this even remotely possible?


Why don’t you use normal notes (in \teeny size)? Obviously, this has to be played in the same way as a 64th-triplet but it just looks like a grace. For the slash through the beam you can use the \slash function from http://lsr.di.unimi.it/LSR/Item?id=721

%%%%%
% […]
    \new Voice
    {
      s16. s8
      \slash 60 0.7 1
      \teeny
      d,8*8/64*2/3
      bes,
      \change Staff = "treble"
      \stemDown
      e' |
    }
% […]
%%%%%



reply via email to

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