lilypond-user
[Top][All Lists]
Advanced

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

Re: drinking song symbols


From: Pierre Perol-Schneider
Subject: Re: drinking song symbols
Date: Wed, 18 Sep 2019 08:58:08 +0200

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

Cheers,
Pierre

Le mar. 17 sept. 2019 à 22:02, <address@hidden> a écrit :
 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.se/git/musik/Eduard_Hermes/k%C3%A4y_metsolan_halki/

Perhaps someone would be interested in improving the design, currently
it is a simple postscript markup:

kippis = \markup {
  \postscript "
0 0.5 moveto
2 0.5 lineto
stroke

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

Regards,
/Karl Hammar



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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