Re: drinking song symbols

2019-09-20 Thread David Kastrup
Hans Åberg writes: >> On 20 Sep 2019, at 16:06, k...@aspodata.se wrote: >> >> Pierre Perol_Schneider: >>> Well, I've tried to print it with global staff size set to #15, and it >>> still looks fine to me... >>> Sorry if I'm wrong. >>> >>> Le ven. 20 sept. 2019 à 13:09, a écrit : You got s

Re: drinking song symbols

2019-09-20 Thread Hans Åberg
> On 20 Sep 2019, at 18:27, David Kastrup wrote: > > Hans Åberg writes: > >>> On 20 Sep 2019, at 16:06, k...@aspodata.se wrote: >>> >>> Pierre Perol_Schneider: Well, I've tried to print it with global staff size set to #15, and it still looks fine to me... Sorry if I'm wrong. >

Re: drinking song symbols

2019-09-20 Thread Hans Åberg
> On 20 Sep 2019, at 16:06, k...@aspodata.se wrote: > > Pierre Perol_Schneider: >> Well, I've tried to print it with global staff size set to #15, and it >> still looks fine to me... >> Sorry if I'm wrong. >> >> Le ven. 20 sept. 2019 à 13:09, a écrit : >>> You got some nice looking wineglasses

Re: drinking song symbols

2019-09-20 Thread karl
Pierre Perol_Schneider: > Well, I've tried to print it with global staff size set to #15, and it > still looks fine to me... > Sorry if I'm wrong. > > Le ven. 20 sept. 2019 à 13:09, a écrit : > > You got some nice looking wineglasses there, but more detail isn't > > really worth it when making

Re: drinking song symbols

2019-09-20 Thread Pierre Perol-Schneider
BTW, simply remove the following lines if the "detail" bothers you: \version "2.19.83" #(set-global-staff-size 16) #(define-markup-command (wineGlass layout props)() (interpret-markup layout props (markup (#:stencil (make-path-stencil '(M 0.14 0.00 C 0.09 0.00 0.

Re: drinking song symbols

2019-09-20 Thread Pierre Perol-Schneider
Well, I've tried to print it with global staff size set to #15, and it still looks fine to me... Sorry if I'm wrong. Cheers, Pierre Le ven. 20 sept. 2019 à 13:09, a écrit : > You got some nice looking wineglasses there, but more detail isn't > really worth it when making small symbols. > > Cheer

Re: drinking song symbols

2019-09-20 Thread karl
You got some nice looking wineglasses there, but more detail isn't really worth it when making small symbols. Cheers, /Karl Hammar ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: drinking song symbols

2019-09-20 Thread Pierre Perol-Schneider
Ok, well, how about: \version "2.19.83" #(define-markup-command (wineGlass layout props)() (interpret-markup layout props (markup (#:stencil (make-path-stencil '(M 0.141 0 C 0.094 0.004 0.168 0.066 0.309 0.066 C 0.445 0.066 0.461 0.07 0.551 0.129

Re: drinking song symbols

2019-09-20 Thread Pierre Perol-Schneider
A little simplified: \version "2.19.83" #(define-markup-command (wineGlass layout props)() (interpret-markup layout props (markup (#:stencil (make-path-stencil '(M 0.14 0.00 C 0.09 0.00 0.17 0.07 0.31 0.07 C 0.42 0.07 0.46 0.07 0.55 0.13 L 0.

Re: drinking song symbols

2019-09-20 Thread karl
Pierre Perol-Schneider: > Hum, weird. Maybe you could change the dimension, e.g.: > > #(define-markup-command (wineGlass layout props)() > (interpret-markup layout props >(markup > (#:with-dimensions (cons 0.2 1.1) (cons 0.3 2.7) ;; <= Set dimensions > (#:stencil > (make-path-

Re: drinking song symbols

2019-09-18 Thread Jacques Menu
> Le 18 sept. 2019 à 22:02, David Kastrup a écrit : > > k...@aspodata.se writes: > >> Jacques Menu: >> ... >>> Now, how about a full 12xn table service? >> ... >> >> What is that ? > > I'd assume a set for 12 persons consisting of n items for each. Right, didn’t know the english name for su

Re: drinking song symbols

2019-09-18 Thread Pierre Perol-Schneider
Hum, weird. Maybe you could change the dimension, e.g.: #(define-markup-command (wineGlass layout props)() (interpret-markup layout props (markup (#:with-dimensions (cons 0.2 1.1) (cons 0.3 2.7) ;; <= Set dimensions (#:stencil (make-path-stencil '(M .2 5 C -.5 3.8 0 2.2

Re: Drinking song symbols

2019-09-18 Thread Hans Åberg
> On 18 Sep 2019, at 04:56, Brian Barker via lilypond-user > wrote: > > At 22:01 17/09/2019 +0200, Karl Hammar wrote: >> ... I made a little wineglass symbol where in the song you are to take a >> drink, as in bar 14 in: >> http://aspodata.se/choir/ud/k%C3%A4y_metsolan_halki/k%C3%A4y_metsolan

Re: drinking song symbols

2019-09-18 Thread karl
Pierre: > Le mer. 18 sept. 2019 à 13:41, a écrit : > > It is nice, but it makes the score take 3 pages instead of 2. Perhaps > > it goes back to 2 pages if one make it smaller. I like your rendition > > of the foot. > Just for info, you can change the scale according to your will: > #(define-mar

Re: drinking song symbols

