Moving a Dynamic

2022-11-07 Thread Craig Bakalian
Hi All, This is probably an easy solution, but I cannot find it.  How do you move a dynamic down if it is colliding with a multi voiced drum set staff bottom voice? Craig

Tremolos Again

2022-10-31 Thread Craig Bakalian
Wait, Wait, I just gotta say, why does the tremolo interface breakdown on beam direction in big or macro durations like whole notes?  Why can't the tremolo interface adjust to the distance of the note heads on the staff to create an angle? I will shut up now. Craig

Re: Tremolo

2022-10-29 Thread Craig Bakalian
Hi Everybody, Well, duh, I just put \stemDown before the tremolo code and \stemNeutral after the code and the warnings vanished.  Yet, this makes no music sense because the music is in 4/2 and a stem is not needed in the pdf of the music.  Whatever? Craig

Tremolo

2022-10-29 Thread Craig Bakalian
\major     \repeat tremolo 8 { aes'16 aes''} \repeat tremolo 8 { bes'16 bes''} |     \repeat tremolo 8 { bes'16 bes''} es''16[ d'' a' bes'] bes''[ a'' d'' es''] es'&#

No shell script needed

2022-10-19 Thread Craig Bakalian
Hi, Okay, I get it now.  I just downloaded the latest and greatest version of lilypond, extracted, and put the folder in my home folder, fired up frescobaldi, added 2.23.14 to the list of lilypond(s) and ran it just fine.  I just thought everything had to be in its correct linux folder for it

Re: LilyPond 2.23.14

2022-10-18 Thread Craig Bakalian
Hi All, And could we please release the latest greatest lilypond as a shell script like it used to be released. Thank You Craig Bakalian On 10/17/22 3:33 PM, lilypond-user-requ...@gnu.org wrote: On Mon, 2022-10-17 at 09:09 -0400, Kieren MacMillan wrote: Hi all, On Sun, Oct 9, 2022 at 3

Re: Solfege Syllables Easy Notes

2022-10-09 Thread Craig Bakalian
If you really want to muse, muse about rhythm syllables.   Kodaly rhythm syllables are iffy.  Gordon syllables have syntax and account for unusual meters.  I remember getting yelled at during a meeting of music teachers when I gave a demonstration of Gordon rhythm syllables.  That's how fucked

Re: Solfege Syllables Easy Notes

2022-10-08 Thread Craig Bakalian
Hi Lukas-Fabian, Yeah, right Phrygian, lol.  Sorry, I was high when I wrote that.   And, it's all good.  I will simply indicate \key d \major for \key e \dorian.  It all works.  Nothing to fix.  And, again, thanks for the code! Craig Bakalian On 10/8/22 10:44 AM, Lukas-Fabian Moser

Re: Solfege Syllables Easy Notes

2022-10-08 Thread Craig Bakalian
Hi Lukas-Fabian, Thank you for the solution.  You are a generous person! I used to code, about 25 years ago, lol.  The scheme code below, or whatever lilypond uses to extend functionality is confusing to me.  But, I can generalize it.   All is great with the code, with one exception; dorian i

Re: Solfege Syllables Easy Notes

2022-10-07 Thread Craig Bakalian
;', or a,,, it would be so, ect... I guess the code would need to know what \key was declared. But, nothing to observe out there that I know of.  I am being creative, imaginative, or inventive. Craig Bakalian On 10/7/22 3:42 PM, Karlin High wrote: On 10/7/2022 2:35 PM, Craig Bakalian

Solfege Syllables Easy Notes

2022-10-07 Thread Craig Bakalian
Hi All, Is there a way to get solfege syllables into the easy note system? Thanks Craig Bakalian

Re: Latest Version sh file?

2022-09-05 Thread Craig Bakalian
y I used to run lilypond anyway.  I work on multi file lilypond projects all the time, so Frescobaldi is a wonderful aid.   Gosh, updating to mint 21 was a dream. Thanks! Craig On 9/5/22 4:14 PM, David Wright wrote: On Mon 05 Sep 2022 at 13:19:44 (-0400), Craig Bakalian wrote: Hi David,

Re: Latest Version sh file?

2022-09-05 Thread Craig Bakalian
I am thinking a good place for it is usr/local/share/. Craig On 9/5/22 11:53, David Wright wrote: On Mon 05 Sep 2022 at 10:39:23 (-0400), Craig Bakalian wrote: I do appreciate using the latest version of lilypond.  I went to download the latest version, because I did a complete update to my com

Re: Latest Version sh file?

2022-09-05 Thread Craig Bakalian
I am thinking a good place for it is usr/local/share/. Craig -- Message: 2 Date: Mon, 5 Sep 2022 10:53:26 -0500 From: David Wright To: Craig Bakalian Cc: lilypond-user@gnu.org Subject: Re: Latest Version sh file? Message-ID: Content-Type: text/plain; charset=utf-

Latest Version sh file?

2022-09-05 Thread Craig Bakalian
h the latest version and typeset with glee.  What is up? Craig Bakalian

tempo markup problem

2022-08-10 Thread Craig Dabelstein
uot;die etwa 108 M.M." } To produce the crotchet I have: \note {4} #1 but I can't get it all combined to actually work. Any help? All the best, Craig -- [image: Craig Dabelstein] Craig Dabelstein Owner, Maxime's Music <https://www.facebook.com/concertbandmusicstore> <http

Re: Transform notes in a variable?

2021-10-02 Thread Craig Comstock
://unreasonablefarm.org/resonance/ <http://unreasonablefarm.org/resonance/> I didn’t quite achieve ultimate re-use of materials between the standard score and the viola score but it’s close. One more little refactor would get me there but I didn’t have time just yet. Cheers, Craig > On Aug 2, 2021, a

Re: A challenging music transformation...

2021-08-25 Thread Craig Comstock
Maybe check this thread out. It mostly worked for me but I think your problem if solved will help me even more! https://mail.gnu.org/archive/html/lilypond-user/2021-08/msg00018.html Sent from my iPhone > On Aug 25, 2021, at 5:47 PM, David Kastrup wrote: > > Gordon Bower writes: > >> In a n

Re: Testers wanted

2021-08-05 Thread Craig Comstock
> On Aug 5, 2021, at 5:06 AM, Hans Aikema wrote: > > MacPorts lilypond-devel port for 2.23.3 is working fine on my Intel Mac, so > just the port version is not the cause of the failure for Michael. Somehow > Michaels install is broken, but the port itself appears to be fine for Intel > Mac

Re: Transform notes in a variable?

2021-08-02 Thread Craig Comstock
em interested by the Scheme level, Yes, and your seeming ease of generating the right code is making me doubt my not learning lisp/scheme more deeply. Will have to consider that for another time as I must write this music immediately. ;) (performance October 2nd, rehearsals start August 17th.) Much thanks, Craig

