Re: 3/4 time suddenly become 5/8 time for one measure?

2019-03-30 Thread Andrew Bernard
Hi Aaron, Welcome to lilypond. There's a convention on the list to only post Minimal Working Examples, so that people stand a chance of being able to help you without undue effort. MWE's by convention should not contain basic syntactical errors (which you can winkle out by paying close

Re: [OLL] Setting up options for local package

2019-03-30 Thread Pedro Pessoa
The ideia for the "local" package is to make a clear distinctions between remote and local files. Like so: [ root ] |- - oll-core |- - edition-engraver |- - lalily-templates |- - ... etc |- - [ local ] |- - common (shared functions for local packages) |- - lalily-templates (user extended

RE: 3/4 time suddenly become 5/8 time for one measure?

2019-03-30 Thread Mark Stephen Mrotek
Aaron, Please supply a snippet that encapsulates only the “problem.” The code you provide has several syntactical errors. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Aaron Feldman Sent: Saturday, March 30, 2019 3:21 PM To:

Re: Tremolo Glissando

2019-03-30 Thread nagymusic
Thanks so much, Valentin. This works great! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Ties in markup

2019-03-30 Thread Aaron Hill
On 2019-03-30 5:53 pm, Edward Neeman wrote: Hello, How might I have tie shapes within a markup context? Sorry if I missed something obvious. There is \undertie and \overtie, as well as \tied-lyric. But if you are looking for something more flexible like the actual stencil used for ties and

Re: Ties in markup

2019-03-30 Thread Andrew Bernard
Hi Edward, Do you mean you want music in a markup? It's in the Notation Reference manual (NR). Give us a picture of what you want. Andrew On Sun, 31 Mar 2019 at 11:55, Edward Neeman wrote: > > How might I have tie shapes within a markup context? > >

Ties in markup

2019-03-30 Thread Edward Neeman
Hello, How might I have tie shapes within a markup context? Sorry if I missed something obvious. Thanks, Edward --- Dr. Edward Neeman www.neemanpianoduo.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: [OLL] Setting up options for local package

2019-03-30 Thread Urs Liska
Hi Pedro, Am 30. März 2019 23:45:07 MEZ schrieb Pedro Pessoa : >Hello, >I'm trying to use OLL infrastructure to organize my local toolset. I'm >mostly trying to mimic the structure of other packages and modules. >I've an >aparently working package called 'local', where I intend to put all my

Re: Define variable only if it doesn't exist / is unbound

2019-03-30 Thread Pedro Pessoa
Yes, precisely. I'm sticking with the following for now: #(if (not (defined? 'foo)) (ly:parser-define! 'foo 47)) - Cheers, -- Pedro Pessoa -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list

[OLL] Setting up options for local package

2019-03-30 Thread Pedro Pessoa
Hello, I'm trying to use OLL infrastructure to organize my local toolset. I'm mostly trying to mimic the structure of other packages and modules. I've an aparently working package called 'local', where I intend to put all my personal tools as modules/submodules. I'm currently having an apparently

Re: 3/4 time suddenly become 5/8 time for one measure?

2019-03-30 Thread Aaron Hill
On 2019-03-30 3:20 pm, Aaron Feldman wrote: GNU LilyPond 2.18.2 running on Ubuntu 18.04 Compiling as text with no gui In measure 29 the tempo changes to 5/8 time for no reason when I continue with 8th notes. Please note that the line that reads   \set Timing.measureLength = #(ly:make-moment

Re: treble and bass clef simultaneously

2019-03-30 Thread Thomas Morley
Am Sa., 30. März 2019 um 13:06 Uhr schrieb Thomas Morley : > > Am Sa., 30. März 2019 um 09:04 Uhr schrieb Werner LEMBERG : > > > > More robust: [...] > > > Being a perfectionist I see a last spacing issue: If there are > > accidentals in the main chord, the fake bass clef gets aligned with > > the

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Mason Hock
On 03/30, Urs Liska wrote: > >I'm not aware of any reason it wouldn't work on > >18.04. > > except for the "small" issue of 18.04 not having Guile 1.8 anymore... I hadn't been aware of this. It does complicate things a bit. Since Guile 1.8 is also needed for Lilypond 2.18.2, I figured Ubuntu

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Urs Liska
Am 30. März 2019 20:06:50 MEZ schrieb Valentin Villenave : >On 3/30/19, Ralph Palmer wrote: >> I think I missed something. Can I install 2.20 and/or 2.21 on Linux? >I'm >> not an expert, though I've used command line some. Will it be >difficult >> and/or dangerous? > >Hi Ralph, >if you don’t

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Urs Liska
Am 30. März 2019 18:11:54 MEZ schrieb Mason Hock : >On 03/30, Ralph Palmer wrote: >> I think I missed something. Can I install 2.20 and/or 2.21 on Linux? >> not an expert, though I've used command line some. > >I don't think that 2.20 has been released, but since you're comfortable >with the

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Valentin Villenave
On 3/30/19, Ralph Palmer wrote: > I think I missed something. Can I install 2.20 and/or 2.21 on Linux? I'm > not an expert, though I've used command line some. Will it be difficult > and/or dangerous? Hi Ralph, if you don’t want to bother with dependencies and compilation, you may want to have a

Re: Tremolo Glissando

2019-03-30 Thread Valentin Villenave
On 3/30/19, nagymusic wrote: > I'm working on a piece for cello and would like to know it if it's possible > to notate a tremolo glissando in Lilypond. See the attached screenshot. Greetings, Quite simply, I would use invisible voices (see attached): { \clef bass \time 9/8 r4.

Re: Define variable only if it doesn't exist / is unbound

2019-03-30 Thread Simon Albrecht
On 29.03.19 12:11, David Kastrup wrote: Pedro Pessoa writes: Hello, I want to init a variable only if it isn't bound. This seems a simple matter, I was surpised I couldn't do it. The thing is that it throws an 'unbound variable error' with anything I try. I imagined something like: %%%

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Mason Hock
On 03/30, Ralph Palmer wrote: > I think I missed something. Can I install 2.20 and/or 2.21 on Linux? > not an expert, though I've used command line some. I don't think that 2.20 has been released, but since you're comfortable with the command line you can build 2.21. > Also, I'm running Ubuntu

Re: LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Urs Liska
Am 30. März 2019 15:50:05 MEZ schrieb Ralph Palmer : >Greetings - > >I think I missed something. Can I install 2.20 and/or 2.21 on Linux? You can *build* these on Linux. But if you don't have any specific reason I wouldn't say it is worth the effort (although that effort might be a value in

Re: lilypond 2.21

2019-03-30 Thread Gianmaria Lari
On Sat, 30 Mar 2019 at 13:50, Partitura Organum wrote: > > > On 30-3-2019 10:21, Malte Meyn wrote: > > > > > > Am 30.03.19 um 08:17 schrieb Gianmaria Lari: > >> Are there any istructions available to try to compile lilypond 2.21 > >> on windows? > >> > >> Thanks, g. > > > > Hi Gianmaria, > > > >

Tremolo Glissando

2019-03-30 Thread nagymusic
Hello! I'm working on a piece for cello and would like to know it if it's possible to notate a tremolo glissando in Lilypond. See the attached screenshot. Thank you, Zvony Screenshot_from_2019-03-30_10-54-46.png

LilyPond 2.20 or 2.21 for Linux

2019-03-30 Thread Ralph Palmer
Greetings - I think I missed something. Can I install 2.20 and/or 2.21 on Linux? I'm not an expert, though I've used command line some. Will it be difficult and/or dangerous? Also, I'm running Ubuntu 18.04.2 and Frescobaldi 3.0.0. Are there any known conflicts? All the best, Ralph Ralph

Re: lilypond 2.21

2019-03-30 Thread David Kastrup
Gianmaria Lari writes: > Are there any istructions available to try to compile lilypond 2.21 on > windows? We do crosscompilation with GUB for our releases. While in theory all the necessary components would be available separately for Windows, maintaining a

Re: lilypond 2.21

2019-03-30 Thread Partitura Organum
On 30-3-2019 10:21, Malte Meyn wrote: Am 30.03.19 um 08:17 schrieb Gianmaria Lari: Are there any istructions available to try to compile lilypond 2.21 on windows? Thanks, g. Hi Gianmaria, if I’m not mistaken there is currently no way to compile on Windows itself. Instead, Windows

Re: treble and bass clef simultaneously

2019-03-30 Thread Thomas Morley
Am Sa., 30. März 2019 um 09:04 Uhr schrieb Werner LEMBERG : > > More robust: [...] > Being a perfectionist I see a last spacing issue: If there are > accidentals in the main chord, the fake bass clef gets aligned with > the leftmost accidental (in the image, I've slightly moved the clef > down

Re: Define variable only if it doesn't exist / is unbound

2019-03-30 Thread Vaughan McAlley
> > Probably better get used to below: > > #(if (not (defined? 'foo)) (ly:parser-define! 'foo 47)) > > Cheers, > Harm > Thanks Harm, I gave up on being able to do that long ago. Vaughan ___ lilypond-user mailing list lilypond-user@gnu.org

Re: lilypond 2.21

2019-03-30 Thread Malte Meyn
Am 30.03.19 um 08:17 schrieb Gianmaria Lari: Are there any istructions available to try to compile lilypond 2.21 on windows? Thanks, g. Hi Gianmaria, if I’m not mistaken there is currently no way to compile on Windows itself. Instead, Windows executables are cross-compiled on Linux.

Re: treble and bass clef simultaneously

2019-03-30 Thread Werner LEMBERG
>> > Thanks a lot! Attached is the same sample code as with Aaron's >> > solution. Do you see a possibility to make leading skips work in >> > the second argument of \clefTst? > > More robust: [...] An excellent solution, thanks! It's again and again amazing to see what is possible with

lilypond 2.21

2019-03-30 Thread Gianmaria Lari
Are there any istructions available to try to compile lilypond 2.21 on windows? Thanks, g. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Markup wrap at the end of the line

2019-03-30 Thread Andrew Bernard
Hi edes and Urs, I don't think wordwrap is what the OP wanted. Can't you just manually split the long line of text, as per MWE here? I still think this is a bad engraving choice, especially if it is over a page break. Maybe a footnote would serve better? How long is the text we are talking