lilypond-user
[Top][All Lists]
Advanced

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

Re: acciaccatura on all notes of a chord


From: Kieren MacMillan
Subject: Re: acciaccatura on all notes of a chord
Date: Fri, 21 Jul 2006 07:52:31 -0400

Hi, Rick:

How do I apply acciaccatura's in front of all the notes of a chord?

Does this do what you want? (Just ignore the compile warning...)

Cheers,
Kieren.
_______________________

\version "2.9.11"
\include "english.ly"

\layout
{
        line-width = 80\mm
}

theMusic = \relative
{
<< { \acciaccatura fs16 \stemDown g'4 } \\ { \acciaccatura fs,16 \stemDown g4 } >>
}

\score
{
        \theMusic
}





reply via email to

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