Re: Transform notes in a variable?

2021-08-01 Thread Craig Comstock
Oh no. A typo in my alist. I’ll be quiet now for a while and dig before asking more. :) >> Where transformOne would map c’ to say e’ and d’ to g’’. > > So I would expect to define transformOne something like > > ((c' . e') (d' . g'’)) Thanks, Craig

Re: Transform notes in a variable?

2021-08-01 Thread Craig Comstock
s some info on what exactly c’ is and how to specify it in an alist. Thanks again. Sorry for posting two big questions requiring help so close to each other. I’ll keep digging myself and post if I come up with a solution myself. Fun to dig into lisp scheme again after not playing for a long time. Cheers, Craig

Transform notes in a variable?

2021-08-01 Thread Craig Comstock
Related to my other question of note names I am wondering if it is possible to maybe write a mapping function of some sort for pitches? I know there is transpose like shown here: https://lilypond.org/doc/v2.22/Documentation/web/text-input

Re: Problem

2021-08-01 Thread Craig Comstock
to Lily pond I have much experience with building software. Would be happy to contribute as this software is helping me out nicely in my composition work. Let me know if and how I can help. -Craig

Re: Custom note names, or meta-score?

2021-07-31 Thread Craig Comstock
ogramming. I am easily distracted by programming because it is so interesting and fun. Cheers, Craig

Custom note names, or meta-score?

2021-07-31 Thread Craig Comstock
<https://gitlab.com/lilypond/lilypond/-/blob/master/scm/define-note-names.scm> I could add in a list of pitch names from another file included in the score somehow? Thanks! Craig

Re: Enharmonically override key signature

2021-03-29 Thread Craig Dabelstein
setup. Is this possible? All the best, Craig %%% \version "2.20.00" \language "english" \include "enharmonic.ly" fluteNotes = { \repeat unfold 3 { c'4 d' e' f' } } altosaxNotes = \transpose c' ef { \repeat unfold 3 { c'4 d'

Enharmonically override key signature

