Re: Print Double Percent Repeat inside a markup

2015-08-30 Thread Caio Giovaneti de Barros
On 29-08-2015 21:56, Thomas Morley wrote: If you want to stick to LilyPond's markup-commands, I'd suggest to split construction into steps otherwise it's confusing. Awesome! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/

Re: Print Double Percent Repeat inside a markup

2015-08-29 Thread Thomas Morley
2015-08-30 2:16 GMT+02:00 Caio Giovaneti de Barros : > Thanks guys! > > On 28-08-2015 15:26, tisimst wrote: >> >> On 8/28/2015 12:18 PM, Stephen MacNeil [via Lilypond] wrote: >> >> > how is >> >> >> Nice! That looks like a good one, too! Isn't it great to have this kind >> of flexibility? I love it

Re: Print Double Percent Repeat inside a markup

2015-08-29 Thread Caio Giovaneti de Barros
Thanks guys! On 28-08-2015 15:26, tisimst wrote: On 8/28/2015 12:18 PM, Stephen MacNeil [via Lilypond] wrote: > how is Nice! That looks like a good one, too! Isn't it great to have this kind of flexibility? I love it! - Abraham I'm tinkering here with Stephen's code to try to draw the second

Re: Print Double Percent Repeat inside a markup

2015-08-28 Thread tisimst
p \percentRepeat} > > > \markup \percentRepeat > > > > Nice! That looks like a good one, too! Isn't it great to have this kind of flexibility? I love it! - Abraham -- View this message in context

Print Double Percent Repeat inside a markup

2015-08-28 Thread Stephen MacNeil
how is % inspired by: http://lsr.di.unimi.it/LSR/Item?id=908 \version "2.18.2" percentRepeat = \markup { \combine \translate #'(0.2 . 1.5) \draw-circle #0.22 #0 ##t \combine \translate #'(1.8 . 0.5) \draw-circle #0.22 #0 ##t \rotate #90 \tran

Re: Print Double Percent Repeat inside a markup

2015-08-28 Thread tisimst
9038.n5.nabble.com/attachment/180317/0/hhfifbce.png> -- View this message in context: http://lilypond.1069038.n5.nabble.com/Print-Double-Percent-Repeat-inside-a-markup-tp180309p180317.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Print Double Percent Repeat inside a markup

2015-08-28 Thread Caio Giovaneti de Barros
Hello! I want to print a double percent repeat inside a markup so I can use it as a graphic in a footnote. How can I do that? I read in the manual - lilypond.org/doc/v2.19/Documentation/notation/short-repeats under "/Isolated percent repeats" /- that it is possible to print a single percen