Re: Vertical dashed line conecting notes

2010-03-05 Thread Neil Thornock
This may be more cumbersome than you want, but it's what I have used. It could be "scheme"-ified to dodge having to write all this out every time, but here it is anyway. \once \override TextSpanner #'extra-offset = #'(0 . -5) \once \override TextSpanner #'(bound-details right padding) = #9 \once \

Re: Vertical dashed line conecting notes

2010-03-04 Thread Caio Barros
That looked very nice, but I still think that dashed lines work better because it is already used by other composers (like Stockhausen to quote a famous name) and it is not confused with anything else like a barline or a glissando. I got my problem solved with other solution, but I still would like

Re: Vertical dashed line conecting notes

2010-03-04 Thread Robin Bannister
Here is an example of the arpeggio approach (not dashed). Cheers, Robin \version "2.12.3" #(define (thin-line grob) (let* ( (pos (ly:grob-property grob 'positions)) (lo-hi (interval-widen pos -1.2)) (thin 0.05)) (make-line-stencil thin 0 (interval-start lo-hi) 0 (interval-end

Re: Vertical dashed line conecting notes

2010-03-04 Thread Caio Barros
That didn't work. Maybe you are using another incompatible version? I'm using version 2.12.1 But his seems so complicated to me that is better just edit the score in inkscape or something. 2010/3/4 Neil Puttock > On 4 March 2010 18:39, Caio Barros wrote: > > Ok, the grid lines seems to align wi

Re: Vertical dashed line conecting notes

2010-03-04 Thread Neil Puttock
On 4 March 2010 18:39, Caio Barros wrote: > Ok, the grid lines seems to align with the NoteHeads, but how do I draw them > dashed? There's currently no support for dashed lines, but it's possible to force grid lines to use a dashed barline via a custom print callback: #(define-public (grid-line-

Re: Vertical dashed line conecting notes

2010-03-04 Thread Caio Barros
And another thing. Is it posible to draw a grid line just once (not above all the notes) ? 2010/3/4 Caio Barros > Ok, the grid lines seems to align with the NoteHeads, but how do I draw > them dashed? > > 2010/2/27 Kieren MacMillan > >> Hi Caio Barros: >> >> >> 1. Try using grid lines: >> < >>

Re: Vertical dashed line conecting notes

2010-03-04 Thread Caio Barros
Ok, the grid lines seems to align with the NoteHeads, but how do I draw them dashed? 2010/2/27 Kieren MacMillan > Hi Caio Barros: > > 1. Try using grid lines: > < > http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Editorial-annotations#Grid-lines_003a-emphasizing-rhythms-and-notes-synch

Re: Vertical dashed line conecting notes

2010-03-01 Thread Caio Barros
I didn' t experiment that yet, but thank you for the help! 2010/2/27 Kieren MacMillan > Hi Caio Barros: > > 1. Try using grid lines: > < > http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Editorial-annotations#Grid-lines_003a-emphasizing-rhythms-and-notes-synchronization > > > > 2. Use

Re: Vertical dashed line conecting notes

2010-02-27 Thread Kieren MacMillan
Hi Caio Barros: 1. Try using grid lines: 2. Use cross-staff arpeggios, and modify the shape and offset. [See recent list threads for info.] Hope this h