2021-03-29 Thread Craig Dabelstein
4 d' e' f' } global = { \key b \major } \score { << \new Staff { << \global \fluteNotes >> } \new Staff { \transpose ef c' << \global \altosaxNotes >> } >> } Cra

Re: Openlilylib status

2021-03-17 Thread Craig Dabelstein
mpathise I don't know what else I can do to help. All the best, Craig On Fri, 12 Mar 2021 at 03:12, Damian leGassick wrote: > Hi Andrew > > I was just waiting for an update (and feeling your pain about the server) > before using OLL in a ‘real’ project. I’ve gotten familiar with

oll-core log files

2021-03-10 Thread Craig Dabelstein
Hi Lilyponders, Is it possible to turn off the log files created by oll-core? I'm using this code: \include "oll-core/package.ily" \setLogLevel #'nolog but still getting a log file created (an empty one) for every lilypond file. All the best, Craig -- Craig Dabels

Re: Better support for Bravura in LilyPond

2020-06-27 Thread Craig Dabelstein
All looks good! Thanks Daniel. On Sun, 28 Jun 2020 at 06:06, Daniel Benjamin Miller wrote: > I've updated the fonts and support to correct the issue. Download the new > version (at the same GitHub link) and you'll see the issue resolved. Thanks > for the report! > On

Re: Better support for Bravura in LilyPond

2020-06-27 Thread Craig Dabelstein
Hi Daniel, Thanks for all your work on this. I've followed all your instructions and it is all working perfectly, however, now my hairpins that start or end on a dynamic are not centered on the opening or closing dynamic. Any idea why this would happen? All the best, Craig On Thu, 25 Jun

Re: Syntax highlighting

2020-01-25 Thread Craig Dabelstein
> > Am Samstag, den 25.01.2020, 17:48 +1000 schrieb Craig Dabelstein: > >> Hi everyone, > >> > >> I've written a LilyPond syntax highlighter for pygments. It's not > perfect but it's mostly working. Is there anyone out there who could test > it?

Syntax highlighting

2020-01-24 Thread Craig Dabelstein
without errors, but it is failing the pull request tests and I don't know why. I'm not experienced enough to work it out. Thanks everyone, Craig -- Craig Dabelstein Owner Maxime's Music M: 0404884173 A: 19 Twelfth Ave, Kedron QLD 4031, Australia W: concertbandmusicstore.com &l

Syntax-highlighter

2020-01-19 Thread Craig Dabelstein
test (see the README.md doc): [1] clone Pygments [2] add my two python files to pygment's lexer folder [3] add a LilyPond file to the tests/examplefiles folder [4] run: python -m pygments -O full -f html -o /tmp/example.html tests/examplefiles/example.ily All the best, Craig -- Craig D

Re: Syntax highlighting

2020-01-16 Thread Craig Dabelstein
The pygments LilyPond lexer is actually going ok. I'm still copying over the info from python-ly, but I've worked it out and so far it's working without errors. I will have to learn some regex tricks in the next few days. Perhaps another week and it will be ready for some testing.

Re: Syntax highlighting

2020-01-14 Thread Craig Dabelstein
t I really have no idea what I'm doing. Craig On Wed, 15 Jan 2020 at 10:38, Craig Dabelstein wrote: > Thank you gentlemen, > > I'll have a go at taking the python-ly work and seeing if I can use it > work to make syntax highlighting with pygments. It's highly possible

Re: Syntax highlighting

2020-01-14 Thread Craig Dabelstein
Thank you gentlemen, I'll have a go at taking the python-ly work and seeing if I can use it work to make syntax highlighting with pygments. It's highly possible that I will totally fail, but I'll give it a try. Craig On Tue, 14 Jan 2020 at 23:38, Federico Bruni wrote: > Il

Syntax highlighting

