Re: Scrape around rim

2020-09-15 Thread Urs Liska
Am Dienstag, den 15.09.2020, 09:09 +1000 schrieb Andrew Bernard: > No, but you can use SMuFL glphys with a package from openlilylib. > I use it all the time for exotic accidentals. All the SMuFL > glyphs > are available. It's easy. > > > > You can search the archives for

Re: Scrape around rim

2020-09-15 Thread Martín Rincón Botero
Thank you all! For now I’m just using the image shown in the SMuFL webpage. But I’ll give Openlilylib a try. I’ve seen it mentioned many times. Maybe now is the time to learn how to work with it. I didn’t know by the way that using SMuFL symbols was one of its features. Regards, Martín. On Tue 15

Vertical position of rests in DrumVoice

2020-09-15 Thread David Sumbler
I am having difficulty controlling the vertical postioning of rests in a DrumStaff which has several DrumVoices representing different instruments. The easy method of using a note-name followed by '\rest' doesn't seem to work in a DrumStaff. I have tried, for instance, 'sn8\rest', but this produc

Re: Questions about HorizontalBracket

2020-09-15 Thread Lukas-Fabian Moser
New version with some typos removed: \version "2.21.0" % -- Scheme functions for dealing with 2D vectors - % A vector is represented as a pair v = (x . y), hence % x is (car v) and y is (cdr v). % Some routines for calculating with 2D vectors (given as scheme pairs) #(

Re: Questions about HorizontalBracket

2020-09-15 Thread Lukas-Fabian Moser
Hi Francesco, Thank you very much, Lukas! :-) Your answer goes far beyond my expectations: using slurs is a very good point. Actually I had thought about using them, but I had no clue on how to modify their shape. Besides that, Scheme language still looks a bit intimidating to me, so I had to re

Re: 2.21 and OLL

2020-09-15 Thread Lukas-Fabian Moser
Hi all, Am 16.07.20 um 23:16 schrieb David Kastrup: \version "2.21.0" \include "oll-core/package.ily" => Starting lilypond 2.21.0 [Untitled]... Processing `/tmp/frescobaldi-ux6dspgj/tmpa64z83u_/document.ly' Parsing... /home/simon/openlilylib/

Re: 2.21 and OLL

2020-09-15 Thread Lukas-Fabian Moser
yielding ( 0 0 0) in 2.21.1, and (/tmp/frescobaldi-be_shbjr/tmpy52v52mn/document.ly 3 1 1) ... the latter in 2.21.2, of course.

Re: Scrape around rim

2020-09-15 Thread Andrew Bernard
Once you install openlilylib, here's how to do it: \version "2.21.5" \include "custom-music-fonts/smufl/definitions.ily" { c''4 ^\markup { \fontsize #0 \smuflglyph #"pictScrapeAroundRim" } c'' c'' c'' } You just use the names in the SmuFL spec pages. OLL now has a package system, but th

Re: Scrape around rim

2020-09-15 Thread Martín Rincón Botero
Thank you, Andrew, for the explanation! I was reading yesterday about it but I couldn't find what to do exactly for this use case. That is so simple to use is amazing! Regards, Martín. On Wed 16. Sep 2020 at 02:33 Andrew Bernard wrote: > Once you install openlilylib, here's how to do it: > > >