Re: Arpeggios across notes in different voices

2021-08-30 Thread Dirck Nagy
Thank you, Harm! I understand it now! I appreciate your patience! I'm an experienced score writer, but very much a novice using markup language! My problem was i did not use \consists "Span_arpeggio_engraver" in the right context. (i did not use the \with and parenthesis correctly) FYI, I

Re: 2.23.3 Contemporary glissandos

2021-08-30 Thread Thomas Morley
Am Mo., 30. Aug. 2021 um 18:57 Uhr schrieb Paul Scott : > > Adding a rest to the contemporary glissando snippet (1,3,3) in the > notation manual results in a barcheck error\version "2.23.3" > > \relative c'' { >\time 3/4 >\override Glissando.style = #'zigzag >c4 c >\cadenzaOn >

Re: Arpeggios across notes in different voices

2021-08-30 Thread Thomas Morley
Am Mo., 30. Aug. 2021 um 15:52 Uhr schrieb Dirck Nagy : > > Hi Jacques > > Your example works, but when i try the same syntax in my example, it still > doesnt work. > > I can't figure it out. Here is my code. > > Can anyone see the problem? Please let me know! > > Thanks for your trouble! > >

2.23.3 Contemporary glissandos

2021-08-30 Thread Paul Scott
Adding a rest to the contemporary glissando snippet (1,3,3) in the notation manual results in a barcheck error\version "2.23.3" \relative c'' {   \time 3/4   \override Glissando.style = #'zigzag   c4 c   \cadenzaOn   c4\glissando   \hideNotes   c,,4   \unHideNotes   \cadenzaOff   \bar "|"   R2.

Re: Arpeggios across notes in different voices

2021-08-30 Thread Dirck Nagy
Hi again Jacques Thanks for your trouble. I still can't make it work, but I found another work-around to use: \once \override Arpeggio.positions = #'(-3 . 2) dirck From: Dirck Nagy Sent: Monday, August 30, 2021 8:47 AM To: Jacques Menu Cc: Mark Stephen

Re: Arpeggios across notes in different voices

2021-08-30 Thread Dirck Nagy
Hi Jacques Your example works, but when i try the same syntax in my example, it still doesnt work. I can't figure it out. Here is my code. Can anyone see the problem? Please let me know! Thanks for your trouble! dirck \version "2.20.0" \header { title = "arpeggio example #2" %

Re: Arpeggios across notes in different voices

2021-08-30 Thread Robin Bannister
Dirck Nagy wrote: I am trying to extend an arpeggio line to cover the entire chord in the example below. You could try out my easyChArp, originally written for guitarists, and updated here for 2.20. Include (or paste in) its code and replace: 1 \arpeggio with : \easyChArp