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: Thu, 19 Sep 2019 00:36:33 +0200

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 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))))))

Cheers,
Pierre

Le mer. 18 sept. 2019 à 22:13, <address@hidden> a écrit :
Pierre:
> Le mer. 18 sept. 2019 à 13:41, <address@hidden> 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-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  ;; <= change scale here, e.g.:
>        .5 .5
>        #f)))))

I have to go down to .2 .2 scaling to get the score on 2 pages, but
then the wine glass is too small.

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]