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' |
    }
% […]
%%%%%

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

Reply via email to