Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2014-09-24 Thread Marc Hohl
Am 24.09.2014 um 17:52 schrieb Xirux Nefer: I am using lilypond-book to compile solfeo.lytex: --- \documentclass[12pt,a4paper]{book} \usepackage[textwidth=12cm,textheight=20cm]{geometry} \usepackage{lipsum} \usepackage{fontspec} \usepackage{Alegreya} \begin{document} \lipsum[1] \lilypon

Re: Emacs & Lilypond-mode: view PDF

2014-09-24 Thread Jacques Menu
Hello Antonio, How did you install xpdf? The file can be at different places according to that. Do you find it with the regular file search of the Finder? Some folders such as /sw (MacPorts) might not be searched, though. JM Le 25 sept. 2014 à 03:17, Antonio Gervasoni a écrit : > Hi all, >

Re: Henle Music font

2014-09-24 Thread bart deruyter
Thanks indeed,and yes, incredible how fast you get things like this done. I hardly have tried out one of the others and there is another font :-). More things to try out, fun fun fun... http://www.bartart3d.be/ On facebook On Twitter

Re: Henle Music font

2014-09-24 Thread Martin Tarenskeen
On Wed, 24 Sep 2014, tisimst wrote: Here it is! The new Henle look-a-like music font. I call it "Beethoven" after the score from which many of the glyphs were based off of. Check it out at and download it from fonts.openlilylib.org . Thanks! I find it amazin

Re: Henle Music font

2014-09-24 Thread tisimst
Kieren MacMillan wrote > Hi all, > >> I would really like to see [a font like the 1953/6 versions] being >> combined with Kieren's Henle stylesheets. > > I would really like to put that example together! =) > > Cheers, > Kieren. > ___ > > Kieren MacMillan, composer > www:

Re: Is there a get-context procedure?

2014-09-24 Thread Paul Morris
Richard Shann-2 wrote > The chordRootNamer procedure (which is itself a ChordNames context > property) is not passed the context as a parameter, so my question is > how do I reference the context? Is there some variable or procedure for > accessing the ChordNames context (or perhaps it should be th

Re: Mapping custom drum notes to MIDI notes?

2014-09-24 Thread tisimst
Just thinking out loud, but could it be that the default sound font doesn't have the instruments you are trying to use? - Abraham Sent from my iPhone > On Sep 24, 2014, at 7:52 PM, Peter Crighton-4 [via Lilypond] > wrote: > > That is not practical in my situation if I understand you correct

Re: Mapping custom drum notes to MIDI notes?

2014-09-24 Thread Peter Crighton
That is not practical in my situation if I understand you correctly. I have a drumkit defined with at least 26 individual pieces in the manner written before. Some of them will share the same pitch and can have the same midi sound, but have different noteheads. But so far I’m getting only sound for

Re: Vertical placement of ottava line

2014-09-24 Thread Peter Crighton
2014-09-23 20:36 GMT+02:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > 2014-09-23 20:26 GMT+02:00 Peter Crighton : > > >> That doesn’t really combine well with the previous code of \myOttavaUp. >> At least, I can’t get it to work. >> > > In other words : > Sorry, my bad. I got c

Emacs & Lilypond-mode: view PDF

2014-09-24 Thread Antonio Gervasoni
Hi all, I've just figured out how to get Emacs to work with Lilypond in OSX. Everything works fine except the command for viewing the pdf output (C-c C-s). When I run it I get this: "xpdf /Users/Antonio/Desktop/Emacs/Test.pdf /bin/bash: xpdf: command not found Compilation exited abnormally with

Re: Mapping custom drum notes to MIDI notes?

2014-09-24 Thread tisimst
I'm not at a computer to see if this works, but could you, if there aren't too many instruments, do simultaneous voices with a midiInstrument set for each percussion instrument? It's certainly not an elegant nor robust of a solution, but it may get you what you want for now. Regards, Abraham

Mapping custom drum notes to MIDI notes?

2014-09-24 Thread Peter Crighton
I’m in the process of builidng my own custom drumset. No problems here with notation, but I’m unable to define custom MIDI notes. \version "2.19.13" drumPitchNames = #'((bassdrum . bassdrum) (bd . bassdrum) (icebell . icebell) (ice

Re: Engraver Programming Question

2014-09-24 Thread Jay Vara
Jan > > > Hi Jay, > to output something, you have to display it. The format function > returns the formatted string. If you insert #t (true) prior the > format string, it will output the result to stdout: > (format #t "length ~a position ~a note-names ~a ~%" measure

Is there a get-context procedure?

2014-09-24 Thread Richard Shann
I'm developing some code to create compact chord symbols in LilyPond and have created a property chordCompactScale for this purpose. I am trying to access the property from within the chordRootNamer procedure with: (ly:context-property context 'chordCompactScale) where the context should be the C

Re: Engraver Programming Question

2014-09-24 Thread Jan-Peter Voigt
Hi Jay, to output something, you have to display it. The format function returns the formatted string. If you insert #t (true) prior the format string, it will output the result to stdout: (format #t "length ~a position ~a note-names ~a ~%" measure-len measure-pos note-names) HTH Jan-Pet

Engraver Programming Question

2014-09-24 Thread Jay Vara
>I am not top-posting I tried to build in a way to get the measurePosition and measureLength in a user defined engraver (lines 13 and 14). The idea was to change them as needed. As a first step, I wanted to print the values - I tried putting in a format statement (line 23). The program runs w

Isolated durations and \pageBreak

2014-09-24 Thread Davide Liessi
Hi all. Isolated durations don't behave well with \pageBreak. The following example gives a failed barcheck warning and wrong output. % \version "2.19.13" \score { \new RhythmicStaff { R1 | \pageBreak 1~ | 8 r r4 r2 | } } % Either commenting \pageBreak, adding an expl

lilypond-book: warning: cannot detect textwidth from LaTeX

2014-09-24 Thread Xirux Nefer
I am using lilypond-book to compile solfeo.lytex: --- \documentclass[12pt,a4paper]{book} \usepackage[textwidth=12cm,textheight=20cm]{geometry} \usepackage{lipsum} \usepackage{fontspec} \usepackage{Alegreya} \begin{document} \lipsum[1] \lilypondfile[indent=1\cm,fontload,ragged-right]{score

Re: How to print measure position as each note prints

2014-09-24 Thread Paul Morris
Jay Vara wrote > There should be a way. If I can get the measurePosition from the glob > somehow, it should be possible. Perhaps someone more familiar with the > internals can tell us. I'm pretty sure you can't access measurePosition or measureLength by overriding a NoteHead grob property. They

Re: Option to specify the name of Midi files for each \score block

2014-09-24 Thread Peter Terpstra
Federico Bruni wrote: > no, as you can see the issue is still open Okay, thank you for your answer. Peter ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to print measure position as each note prints

2014-09-24 Thread Jay Vara
Paul > > Paul Morris wrote > > I'm not sure but what you're trying to do might best be done on the input > > side. > > Actually, nevermind since this is before measures/positions have been > determined. My next thought is that you may need to > create custom engraver, but I'm not even sure

Monospaced / Tabular figures in LilyPond

2014-09-24 Thread Karol Majewski
In some fonts default spacing format for figures is set to proportional, which means that numerals have variable spacing - depending on glyph width. I'd like to change the format to tabular, so that numerals are monospaced. This is typical OpenType feature. In XeLaTeX I can do this via: \usepac