lilypond-user
[Top][All Lists]
Advanced

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

Re: Feature request: attach notation elements to barlines


From: Mats Bengtsson
Subject: Re: Feature request: attach notation elements to barlines
Date: Mon, 14 Jan 2008 11:33:22 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Bertalan Fodor (LilyPondTool) wrote:
I would be very happy if I had a way to attach anything to a musical position in time. Perhaps I could already do this using an invisible voice, could I?
You mean like

\version "2.10.0"
myAnnotations = {
s2 \f s \< |
s1\! \mark \fermataMarkup |
s4-^ s_\markup\italic{pizz.} \startTrillSpan s2 \stopTrillSpan |
s1 \bar "|."
}

myMusic = \relative c' { c4 d e f | g f e d | c d e f | g1 }

\score{
 \new Voice << \myAnnotations \myMusic >>
}


   /Mats




reply via email to

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