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

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

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

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

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:

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,

AW: Custom Markup Command

2019-09-18 Thread Aron Hanowski
Yeah, I know that there is a better way. I added the chords to the melody with the "normal" method, but I need this if I just want to add one single chord to another instrument, without the need to set up a new chordstaff. But thanks, that is what I was looking for. > -Ursprüngliche

Re: Custom Markup Command

2019-09-18 Thread Leo Correia de Verdier
You know there is a better way of writing chords, right? Anyway, I think this does what you want: \version "2.19.82" #(define-markup-command (formatchord layout props text) (markup?) (interpret-markup layout props #{ \markup { \fontsize #-1 \override

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

Custom Markup Command

2019-09-18 Thread sir.teddy.the.first
Hi all, I'm trying to create a custom markup command to display text (in my case a chord name, but it could be any text) over a note. This is what I have so far: %% \version "2.19.83" #(define-markup-command (chord layout props text) (markup?)

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

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 >

Re: \bookpart question

2019-09-18 Thread Jacques Menu
Thanks guys! JM > Le 18 sept. 2019 à 10:05, Thomas Morley a écrit : > > Am Mi., 18. Sept. 2019 um 08:22 Uhr schrieb Jacques Menu > : >> >> Hello folks, >> >> I naturally tend to specify a number of pages in a bookpart this way: >> >> \bookpart { >>\layout { >> page-count = 1 >>

Re: \bookpart question

2019-09-18 Thread Thomas Morley
Am Mi., 18. Sept. 2019 um 08:22 Uhr schrieb Jacques Menu : > > Hello folks, > > I naturally tend to specify a number of pages in a bookpart this way: > > \bookpart { > \layout { > page-count = 1 > } [...] > } > > What is the logic behind that being rejected, and the need to use

Re: \bookpart question

2019-09-18 Thread foxfanfare
Jacques Menu Muzhic wrote > What is the logic behind that being rejected, and the need to use a \paper > block instead, which does what I want actually? I Jacques. I think the page-count should be in a \paper block instead, and at the end. Ex: \bookpart { \new Staff = "HautboisDeux"

Re: drinking song symbols

2019-09-18 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

Re: Concatenating markup fragments in a function

2019-09-18 Thread Andrew Bernard
Now that I have code that is ideal for marking up single or multiple note names along with their accidentals, one use case I have for this is to clarify all the notes in a tight chord for piano, sometimes on many ledger lines up or down. It occurred to me today that it may be possible to automate

\bookpart question

2019-09-18 Thread Jacques Menu
Hello folks, I naturally tend to specify a number of pages in a bookpart this way: \bookpart { \layout { page-count = 1 } \new Staff = "HautboisDeux" \with { instrumentName = "Hautbois 2" shortInstrumentName = "Hbs 2" } << \context Voice =

Re: drinking song symbols

2019-09-18 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,