lilypond-user
[Top][All Lists]
Advanced

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

Re: 20th century music


From: Gilles Sadowski
Subject: Re: 20th century music
Date: Fri, 19 Jan 2007 23:24:55 +0100
User-agent: Mutt/1.5.11+cvs20060403

Hello.

> 
> I' am a Lilypond-Beginner start working  seriously now...
> Although I've studied all the documentation files 

http://lilypond.org/doc/v2.8/Documentation/user/lilypond-internals/TrillSpanner.html#TrillSpanner

> I can't find a  
> solution for the shown notation.

%---BEGIN---
\version "2.8.7"

theMusic = \relative c'' {
  \time 4/4 |
  \override Voice.TextScript #'padding = #3.0
  \override Voice.TrillSpanner #'edge-text = #'("" . "")
  e1~\startTrillSpan^\markup {"(poco vibr.)"} |
  e2~ e\stopTrillSpan |
}

\score {
    \theMusic
    \layout {}
}
%---END---

Best,
Gilles




reply via email to

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