Re: include directory for scheme load command

2019-01-10 Thread Urs Liska
Hi Gianmaria, Am 11.01.19 um 08:50 schrieb Gianmaria Lari: I'm trying to use the #(load "filename") command[*]. It works correctly when the file to load is in the same directory as my lilypond file. Is there any way to make lilypond be able to load the file from my "include" folder? If

include directory for scheme load command

2019-01-10 Thread Gianmaria Lari
I'm trying to use the #(load "filename") command[*]. It works correctly when the file to load is in the same directory as my lilypond file. Is there any way to make lilypond be able to load the file from my "include" folder? Thank you, g. [*] The file is "swing.scm"

Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
Hello Harm, This is totally brilliant, and works perfectly. Here is an interesting technical documentation issue, which is that I had no idea this has anything to do with extra-spacing-width, and only hit on it after long searches of the web and the archives, then based on somebody's guess.

Re: Organization of the piese part by part, not staff by staff

2019-01-10 Thread Saul Tobin
Fundamentally, the data model of Lilypond is horizontal, even when you delve into the guts of how the program works (iterators, streams, engravers). My advice is to embrace that and adapt your workflow and thinking to take advantage of Lilypond's strengths, rather than fighting against it. In my

Re: Organization of the piese part by part, not staff by staff

2019-01-10 Thread Valentin Villenave
On 1/10/19, Павел Буданов wrote: > And I will add this music to score block: > \refren \bar "||" \episodeA \refren \episodeB > Is this case possible? If so, how to implement it correctly, where is the > documentation written about it? Greetings Pavel, at its heart, LilyPond very much encourages

Re: Lessons to better understand key concepts in Lily Pond?

2019-01-10 Thread Valentin Villenave
On 1/4/19, Yakir Arbib wrote: > Would anyone here -- especially those of you who are composers and use > Lily for contemporary music be willing to give me a few paid private > lessons over Skype or What'sapp so that we can cover some of the > features I need to get started with my work?

Re: Ambitus per voice and Ez_numbers_engraver

2019-01-10 Thread Thomas Morley
Am Mi., 9. Jan. 2019 um 23:38 Uhr schrieb Gloops : > > Thank you very much Harm, it works very well now!!! > Musically > Gilles Hi Gilles, glad you like it. Though, here one improvement: Settings for 'font-series and 'font-family need to be done _before_ 'stencil. I.e.: #(define

Re: Make dynamic script with long text

2019-01-10 Thread Thomas Morley
Am Do., 10. Jan. 2019 um 15:56 Uhr schrieb Andrew Bernard : > > Hmm. Adding extra-spacing-width seems to work. > > ppecrescText = \markup { > \normal-text \italic "pp e cresc ..." > } > ppecresc = \tweak DynamicText.self-alignment-X #LEFT > \tweak DynamicText.extra-spacing-width #'(0 . -20) >

Organization of the piese part by part, not staff by staff

2019-01-10 Thread Павел Буданов
Hello everybody!This case is usually used: we are instancing staffs, voices and putting notes into them. This is simply example:\new GrandStaff << \new Staff \rightHand  \new Staff \leftHand>>But I want to organizate the piece in other case. For example, I want to engrave any rondo. In first, I

Re: The composition process doesn't get disrupted using Lily Pond?

2019-01-10 Thread H. S. Teoh
On Wed, Jan 09, 2019 at 06:06:27PM -0800, Flaming Hakama by Elaine wrote: [...] >So, the tl;dr version is that, yes there can be blocks to the >composition process when using lilypond.  But it is often possible >to bucket that work, so you can get it done and get back to the >

Re[2]: Make dynamic script with long text

2019-01-10 Thread Trevor
Apologies, I rattled the previous reply off too quickly. This is what I'd mis-remembered: ppecresc = \tweak DynamicText.self-alignment-X #LEFT \tweak DynamicText.extra-spacing-width #'(0 . -10) #(make-dynamic-script ppecrescText) Trevor -- Original Message -- From: "Andrew Bernard"

Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
Hmm. Adding extra-spacing-width seems to work. ppecrescText = \markup { \normal-text \italic "pp e cresc ..." } ppecresc = \tweak DynamicText.self-alignment-X #LEFT \tweak DynamicText.extra-spacing-width #'(0 . -20) #(make-dynamic-script ppecrescText) This idea came from a post from 2017.

Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
Hi Trevor, Really? Makes no difference at all in my MWE. Even afer correcting for the '=' sign in the tweak. Did you try it? What do I not see a result? Andrew On Thu, 10 Jan 2019 at 23:35, Trevor wrote: > > > -- Original Message -- > From: "Andrew Bernard" > To: "lilypond-user

Re: Make dynamic script with long text

2019-01-10 Thread Trevor
-- Original Message -- From: "Andrew Bernard" To: "lilypond-user Mailinglist" Sent: 10/01/2019 12:12:19 Subject: Make dynamic script with long text Using make-dynamic-script generally works well for me. But now I need to have "pp e cresc...". This is all well and good, except I

Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
Using make-dynamic-script generally works well for me. But now I need to have "pp e cresc...". This is all well and good, except I would like the dynamic text to run across the span barlines. The following MWE shows what I have. The text shies away from the span barline and pushes things around. I

Re: Lilypond not rendering PDF on Mac

2019-01-10 Thread Stanton Sanderson
A word of caution- do a search of “using MacPorts and Homebrew together” before trying one with the other. As I understand it, Homebrew leaves pieces {grounds?) in many locations which can cause problems with other apps. There are ways of letting them coexist, but be cautious.MacPorts, however,

Re: align "etc." with chordnames

2019-01-10 Thread Gianmaria Lari
On Thu, 10 Jan 2019 at 10:28, Aaron Hill wrote: > On 2019-01-10 12:59 am, Gianmaria Lari wrote: > > How I can align "etc." with chords in this code? > > > > \version "2.19.82" > > \score { > > \new PianoStaff << > > \new ChordNames \chordmode {d2:m a2:m \mark"etc"} > > \new

Re: align "etc." with chordnames

2019-01-10 Thread Aaron Hill
On 2019-01-10 12:59 am, Gianmaria Lari wrote: How I can align "etc." with chords in this code? \version "2.19.82" \score { \new PianoStaff << \new ChordNames \chordmode {d2:m a2:m \mark"etc"} \new Staff {b2 c'2 b2 c'2} >> } You need to push the RehearsalMark to the right,

align "etc." with chordnames

2019-01-10 Thread Gianmaria Lari
How I can align "etc." with chords in this code? \version "2.19.82" \score { \new PianoStaff << \new ChordNames \chordmode {d2:m a2:m \mark"etc"} \new Staff {b2 c'2 b2 c'2} >> } Thank you, g. ___ lilypond-user mailing list

Re: Lilypond not rendering PDF on Mac

2019-01-10 Thread Werner LEMBERG
> Right. 2.19.82 is the current devel download from the LilyPond site. > It is also possible to install it through using the homebrew package > manager. As far as I can see, Homebrew core doesn't support lilypond at all – there is no recipe in the `homebrew-core' git repository. And