lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: drinking song symbols


From: karl
Subject: Re: drinking song symbols
Date: Wed, 18 Sep 2019 13:39:13 +0200 (CEST)

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
>          M -.1 3.6 L 2.3 3.6)
>        .1 .6 .6 #f)))))
> {
>   c'^\markup\wineGlass
> }

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.

Though I guess a glass with straight sides are more appropriate at 
thoose singing and drinking games.

I think I'll settle with

kippis = \markup {
  \postscript "
newpath
1   1.5 moveto
0.58 2.4 lineto
1.42 2.4 lineto
closepath
0.7 setgray fill
stroke

0 setgray
1   0.7 moveto
0.3 0.5 lineto
1.7 0.5 lineto
1   0.7 lineto

1   1.5 lineto
0.3 3   lineto
1.7 3   lineto
1   1.5 lineto
stroke
"
}


Regards,
/Karl Hammar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]