lilypond-user
[Top][All Lists]
Advanced

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

Re: HELP: Trill line without 'tr' written before it


From: Mike Solomon
Subject: Re: HELP: Trill line without 'tr' written before it
Date: Wed, 16 Mar 2016 11:42:33 +0100

> On 16 Mar 2016, at 11:21, George <address@hidden> wrote:
> 
> 
> (I'd like the zig-zag line to appear directly
> after the note head, with no extra text, 
> just the line.)

\version "2.18.2"
\new DrumStaff \with {
 instrumentName = #"Güiro "
 shortInstrumentName = #"Guir. "
}
{
 \stopStaff
 \override Staff.StaffSymbol.line-count = #1
 \startStaff
 \override NoteHead.style = #'cross
 r4
\once \override TrillSpanner #'bound-details #'left #'text = ##f % this is how
c4\startTrillSpan e8\stopTrillSpan c8 c4 |
}

Cheers,
MS


reply via email to

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