2020-01-13 Thread Craig Dabelstein
rrent syntax packages (such as https://github.com/yrammos/SubLilyPond or https://github.com/yrammos/AtLilyPond , and trying to modify them? All the best, Craig -- Craig Dabelstein Owner Maxime's Music M: 0404884173 A: 19 Twelfth Ave, Kedron QLD 4031, Australia W: concertbandmusicstore.

Re: Custon MMR engraver - another issue

2020-01-10 Thread Craig Dabelstein
Hi all, Harm, I'm getting the below error when I use the MMR. When I switch the \override MultiMeasureRestNumber.details.print-range to false the error goes away. I tried to make a MWE but couldn't reproduce the problem. Any ideas? Craig /Applications/LilyPond 2.19.83.app/Contents

Re: Custon MMR engraver - another issue

2020-01-07 Thread Craig Dabelstein
Brilliant work! Thanks Harm. Craig On Wed, 8 Jan 2020 at 07:21, Thomas Morley wrote: > Am Di., 7. Jan. 2020 um 16:25 Uhr schrieb Kieren MacMillan > : > > > > Hi Harm, > > > > As always, great work — thanks for this fabulous addition to the ’Pond! > > >

Re: Custon MMR engraver - another issue

2020-01-06 Thread Craig Dabelstein
Ok Harm. Thanks for the engraver. It's brilliant. All the best, Craig On Mon, 6 Jan 2020 at 20:05, Thomas Morley wrote: > Am Mo., 6. Jan. 2020 um 04:16 Uhr schrieb Craig Dabelstein < > craig.dabelst...@gmail.com>: > >> Hi again, >> >> When using lilyp

Custon MMR engraver - another issue

2020-01-05 Thread Craig Dabelstein
-files --pdf *.ly fatal error: symbol printMmrRange redefined I've been using trial and error to try to find the problem but I really don't know where to look. Anh ideas? Many thanks, Craig -- Craig Dabelstein Owner Maxime's Music M: 0404884173 A: 19 Twelfth Ave,

Re: Custom MMR Range engraver problem under 2.19.83

2020-01-05 Thread Craig Dabelstein
Thank you everyone. Craig On Mon, 6 Jan 2020 at 11:23, David Kastrup wrote: > David Kastrup writes: > > > Thomas Morley writes: > > > >> Am Mo., 6. Jan. 2020 um 00:53 Uhr schrieb Malte Meyn < > lilyp...@maltemeyn.de>: > >>> > >>&g

Custom MMR Range engraver problem under 2.19.83

2020-01-05 Thread Craig Dabelstein
nyone else experienced this? Craig -- Craig Dabelstein Owner Maxime's Music M: 0404884173 A: 19 Twelfth Ave, Kedron QLD 4031, Australia W: concertbandmusicstore.com <https://concertbandmusicstore.com/>E: cr...@concertbandmusicstore.com <https://www.facebook.com/max

bar numbers at top of score

2019-11-26 Thread Craig Dabelstein
Hi everyone, I remember a thread where someone had posted a score and along the top on its own line was every bar numbered in a large size. Does anyone remember this? I can't locate it. Craig -- Craig Dabelstein Owner Maxime's Music M: 0404884173 A: 19 Twelfth Ave, Kedron QLD 4031,

Re: In other news ...

2019-11-16 Thread Craig Dabelstein
Bravo Urs! Amazing work as usual! Craig On Fri, 15 Nov 2019 at 18:03, Urs Liska wrote: > Since our post announcement function doesn't seem to work anymore, I'll > just use this thread to point you to the second issue in this post > series: > > http://lilypondblog.o

Quarter Tone notation

2019-10-28 Thread Craig Dabelstein

Re: glissando problem

2019-09-11 Thread Craig Dabelstein
Dear Toine, That's fantastic! Thank you so much. I've been using Lilypond for ages but still so much I don't know. All the best, Craig On Wed, 11 Sep 2019 at 20:12, Toine Schreurs wrote: > > I'm typesetting a percussion part where the composer wants a > > g

glissando problem

2019-09-10 Thread Craig Dabelstein
e two Bb's and one between the two Cb's. MWE attached. Thanks for any help you could give me. Craig -- Craig Dabelstein Owner Maxime's Music M: 0404884173 A: 19 Twelfth Ave, Kedron QLD 4031, Australia W: concertbandmusicstore.com <https://concertbandmusicstore.com/>E:

Re: Dynamic Line Spanner question

2019-09-10 Thread Craig Dabelstein
Thanks everyone. That's been a big help. Craig On Tue, 10 Sep 2019 at 22:34, Flaming Hakama by Elaine < ela...@flaminghakama.com> wrote: > -- Forwarded message -- >> > From: Mark Knoop >> To: lilypond-user@gnu.org >> Cc: >> Bcc:

Dynamic Line Spanner question

2019-09-09 Thread Craig Dabelstein
Hi all, In the following MWE, how do I get the dashed line to finish before the barline instead of after it. I've had no success with \endSpanners. All the best, Craig \version "2.19.82" \score { \relative c' { c2 \cresc c c c R1*4 \! } } -- Craig Dabelstein Ow

Re: Flipbook style score

