Custom drum noteHead in define expression

2018-04-02 Thread Karim Haddad
Hi, Just trying to figure out if this is possible : When defining a drum instrument with this expression: #(define mydrums '( (bassdrumdefault #f -1) (snare default #f 0) (hihat cross #f 1)

Re: Get default value for grob properties

2018-04-02 Thread Kieren MacMillan
Hi Joram, > How can I know what the default value of a grob property is? > I tried some (display …) things but if it's not set, it's not there. > > I am asking for the 'thickness property in particular. I read¹ that it > is a factor to the StaffSymbol.thickness but what factor for which grob? Ma

Get default value for grob properties

2018-04-02 Thread Noeck
Hi, I am sure this has been asked before, but I can’t find it: How can I know what the default value of a grob property is? I tried some (display …) things but if it's not set, it's not there. I am asking for the 'thickness property in particular. I read¹ that it is a factor to the StaffSymbol.t

Re: Beams and staff line thickness

2018-04-02 Thread Noeck
Thank you Harm for the information. I'm glad it is (will be) fixed. I should have found it myself. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Beams and staff line thickness

2018-04-02 Thread Thomas Morley
2018-04-02 21:35 GMT+02:00 Noeck : > Hi, > > when playing with staff line thicknesses, I encountered the following > problem: > > \relative { > \override Staff.StaffSymbol.thickness = #4 > c''8 g a a > } > > In general, I thought Lilypond scales a lot of thicknesses and distances > according to

Problem with a font

2018-04-02 Thread Walter Garcia-Fontes
I have a problem using this font: http://puna.upf.edu/Escolar_N.ttf For instance: \version "2.18.2" \paper { #(define fonts (make-pango-font-tree "Escolar2" "Escolar2" "Escolar2" (/ staff-height pt 20))) } \markup{This is showing the problem '} The apostro

Re: Beams and staff line thickness

2018-04-02 Thread Noeck
Hi Kieren, thanks for the link. But isn’t that the opposite question? Here I would have thought that the horizontal positioning of the beam must account for the stem thickness. Obviously, the stems scale with the staff line thickness. But that’s not the point. My question was about the horizontal

Re: Beams and staff line thickness

2018-04-02 Thread Kieren MacMillan
Hi Noeck, > when playing with staff line thicknesses, I encountered the following > problem: > > \relative { > \override Staff.StaffSymbol.thickness = #4 > c''8 g a a > } > > In general, I thought Lilypond scales a lot of thicknesses and distances > according to staff lines and staff spaces. B

Beams and staff line thickness

2018-04-02 Thread Noeck
Hi, when playing with staff line thicknesses, I encountered the following problem: \relative { \override Staff.StaffSymbol.thickness = #4 c''8 g a a } In general, I thought Lilypond scales a lot of thicknesses and distances according to staff lines and staff spaces. But here the beams don’t

Re: First steps in Lilypond

2018-04-02 Thread foxfanfare
The problem was solved thanks to Brian B ! For those interested, I used the override command to add some space within the two staves: \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((alignment-distances . (12.5)))

Re: First steps in Lilypond k

2018-04-02 Thread Patrick Smith
I will be On Mon, Apr 2, 2018, 7:46 AM foxfanfare wrote: > Hi everybody, > > Instead of spoiling the thread about OpenLilyLib > < > http://lilypond.1069038.n5.nabble.com/OpenLilyLib-with-Windows-td208760.html > > > I started to ask some questions, I thought better to start a separate > thread >

Bug? Accidentals from tied notes having stencils that occupy space

2018-04-02 Thread Stefano Troncaro
Hi everyone, I've experienced that in certain situations, when notes with accidentals are tied, the accidental grobs have stencils that seem to be hidden (not shown but occupy space) which creates very awkward spacing. I made this snippet to showcase this: > \version "2.19.80"\language "english"

Re: First steps in Lilypond

2018-04-02 Thread foxfanfare
Thank you for answering Helge. I didn't know the code was necessary to solve my issue! Here is the excerpt : > \version "2.19.80" > \language "english" > > %Definitions and shorthands > > % switch from upper staff to lower and vice versa > toLH = { \change Staff = "LH" \voiceOne } > to

Re: First steps in Lilypond

2018-04-02 Thread Helge Kruse
Am 02.04.2018 um 13:44 schrieb foxfanfare: > I started to ask some questions, I thought better to start a separate thread > in order to ask some of my newbie questions! Yes it's very appreciated to start a new thread if you have your own topic. Responding to old mail and just changing the topic wou

Re: Key Signature name in Markup

2018-04-02 Thread Jacques Menu Muzhic
Hello Harm, Great, as usual! Thanks! JM > Le 2 avr. 2018 à 16:48, Thomas Morley a écrit : > > Hi, > > 2018-04-02 6:32 GMT+02:00 brob2684 : >> Hi Harm, >> >> I hadn't really thought about no key signature as being an issue, but I can >> certainly see how it can cause confusion. >> >> I thi

Re: Key Signature name in Markup

2018-04-02 Thread Thomas Morley
Hi, 2018-04-02 6:32 GMT+02:00 brob2684 : > Hi Harm, > > I hadn't really thought about no key signature as being an issue, but I can > certainly see how it can cause confusion. > > I think you are correct in suggesting "no key signature present" would be > the appropriate output, although I'll admi

Re: Haydn Symphony No. 13 - Lilypond sources

2018-04-02 Thread Knute Snortum
I also tried looking for the score. Nothing on IMSLP or Mutopia. There is an IMSLP user: http://imslp.org/wiki/User:Violonisteamateur but there's no contact info. If this were a Chopin Prelude I'd knock it out in LilyPond, but an entire symphony? Sorry. --- Knute Snortum (via Gmail) On Sun,

Re: Temporarily split lyrics

2018-04-02 Thread lists
2. April 2018 15:01, "Malte Meyn" schrieb: > Am 02.04.2018 um 14:55 schrieb li...@openlilylib.org: > >> Hm, thanks for the idea, but the problem is that this would require the >> "empty" lyrics to actually >> start at the beginning of the piece. > > You could try something like (pseudo-code):

Re: Temporarily split lyrics

2018-04-02 Thread lists
2. April 2018 14:59, "Phil Holmes" schrieb: > Is http://lsr.di.unimi.it/LSR/Item?id=265 any use? Partially, thank you. I've realized (on lilybin) that I can start a new Lyrics context within the lyrics definition. Probably It'll work when I use named contexts to align to. Then I should benefi

Re: Temporarily split lyrics

2018-04-02 Thread Malte Meyn
Am 02.04.2018 um 15:01 schrieb Malte Meyn: I don’t know whether \addlyrics or \lyricsto "split" would work here but if you have only a short split section you can do the durations by hand. Of course I meant \lyricsto "alto", not \lyricsto "split" … ___

Re: Temporarily split lyrics

2018-04-02 Thread Malte Meyn
Am 02.04.2018 um 14:55 schrieb li...@openlilylib.org: Hm, thanks for the idea, but the problem is that this would require the "empty" lyrics to actually start at the beginning of the piece. You could try something like (pseudo-code): % \new Voice = "alto" \relative { [mu

Re: Temporarily split lyrics

2018-04-02 Thread Phil Holmes
Is http://lsr.di.unimi.it/LSR/Item?id=265 any use? -- Phil Holmes - Original Message - From: u...@openlilylib.org To: lilypond-user@gnu.org Sent: Monday, April 02, 2018 1:32 PM Subject: Temporarily split lyrics Hi all, what would be the most efficient way of typesetti

Re: Temporarily split lyrics

2018-04-02 Thread lists
2. April 2018 14:49, "Malte Meyn" schrieb: > Am 02.04.2018 um 14:32 schrieb u...@openlilylib.org: > >> Hi all, >> >> what would be the most efficient way of typesetting lyrics that are >> split for a few words, ideally together with some sort of brackets >> similar to what can be seen in >> htt

Re: Temporarily split lyrics

2018-04-02 Thread Malte Meyn
Am 02.04.2018 um 14:32 schrieb u...@openlilylib.org: Hi all, what would be the most efficient way of typesetting lyrics that are split for a few words, ideally together with some sort of brackets similar to what can be seen in https://git.openlilylib.org/bfsc/kayser/issues/58 ? Might not

Re: OpenLilyLib with Windows

2018-04-02 Thread Karlin High
On 4/1/2018 10:49 AM, Andrew Bernard wrote: I feel sure somebody on the list has made a Henle piano music style sheet. Kieren? July and August 2013 seems to be the most active for

Temporarily split lyrics

2018-04-02 Thread ul
Hi all, what would be the most efficient way of typesetting lyrics that are split for a few words, ideally together with some sort of brackets similar to what can be seen in https://git.openlilylib.org/bfsc/kayser/issues/58 (https://git.openlilylib.org/bfsc/kayser/issues/58) ? Any suggestions

Re: OpenLilyLib with Windows

2018-04-02 Thread foxfanfare
Thank you for all your answer. I started a separate thread for my other questions. Andrew Bernard wrote > Amusingly, the thing I like most about lilypond is that out of the box > with > no tweaking it looks nothing l

First steps in Lilypond

2018-04-02 Thread foxfanfare
Hi everybody, Instead of spoiling the thread about OpenLilyLib I started to ask some questions, I thought better to start a separate thread in order to ask some of my newbie questions! I started working on LilyPond