2019-09-18 Thread David Kastrup
k...@aspodata.se writes: > Jacques Menu: > ... >> Now, how about a full 12xn table service? > ... > > What is that ? I'd assume a set for 12 persons consisting of n items for each. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org

Re: drinking song symbols

2019-09-18 Thread karl
Jacques Menu: ... > Now, how about a full 12xn table service? ... What is that ? Regards, /Karl Hammar ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: drinking song symbols

2019-09-18 Thread Pierre Perol-Schneider
Hi Karl Le mer. 18 sept. 2019 à 13:41, a écrit : > It is nice, but it makes the score take 3 pages instead of 2. Perhaps > it goes back to 2 pages if one make it smaller. I like your rendition > of the foot. > Just for info, you can change the scale according to your will: #(define-markup-com

Re: drinking song symbols

2019-09-18 Thread Jacques Menu
Very interesting! Now, how about a full 12xn table service? JM > Le 18 sept. 2019 à 13:39, k...@aspodata.se a écrit : > > Peirre Perol-Schneider: >> #(define-markup-command (wineGlass layout props)() >> (interpret-markup layout props >> (markup >>(#:stencil >> (make-path-stencil >>

Re: Drinking song symbols

2019-09-18 Thread karl
Hans Åberg: > > On 17 Sep 2019, at 22:01, k...@aspodata.se wrote: ... > > http://aspodata.se/git/musik/Eduard_Hermes/k%C3%A4y_metsolan_halki/ ... > The title seems misspelt: Metsämiehen juomalaulu, "A hunter's drinking > song”. Well, it's just the dir/filename, I probably should change that.

Re: drinking song symbols

2019-09-18 Thread karl
Peirre Perol-Schneider: > #(define-markup-command (wineGlass layout props)() > (interpret-markup layout props >(markup > (#:stencil > (make-path-stencil >'(M 0.2 5 C -.5 3.8 0 2.2 1 2.2 > L .95 0.2 L 0 0 L 2.2 0 L 1.2 .2 > L 1.2 2.2 C 2.2 2.2 2.7 3.8 2 5 Z >

Re: Fwd: Re: drinking song symbols

2019-09-18 Thread karl
Malte Meyn: > Am 17.09.19 um 22:01 schrieb k...@aspodata.se: ... > > http://aspodata.se/git/musik/Eduard_Hermes/k%C3%A4y_metsolan_halki/ ... > You could search for a font containing the wine emoji and include that as > > \markup \override #'(font-name . "my font") \char ##x1f377 Good suggestion,

Re: Drinking song symbols

2019-09-18 Thread David Kastrup
Brian Barker via lilypond-user writes: > At 22:01 17/09/2019 +0200, Karl Hammar wrote: >> ... I made a little wineglass symbol where in the song you are to >> take a drink, as in bar 14 in: >> http://aspodata.se/choir/ud/k%C3%A4y_metsolan_halki/k%C3%A4y_metsolan_halki.pdf >> ... > > The first bas

Fwd: Re: drinking song symbols

2019-09-18 Thread Malte Meyn
Forgot the list … Am 17.09.19 um 22:01 schrieb k...@aspodata.se: As an idea a saw somewhere, I made a little wineglass symbol where in the song you are to take a drink, as in bar 14 in: http://aspodata.se/choir/ud/k%C3%A4y_metsolan_halki/k%C3%A4y_metsolan_halki.pdf source code in http://as

Re: Drinking song symbols

2019-09-18 Thread Hans Åberg
> On 17 Sep 2019, at 22:01, k...@aspodata.se wrote: > > As an idea a saw somewhere, I made a little wineglass symbol > where in the song you are to take a drink, as in bar 14 in: > http://aspodata.se/choir/ud/k%C3%A4y_metsolan_halki/k%C3%A4y_metsolan_halki.pdf > source code in > http://aspodata.

Re: drinking song symbols

2019-09-17 Thread Pierre Perol-Schneider
Hi Karl, How about: %% \version "2.19.83" #(define-markup-command (wineGlass layout props)() (interpret-markup layout props (markup (#:stencil (make-path-stencil '(M 0.2 5 C -.5 3.8 0 2.2 1 2.2 L .95 0.2 L 0 0 L 2.2 0 L 1.2 .2 L 1.2 2.2 C 2.2 2.2 2.7 3.8 2 5

Re: drinking song symbols

2019-09-17 Thread Jacques Menu
As the french saying goes: « Qu’importe le flacon, pourvu qu’on ait l’ivresse! » (No matter the bottle, as long as we get drunk!). JM > Le 18 sept. 2019 à 08:07, Andrew Bernard a écrit : > > After a few repeats, does it matter what the symbol is? > > Andrew > > > On 18/9/19 6:01 am, k...@as

Re: drinking song symbols

2019-09-17 Thread Andrew Bernard
After a few repeats, does it matter what the symbol is? Andrew On 18/9/19 6:01 am, k...@aspodata.se wrote: As an idea a saw somewhere, I made a little wineglass symbol where in the song you are to take a drink, as in bar 14 in: http://aspodata.se/choir/ud/k%C3%A4y_metsolan_halki/k%C3%A4y_m

Re: Drinking song symbols

2019-09-17 Thread Brian Barker via lilypond-user
At 22:01 17/09/2019 +0200, Karl Hammar wrote: ... I made a little wineglass symbol where in the song you are to take a drink, as in bar 14 in: http://aspodata.se/choir/ud/k%C3%A4y_metsolan_halki/k%C3%A4y_metsolan_halki.pdf ... The first basses won't get much drinking done during a vivace cro