Barres and enclose-bounds

2010-07-10 Thread Paul
Hello, Sorry to be any trouble, but a long time ago I'd used the following to define barres for a guitar piece: barre = #(define-music-function (parser location str)(string?) #{ \once \override Voice . TextSpanner #'direction = #1 \once \override Voice . TextSpanner #'dash-peri

Re: Barres and enclose-bounds

2010-07-10 Thread -Eluze
ally changed the version number. Either way "enclose-bounds" > doesn't seem to be part of the LilyPond code any more and I wondered how > the > code should read in 2.12.3. > > convert-ly could be of help, see http://lilypond.org/doc/v2.12/Documentation/user

Re: Barres and enclose-bounds

2010-07-11 Thread paulxiii
hang of things. -Eluze wrote: > > convert-ly could be of help, see > http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program-big-page > Application Usage > > hth > -- View this message in context: http://old.nabble.com/Barres-and-enclose-bounds-tp29129706p2

Re: Barres and enclose-bounds

2010-07-11 Thread Phil Burfitt
ing, second argument = barre text) Example: \relative c' = { \stemDown \barre #4 "CV " a'\startBarre c e a\stopBarre } If you prefer dotted/dashed lines then you can uncomment the style, dash-period and dash-fraction lines. Hope it helps. Phil. - Or

Re: Barres and enclose-bounds

2010-07-11 Thread Nick Payne
Here's another barre function: % % more attractive barring indication than the inbuilt one % Parameters % % ""% fret number (eg "5") % #osp% outside-staff-priority - normally set to #0 unless barre is colliding with other elemen

Re: Barres and enclose-bounds

2010-07-14 Thread paulxiii
in and regards, Paul Nick Payne-3 wrote: > > Here's another barre function: > -- View this message in context: http://old.nabble.com/Barres-and-enclose-bounds-tp29129706p29164038.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___

Re: Barres and enclose-bounds

2010-07-14 Thread Phil Burfitt
ical padding for a TextSpanner before AND after line breaks. A few times I've wanted to reduce this padding after a line break but haven't found a way yet. Regards, Phil. - Original Message - From: "paulxiii" To: Sent: Wednesday, July 14, 2010 5:32 PM Sub