Re: Ricochet bowing articulations

2019-11-01 Thread Pierre Perol-Schneider
Il some output problems occur, please try: \version "2.19.83" #(define-markup-command (ric-mkp layout props note)(ly:music?) (interpret-markup layout props #{ \markup { \override #'(baseline-skip . 1.5) \left-column { \line { \hspace #1 \teeny\bold

Re: Ricochet bowing articulations

2019-11-01 Thread Pierre Perol-Schneider
You're welcome Ben. Simply enter values of "b" (which should remain the same) from full to 16th note. Minimum is 3 values, so 3 dots. Either e.g. b16( b b) or b16( 16 16) is ok. Higher values (32, 64, 128) won't show thinner spaces. If only two values are entered, (e.. b16( 16)) the output does

Re: Ricochet bowing articulations

2019-11-01 Thread Ben
On 11/1/2019 6:00 AM, Pierre Perol-Schneider wrote: Simplified: \version "2.19.83" #(define-markup-command (ric-mkp layout props note)(ly:music?)   (interpret-markup layout props    #{      \markup {         \override #'(baseline-skip . 1.5)         \left-column         {           \line {

Re: Ricochet bowing articulations

2019-11-01 Thread Pierre Perol-Schneider
Simplified: \version "2.19.83" #(define-markup-command (ric-mkp layout props note)(ly:music?) (interpret-markup layout props #{ \markup { \override #'(baseline-skip . 1.5) \left-column { \line { \hspace #2 \teeny\bold "ric." } \score {

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
Some tests: #(define-markup-command (ric layout props note)(ly:music?) (interpret-markup layout props #{ \markup { \override #'(baseline-skip . 1.5) \left-column { \line { \hspace #2 \teeny\bold "ric." } \score { \fixed b' {

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
" \override Slur.positions = #'(0 . -3)" should be removed, not needed. Le ven. 1 nov. 2019 à 00:38, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> a écrit : > This should work: > #(define-markup-command (ric layout props note)(ly:music?) > (interpret-markup layout props >#{ >

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
This should work: #(define-markup-command (ric layout props note)(ly:music?) (interpret-markup layout props #{ \markup { \override #'(baseline-skip . 1) \left-column { \line { \hspace #2 \teeny\bold "ric." } \score { \fixed b' {

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
PS. You can remove "\omit SystemStartBar", no need here. Le jeu. 31 oct. 2019 à 23:55, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> a écrit : > I was thinking of something just before going to bed: > > { > d''4^\markup { > \override #'(baseline-skip . 1) >

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
I was thinking of something just before going to bed: { d''4^\markup { \override #'(baseline-skip . 1) \left-column { \line { \hspace #2 \teeny\bold "ric." } \score { \fixed b' { \shape #'(((-1 . -.5) (0 . -.5) (0 . -.5) (1 . -.5)))

Re: Ricochet bowing articulations

2019-10-31 Thread Ben
On 10/31/2019 3:07 PM, Pierre Perol-Schneider wrote: Manually you could do: {   d''^\markup        \override #'(baseline-skip . 1.5)        \left-column {          \line { \hspace #2 \teeny\bold "ric." }          \line {             " "             \overtie\concat {               " " \pattern

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
Manually you could do: { d''^\markup \override #'(baseline-skip . 1.5) \left-column { \line { \hspace #2 \teeny\bold "ric." } \line { " " \overtie\concat { " " \pattern #3 #X #1 \musicglyph #"dots.dot" \hspace

Re: Ricochet bowing articulations

2019-10-31 Thread Ben
On 10/31/2019 2:50 PM, Pierre Perol-Schneider wrote: Oops, I miss something, here it goes: \version "2.19.83" #(define-markup-command (ricochet layout props nb spce) (integer? number?)   (interpret-markup layout props     #{ \markup        \override #'(baseline-skip . 1.5)        \left-column

Re: Ricochet bowing articulations

2019-10-31 Thread Ben
On 10/31/2019 2:50 PM, Pierre Perol-Schneider wrote: Oops, I miss something, here it goes: \version "2.19.83" #(define-markup-command (ricochet layout props nb spce) (integer? number?)   (interpret-markup layout props     #{ \markup        \override #'(baseline-skip . 1.5)        \left-column

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
Oops, I miss something, here it goes: \version "2.19.83" #(define-markup-command (ricochet layout props nb spce) (integer? number?) (interpret-markup layout props #{ \markup \override #'(baseline-skip . 1.5) \left-column { \line { \hspace #2 \teeny\bold "ric." }

Re: Ricochet bowing articulations

2019-10-31 Thread Pierre Perol-Schneider
Hi Ben, How about: \version "2.19.83" #(define-markup-command (ricochet layout props nb spce) (integer? number?) (interpret-markup layout props #{ \markup { " " \overtie\concat { " " \pattern #nb #X #spce \musicglyph #"dots.dot" " " }