lilypond-user
[Top][All Lists]
Advanced

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

Re: Barré sign


From: Peter Terpstra
Subject: Re: Barré sign
Date: Thu, 23 Aug 2007 09:39:22 +0200
User-agent: KNode/0.10.4

Valentin Villenave in
<address@hidden> :


> %%%snippet%%%
> 
> barr=
> \markup {\postscript
> #"0.2 setlinewidth -0.5 -3 moveto -1 -3 lineto 0 10 rlineto stroke"
> }
> 
> 
> 
> {
> f_\barr
> }
> 
> %%%

Ah, thanks for your labour, now i need to find out how this postscipt
command works, to adept it to the different situations. The barrésign
indicates the first finger which is placed flat on two or more strings,
there can also be one or more open strings.

Tried this:
%%%snippet%%%
\version "2.10.29"
barr=
\markup {\postscript
  #"0.2 setlinewidth -0.5 -3 moveto -1 -3 lineto 0 10 rlineto stroke"
}

{ \relative c''
<f,, f' a c f>_\barr  <c'' f''>_\barr <a'' e'' c''>_\barr <d''' a''
f''>_\barr
}
%%%End

For some strange reason the staff gets broken into two pieces.

Kind Regards,

   Peter

-- 
mailto:address@hidden

Attachment: barredesign.png
Description: PNG image


reply via email to

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