2019-07-29 Thread Craig Dabelstein
The flip doesn't really matter. I'm aware of the ly2video but how effective it would be for full orchestral/band scores I don't know. Craig On Tue, 30 Jul 2019 at 07:11, Karlin High wrote: > On 7/29/2019 4:03 PM, Craig Dabelstein wrote: > > Does anyone have any advice

Flipbook style score

2019-07-29 Thread Craig Dabelstein
quick way of doing it. All the best, Craig -- [image: photograph] *Craig Dabelstein* Owner email: cr...@maximesmusic.com.au Maxime's Music, QLD, Australia [image: facebook icon] <https://www.facebook.com/maximesmusic.com.au> [image: twitter icon] <https://twitter.com/MaximesMus

Re: Multiple issues

2019-06-30 Thread Craig Dabelstein
Great advice as always. Thanks guys. Craig On Mon, 1 Jul 2019 at 02:58, Ben wrote: > On 6/29/2019 7:42 PM, Craig Dabelstein wrote: > > Hi everyone, > > In the attached screenshot of the last bars of my score you can see a > couple of problems: > > [1] The tempi are

Multiple issues

2019-06-29 Thread Craig Dabelstein
these? All the best, Craig [image: Screen Shot 2019-06-30 at 9.38.13 am.png] -- [image: photograph] *Craig Dabelstein* Owner email: cr...@maximesmusic.com.au Maxime's Music, QLD, Australia [image: facebook icon] <https://www.facebook.com/maximesmusic.com.au> [image: twitter

Re: Modification of Flam, Drag, Ruff snippet

2019-06-29 Thread Craig Dabelstein
Absolutely perfect! Thank you Harm. All the best, Craig On Sat, 29 Jun 2019 at 21:37, Thomas Morley wrote: > Am Sa., 29. Juni 2019 um 11:06 Uhr schrieb Craig Dabelstein > : > > > > Hi all, > > > > Is there a way to modify the Flams, Drags and Ruff

Modification of Flam, Drag, Ruff snippet

2019-06-29 Thread Craig Dabelstein
ith a slur. At the moment, to write a closed drag takes this code: \grace { sn16 ( sn ) } Could the snippet be modified so that one could type: \dragclosed or \dragopen. The same for the ruffs. All the best, Craig -- [image: photograph] *Craig Dabelstein* Owner email: cr...@maximesmusic.c

Re: Error message

2019-06-25 Thread Craig Dabelstein
ges... Fitting music on 1 page... Drawing systems.../home/gub/NewGub/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/flower/include/drul-array.hh:35 <0>: failed assertion `d == 1 || d == -1' Exited with exit status 1. Craig On Tue, 25 Jun 2019 at 2

Re: Error message

2019-06-25 Thread Craig Dabelstein
And the guilty line is ... \consists "Melody_engraver" %\override Stem.neutral-direction = #'() Commenting out the \override Stem.neutral-direction line fixed the problem. Thanks everyone for your advice. All the best, Craig On Tue, 25 Jun 2019 at 19:08, Jean ABOU SAMRA wrot

Re: Error message

2019-06-24 Thread Craig Dabelstein
Hi Aaron, Omitting the tuplet bracket doesn't help. I'm really at a loss at what to do now. Craig On Mon, 24 Jun 2019 at 16:57, Aaron Hill wrote: > On 2019-06-23 11:15 pm, Craig Dabelstein wrote: > > Thanks for the help everyone. > > > > I narrowed down the gui

Re: Error message

2019-06-23 Thread Craig Dabelstein
Thanks for the help everyone. I narrowed down the guilty bars. Here's a MWE, however, it doesn't reproduce the error in this MWE. When these two bars are replaced with s1.*2 the files produce no error. I really don't know where to go from here. Any advice? Craig \version &quo

Error message

2019-06-22 Thread Craig Dabelstein
Exited with exit status 1. All the best, Craig -- [image: photograph] *Craig Dabelstein* Owner email: cr...@maximesmusic.com.au Maxime's Music, QLD, Australia [image: facebook icon] <https://www.facebook.com/maximesmusic.com.au> [image: twitter icon] <https://twitter.com/Maxi

[no subject]

2019-05-02 Thread Craig Dabelstein
Hi everyone, Has anyone encountered this error in Terminal before? I'm on a Mac (latest OS) and invoking Lilypond on about 30 parts. This error came up on about the 25th part. warning: g_spawn_sync failed (0): gs: Too many open files All the best, CRaig -- [image: photograph] *

Re: A LilyPond Café in Paris

2019-04-07 Thread Craig Dabelstein
I'm so jealous. Thanks for the photos Pierre. Craig On Mon., 8 Apr. 2019, 10:44 am Kieren MacMillan, < kieren_macmil...@sympatico.ca> wrote: > Hello, > > > Here's some pics: > https://www.flickr.com/photos/148245202@N06/albums/72157706397021461 > &g

ScholarLY and Latex

2019-02-26 Thread Craig Dabelstein
the master branch to work with the latex-package? Where I should I start, or what would you like me to do? All the best, Craig -- *Craig Dabelstein* Maxime's Music craig.dabelst...@gmail.com *http://maximesmusic.com <http://maximesmusic.com>* __

Re: height of breath mark

2019-02-06 Thread Craig Dabelstein
Thank you lilyponders! Brilliant as always. All the best, Craig On Thu., 7 Feb. 2019, 2:39 am David Nalesnik, wrote: > On Wed, Feb 6, 2019 at 9:01 AM Kieren MacMillan > wrote: > > > > Hi Craig (and Andrew), > > > > > \version "2.19.82" > > &

height of breath mark

2019-02-05 Thread Craig Dabelstein
Hi all, For the life of me I can't work out how to raise the height of a breath mark. Any pointers? All the best, Craig -- *Craig Dabelstein* Maxime's Music craig.dabelst...@gmail.com *http://maximesmusic.com <http://maximes

Re: Rakefile

2019-01-15 Thread Craig Dabelstein
Thanks Malte, much appreciated. On Mon., 14 Jan. 2019, 10:12 pm Malte Meyn > > Am 14.01.19 um 11:33 schrieb Craig Dabelstein: > > Hi lilyponders, > > > > Does anyone use a Rakefile for automating their lilypond engraving and > > would be willing to share an ex

Rakefile

2019-01-14 Thread Craig Dabelstein
Hi lilyponders, Does anyone use a Rakefile for automating their lilypond engraving and would be willing to share an example file that I could follow? All the best, Craig ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: using Lilypond as a graphical drawing app

2018-12-08 Thread Craig Dabelstein
AMAZEBALLS! On Sun., 9 Dec. 2018, 6:25 am Kieren MacMillan < kieren_macmil...@sympatico.ca wrote: > Hi Pierre, > > > Your topic reminds me some test pages done with a C. Cardew score two > years ago: > > http://lilybin.com/u8vxbi/1 > > WOW! Lilypond never ceases to amaze me. > > A non-trivial det

Re: ScholarLY

2018-10-17 Thread Craig Dabelstein
\setOption stylesheets.span.use-colors ##f did the trick. Thanks Urs On Wed, 17 Oct 2018 at 15:40, Urs Liska wrote: > > > Am 17.10.2018 um 03:00 schrieb Craig Dabelstein: > > Hi all, > > Is this the right code to use to turn off the colors in ScholarLy? I'm > usin

ScholarLY

2018-10-16 Thread Craig Dabelstein
Hi all, Is this the right code to use to turn off the colors in ScholarLy? I'm using the latest version, but I'm using the \editorialMarkup commands. This line is having no effect. I'm sure I'm doing something wrong somewhere. \setOption scholarly.annotate.use-colors ##

Re: Edition Engraver suppress log files

2018-10-16 Thread Craig Dabelstein
No problem. Thank you Jan-Peter. On Tue., 16 Oct. 2018, 6:49 pm Jan-Peter Voigt, wrote: > Hi Craig, > > I merged to master, but added a comment, that the names of the option > and the file will change, like Urs and I discussed. > > This change shall be integrated soon, but r

Re: Edition Engraver suppress log files

2018-10-15 Thread Craig Dabelstein
The new branch worked perfectly for me Jan-Peter. Craig On Mon, 15 Oct 2018 at 21:53, Craig Dabelstein wrote: > You two are amazing. I don't know where any of us would be without you. > > Craig > > On Mon., 15 Oct. 2018, 7:19 pm Jan-Peter Voigt, wrote: > >> Am 15

Re: Edition Engraver suppress log files

2018-10-15 Thread Craig Dabelstein
You two are amazing. I don't know where any of us would be without you. Craig On Mon., 15 Oct. 2018, 7:19 pm Jan-Peter Voigt, wrote: > Am 15.10.2018 um 11:13 schrieb Urs Liska: > > > > > > Am 15.10.2018 um 11:07 schrieb Jan-Peter Voigt: > >> Hi Urs, > &

Re: Edition Engraver suppress log files

2018-10-14 Thread Craig Dabelstein
Thanks Jan-Peter. Urs, same question for Scholarly -- can I turn off the log files? All the best, Craig On Sun, 14 Oct 2018 at 16:32, Urs Liska wrote: > > > Am 14. Oktober 2018 08:29:46 MESZ schrieb Jan-Peter Voigt >: > >Hi Craig, > > > >not right now, but

Edition Engraver suppress log files

2018-10-13 Thread Craig Dabelstein
Hi all, Quick question: Is it possible to stop the edition-engraver creating log files? Craig -- *Craig Dabelstein* Maxime's Music craig.dabelst...@gmail.com *http://maximesmusic.com <http://maximesmusic.com>* ___ lilypond-user mailing li

Re: Edition Engraver question

2018-09-11 Thread Craig Dabelstein
Got it. I understand now. Thanks Keiren! Craig On Wed, 12 Sep 2018 at 07:51, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Craig, > > > I'm trying to use the EE to add a simple text markup but can't get it to > work. I musn't be referencing

Edition Engraver question

2018-09-10 Thread Craig Dabelstein
Hi all, I'm trying to use the EE to add a simple text markup but can't get it to work. I musn't be referencing the voice correctly. Can anyone give me some pointers? All the best, Craig \version "2.19.82" \include "oll-core/package.ily" \loadPacka

Re: two voices system - one "Pause" R1 on the b line?

2018-09-09 Thread Craig Dabelstein
Thanks Bernhard and Phil, that helped me out too. Geez percussion parts are a pain to write! All the best, Craig On Sun, 9 Sep 2018 at 22:08, Bernhard Kleine wrote: > Thank you Phil > > I now managed this with > > \override MultiMeasureRest.staff-position = #0 from the Docu

Re: buggy grace

2018-09-08 Thread Craig Dabelstein
Maybe it is \afterGrace that you are looking for: \afterGrace g4. { fis16 g } Craig On Sun, 9 Sep 2018 at 07:03, Mátyás Seress wrote: > Hi all, > > today I found a rather odd spacing of the grace notes. Check this code: > > \score { > \relative c'' { >

Re: Edition Engraver and \markLengthOn

2018-09-05 Thread Craig Dabelstein
\editionMod parts 622 3/4 hallager.partI.fluteI.Staff \markLengthOff Thanks for your help. All the best, Craig On Fri, 31 Aug 2018 at 01:19, Jan-Peter Voigt wrote: > Hi Craig, > > it should work. \markLengthOn just consists of some overrides, which are > directed to the Score Context. &g

Edition Engraver and \markLengthOn

2018-08-29 Thread Craig Dabelstein
Hi all, Can the EE be used to add \markLengthOn? Maybe I've got the context wrong but the following line is having no effect: \editionMod parts 626 0/4 hallager.partIII.clarinetI.Score \markLengthOn Craig -- *Craig Dabelstein* Maxime's Music craig.dabelst...@gmail

MetronomeMark spacing

2018-08-28 Thread Craig Dabelstein
Hi all, Can anyone tell me what causes Lilypond to do this? (see pic attached) Craig [image: Screen Shot 2018-08-29 at 11.49.25 am.png] -- *Craig Dabelstein* Maxime's Music craig.dabelst...@gmail.com *http://maximesmusic.com <http://maximesm

Re: tuplet error

2018-08-24 Thread Craig Dabelstein
s but was very prevalent in the the 1800s and earlier. When you see it in context you'd have no problem interpreting it. All the best, Craig \version "2.19.82" \language "english" notes = \relative c'' { %1 \tuplet 3/2 2 { g2.:8 a2.:8 } | %2 \tuplet 3/2

tuplet error

2018-08-23 Thread Craig Dabelstein
Hi lilyponders, In the following MWE I get this error: *omitting tuplet bracket with neither left nor right bound* The compilation is fine. Anything I should do about this error? Thanks, Craig \version "2.19.82" \language "english" flute = \relative c'' { \t

Re: Some openLilyLib packages/modules open for testing

2018-07-14 Thread Craig Dabelstein
Hi Urs, My mistake. Once I had pulled all the changes compiling times were fine. Craig On Sat, 14 Jul 2018 at 16:48, Urs Liska wrote: > Hi Craig, > > Am 14.07.2018 um 01:00 schrieb Craig Dabelstein: > > Hi Urs, > > Just confirming, as you've discovered, tha

Re: Some openLilyLib packages/modules open for testing

2018-07-13 Thread Craig Dabelstein
Hi Urs, I've been looking at the Latex integration (lycritrprt) but I'm afraid it's a bit over my head. I'd need a couple of pointers into making it work before I could play with it and test it. Craig On Sat, 14 Jul 2018 at 09:00, Craig Dabelstein wrote: > Hi Urs,

Re: Some openLilyLib packages/modules open for testing

2018-07-13 Thread Craig Dabelstein
Hi Urs, Just confirming, as you've discovered, that compiling is lots slower. Craig On Sat, 14 Jul 2018 at 08:04, Craig Dabelstein wrote: > Hi Urs, > > I've been converting one of my old projects to the new versions to test > for you and so far it has all worked perfe

Re: Some openLilyLib packages/modules open for testing

2018-07-13 Thread Craig Dabelstein
Hi Urs, I've been converting one of my old projects to the new versions to test for you and so far it has all worked perfectly. You are a genius! I haven't got to the Latex integration yet (so please don't delete the temp-print-message branch of scholarly just yet!) All the be

Re: Global Variable vs Edition Engraver

2018-07-09 Thread Craig Dabelstein
ise as possible. Thanks guys, Craig On Mon, 9 Jul 2018 at 17:36, Jan-Peter Voigt wrote: > Hi Craig, Kieren, > > I actually use kind of a global variable for the global time line. So > all repeat signs, time-signatures *and* key-signatures there. Before I > implemented the EE I

Global Variable vs Edition Engraver

2018-07-08 Thread Craig Dabelstein
variable that has to be combined with the notes of every instrument in the staff; e.g. << \global \fluteNotes >> Can the EE be used to replace the global variable by inserting repeats, double bar lines etc. How would a key signature work with transposing instruments. Thanks in adv

Re: Opinions requested on deprecating "annotation" commands

2018-06-30 Thread Craig Dabelstein
I'm happy to go with the consensus. Breaking any of my old documents won't be an issue for me, and I'm happy to defer to your expertise. Craig On Sat, 30 Jun 2018 at 23:13, Simon Albrecht wrote: > On 30.06.2018 14:14, Urs Liska wrote: > > # Encourage people to use the n

Scholarly question

2018-04-09 Thread Craig Dabelstein
Hi all, Is this the correct way to ignore critical remarks in the output file? \ignoreAnnotationTypes #'() Thanks in advance, Craig -- *Craig Dabelstein* Maxime's Music craig.dabelst...@gmail.com *http://maximesmusic.com <http://max

Re: Edition Engraver -- Bar 1

2018-04-08 Thread Craig Dabelstein
Thankyou Stefano, that's a big help. I really appreciate it. All the best, Craig On 9 April 2018 at 03:32, Stefano Troncaro wrote: > Hi Craig, > > As I suspected, the problem was in how your code was structured. I run > into the same issues when I started using the EE. Loo

Re: Edition Engraver -- Bar 1

2018-04-07 Thread Craig Dabelstein
Here is an example of the problem. The EE overide is working in measure 3 but not measure 1. Craig On 8 April 2018 at 05:43, arnepe wrote: > good evening all, > (and hoping this post is related to the topic ...) > > I've just set up a small test-file case: > if a Score st

Edition Engraver -- Bar 1

2018-04-06 Thread Craig Dabelstein
Hi all, Is there something strange about trying to reference the first beat of the first bar of a piece of music. My mods are all working except the one on the first beat of bar 1. \editionMod global 1 0/4 gossec.simphonie.clarinetII.Voice etc... Any ideas? Craig -- *Craig Dabelstein

Re: Storing movement titles as a variable

2018-03-31 Thread Craig Dabelstein
Thanks Brian. Much appreciated. Craig On 1 April 2018 at 14:52, Brian Barker wrote: > At 14:35 01/04/2018 +1000, Craig Dabelstein wrote: > >> Is it possible to store movement titles as a variable? e.g., >> >> movtI = { \markup{I. Allegro} } >> movtII = { \mark

Storing movement titles as a variable

2018-03-31 Thread Craig Dabelstein
Hi all, Is it possible to store movement titles as a variable? e.g., movtI = { \markup{I. Allegro} } movtII = { \markup{II. Adagio} } \header{ piece = \movtI } So far I haven't been able to get this to work. Any ideas? Craig -- *Craig Dabelstein* Maxime's Music craig.dabelst...

  1   2   3   >