Midi-channels in Frescobaldi (Newbie)

2025-04-30 Thread Ben Engbers
cs for all channels combined or is it also possible to adjust the channels separately? Should this be done in Frescobaldi/lilypond before creating the midi-file or is this something that is done in a midi-editor such as Rosegarden? Ben

Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Ben Tordoff
That is brilliant news. I’ve come to rely on Frescobaldi (on Mac) more and more and the future of the project didn’t always look certain. Thank you to everyone who has helped to keep the project alive and get this new release out. Ben > On 30 Mar 2025, at 08:39, Federico Bruni wr

Changing the tempo in midi?

2025-03-26 Thread Ben Engbers
lobal” part: global = { \key e minor \numericTimeSignature \time 12/8 \Tempo “Presto” 4 = 140 \dynamicUp And this is the “score” part: \{ << \melodyPart \leadSheetPart >> \layout { } \} \temp 4=140 } What do I need to do to play the midi at a different tempo (BPM=90)? Ben

Re: Linux OS, adding Midi

2025-02-04 Thread Ben Engbers
nt: @audio - rtprio 95 @audio - memlockunlimited and added my userid to the (existing) group "audio" I'll have to reboot to verify if this helps. Ben Op 04-02-2025 om 18:02 schreef David Wright: On Tue 04 Feb 2025 at 08:44:19 (-0800), Knute Snortum wrote: On Tue, Feb 4, 20

Re: Linux OS, adding Midi

2025-02-04 Thread Ben Engbers
might be that everything is already installed but since I didn't find much information on fluidsynth/QSynth I'll first figure out how to add midi to lilypond scores. (Which lilypond manual provides the most deatiled instructions?) Regards Ben Op 03-02-2025 om 20:41 schreef J. G.

Re: Linux OS

2025-02-03 Thread Ben Engbers
thing similar. Thanks, Brian Fedora 41. I haven't figured out how to use midi but that should be possible. Ben

How can I dock the log-window in Frescobaldi?

2025-01-27 Thread Ben Engbers
can I redock the log window? -- Ben Engbers Grietjeshof 77 6721 VH Bennekom +31 6 23634840

Re: I'll be in Freiburg/Basel 9-10 January

2025-01-11 Thread Ben
s, and this loss is deeply felt. I won't be able to attend, but please offer my condolences to his family and friends. Wishing you strength and peace during this difficult time Janek. Ben L.

System spacing with lyluatex

2024-10-31 Thread Ben Bradshaw
rticalAxisGroup settings nothing happens, so I'm guessing that those are more paper variables that don't work? Or maybe I'm just doing it wrong. Any hints? Thanks, Ben

Re: Compiling on ish

2024-08-28 Thread Ben Bradshaw
I had to compile fontforge from source because it wasn't in the repos. I was doing "make check" for the tests, I think it was test 68 or something that wouldn't work because of the missing modules. It could be that was all that was needed, but I was sick of it not working so that's why I compiled i

Re: Compiling on ish

2024-08-28 Thread Ben Bradshaw
abled that I could. That seems to have solved the problem and I was able to compile the rest of lilypond! Thanks again for help in pointing to where the problem was, Best, Ben On Mon, Aug 26, 2024 at 8:01 AM Werner LEMBERG wrote: > > > So I turned on FONTFORGE_VERBOSE and ran the s

Re: Compiling on ish

2024-08-26 Thread Ben Bradshaw
Running make bytecode VERBOSE=1 helped me to find the last command that is run, which is fontforge -script feta11.pe feta11.pfb So I turned on FONTFORGE_VERBOSE and ran the same script. It shows the same warning about Mac Roman, but then continues, which was encouraging. It then runs four lines:

Re: Compiling on ish

2024-08-25 Thread Ben Bradshaw
Alright I was hopeful I had solved the problem, but it appears not. Here's what I did. I replaced the system iconv with gnu-libiconv, so that when I did "iconv -l" I can see MAC ROMAN as an option. I did a new clean build of fontforge. When it was configuring I saw lines saying that it was going to

Re: Compiling on ish

2024-08-24 Thread Ben Bradshaw
So would I have to figure out how to compile that module with the --without-iconv option? Or is this just not going to work? On Sat, Aug 24, 2024, 9:36 AM Werner LEMBERG wrote: > > > Has anyone successfully compiled lilypond on iSh? I feel like I'm so > > close. When doing 'make all' I get pret

Compiling on ish

2024-08-24 Thread Ben Bradshaw
Hello, Has anyone successfully compiled lilypond on iSh? I feel like I'm so close. When doing 'make all' I get pretty far until a line shows up: Your version of iconv does not support the "Mac Roman" encoding. If this causes problems, reconfigure --without-iconv. At this point I think it hangs be

Re: Emacs setup

2024-07-06 Thread Ben Bradshaw
up until > 30 prerelease). > What is included in org mode is support for org mode lilypond blocks: > > > ./lisp/org/ob-lilypond.el > > but that don't get you very far without lilypond and it's mode. > Immanuel > > On Sat, Jul 6, 2024 at 4:09 AM Ben Bradshaw >

Re: Emacs setup

2024-07-05 Thread Ben Bradshaw
t didn't find my includes files > that I keep in a directory in my /home directory. I tried setting that > through the settings buffer for Lilypond mode but it obviously didn't take. > > Has anybody found a video tutorial showing its use? > > Laurie > > > On Sa

Re: Emacs setup

2024-07-05 Thread Ben Bradshaw
I'm getting > something out of xpdf. I still need to figure out what/how this > whole pdf-tools thing is all about, though. Displaying pdfs inside > emacs, perhaps? > > Best, > K > > "Ben Bradshaw" writes: > > > Welcome to emacs, where hackish is normal ;) I di

Re: Emacs setup

2024-07-05 Thread Ben Bradshaw
macs a while back. It was titled "Point an Click & emacs", it requires > pdf-tools -- which you want anyway :-) > greetz, > i > > On Fri, Jul 5, 2024 at 9:18 AM Kenneth Flak > wrote: > >> Thanks a lot, Ben! This seems to work very nicely indeed (although >

Re: Emacs setup

2024-07-04 Thread Ben Bradshaw
For me on Arch, I have to do this in my emacs init file: (autoload 'LilyPond-mode "lilypond-mode") (setq auto-mode-alist (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.lyi$" . LilyPond-mode) auto-mode-alist)) (add-hook 'LilyPond-mode-hook (lambda

Re: Fw: Frescobaldi ... panic alternatives?

2024-04-29 Thread Ben Bradshaw
With not too much work, you could get emacs to do all of that I think. But my guess is that there's no reason to panic yet. I don't see frescobaldi magically disappearing. On Mon, Apr 29, 2024, 10:45 PM Dirck Nagy wrote: > Hi all > > Reading that last thread about Frescobaldi and its possible di

Re: Problems with lilypond-invoke-editor

2024-04-11 Thread Ben Bradshaw
emacs opens it through the command and things work. Just a change of habit. On Thu, Apr 11, 2024, 10:17 PM David Wright wrote: > On Wed 10 Apr 2024 at 21:35:16 (-0600), Ben Bradshaw wrote: > > Well I fixed having multiple lilyponds installed, and at first I thought > it > >

Re: Problems with lilypond-invoke-editor

2024-04-10 Thread Ben Bradshaw
ouldn't be a zathura problem. On Sun, Apr 7, 2024 at 10:44 AM David Wright wrote: > On Fri 05 Apr 2024 at 20:43:01 (-0600), Ben Bradshaw wrote: > > I've been using frescobaldi mostly because I like the point and click > > functionality. I just discovered today that you ca

Re: Problems with lilypond-invoke-editor

2024-04-07 Thread Ben Bradshaw
n Sun, Apr 7, 2024, 10:44 AM David Wright wrote: > On Fri 05 Apr 2024 at 20:43:01 (-0600), Ben Bradshaw wrote: > > I've been using frescobaldi mostly because I like the point and click > > functionality. I just discovered today that you can configure that to > work &g

Problems with lilypond-invoke-editor

2024-04-05 Thread Ben Bradshaw
followed the settings for GNOME 3 to get a desktop entry, otherwise it would only launch firefox), zathura as PDF viewer, emacs as LYEDITOR. Any help would be greatly appreciated so I can stop doing C-x C-s every time I want to save! Ben

Re: Raising all metronome marks

2024-04-03 Thread Ben Bradshaw
Ah man! Forgetting the Score context in my override strikes again! The padding was my initial choice, but that wasn't working either. Thanks for the help, one of these days I'll remember to check that first when something isn't working how I think it should. Best, Ben On Wed, Apr

Raising all metronome marks

2024-04-02 Thread Ben Bradshaw
MetronomeMark.Y-offset = #3 as well as \offset Y-offset 3 MetronomeMark , but neither seems to work. Any suggestions? Thanks, Ben

Re: Troubles with StaffGrouper

2024-03-20 Thread Ben Bradshaw
024 at 04:48, Ben Bradshaw > wrote: > > > > Hello, > > I think I must not be understanding how the StaffGrouper works. I'm > doing a score with instrument and piano accompaniment, and have the piano > music in a PianoStaff. I'm trying to get more space betw

Troubles with StaffGrouper

2024-03-19 Thread Ben Bradshaw
sed to override settings in the VerticalAxisGroup, but maybe I have to do it a different way? Any help would be greatly appreciated. Thanks, Ben

Schenkerian slurs and framework

2024-03-04 Thread Ben Bradshaw
a LilySchenker framework but I can't find any more info about it, probably because there's some famous person named Lily Schenker... Anyone have more info on that? Thanks, Ben

Measure Counter Engraver with groups bigger than a measure

2024-01-27 Thread Ben Bradshaw
a way to make it count in groups of 4? Or is a different tool better suited? Thanks, Ben

Re: Parenthesizing multiple events

2023-11-20 Thread Ben Bradshaw
As an alternate approach could you use the \arrpegioBracket ? It's a little more square, but I think there's a way to override that. I used it once to put a bracket around a cord. You just have to override one of the properties to move the endpoints in the negative direction as well as an x offset

Re: lilypond does not generate pdf - new install on mac os sonoma

2023-11-11 Thread Ben Bradshaw
Essentially you need to downgrade ghostscript a version. Although with the new release announced today I don't know if it will be fixed or not. On Sat, Nov 11, 2023, 5:22 PM Leonardo van der Laat wrote: > I'm having the same problem. > There's already a thread about this: > https://lists.gnu.org

Re: what is the musical ornament called that looks like a mordent but has curl in front of it?

2023-10-26 Thread Ben Bradshaw
Hmm Google failed me and didn't bring that page up. That's way better! On Thu, Oct 26, 2023, 10:33 PM Kenneth Wolcott wrote: > Ah! a \downmordent :-) I was looking right at it on the Lilypond list > of ornaments... > > On Thu, Oct 26, 2023 at 8:28 PM Kenneth Wolcott > wrote: > > > > Hi; > > > >

Re: what is the musical ornament called that looks like a mordent but has curl in front of it?

2023-10-26 Thread Ben Bradshaw
+ I believe it's called a Schleifer, at least that's what the curly part is. It frequently attaches to a mordent. I'm not sure how to do it in lilypond though. There is an example in the LSR, https://lsr.di.unimi.it/LSR/Item?u=1&id=720 , but it has the curl on the other side of the mordent. But ma

Re: Images in Info files

2023-09-22 Thread Ben Bradshaw
Thanks, I finally got it to work! Probably did a while ago but was looking at a manual that seems to not have many pictures. Tried the notation manual and wala! There's pictures! On Fri, Sep 22, 2023 at 4:59 AM David Kastrup wrote: > Ben Bradshaw writes: > > > Hello, > &

Images in Info files

2023-09-21 Thread Ben Bradshaw
't. Is there a way to compile the documentation to get images in the info manuals? The usage manual suggests that there is a --info-images-dir argument in lilypond-book, but I'm not sure where to try that. Any help would be appreciated! Thanks, Ben

Re: Lilypond not generating PDF

2022-07-04 Thread Ben Eisenstein
that it should be run in command shell at the elevated level. But if this is all going to change in the next release, then maybe not worth the effort. Ben

Lilypond not generating PDF

2022-07-03 Thread Ben Eisenstein
ation-*- Processing `C:/Users/Ben/Desktop/test.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page... Drawing systems... Converting to `/Users/Ben/Desktop/test.pdf'... The tst-temp file starts with:

Re: Film style large time signatures

2021-06-08 Thread Ben
On 6/8/2021 2:59 PM, Ignacio Lois wrote: Yes, I've seen that and it's certainly a possibility, but I'm hoping to achieve something like this . On Tue, Jun 8, 2021 at 3:35 AM Xavier Scheuer > wro

Re: Dynamics context

2020-09-08 Thread Ben
On 9/8/2020 2:05 PM, Martín Rincón Botero wrote: Hi Wol, yes, what you mention is indeed a good case for using dynamics in their own variable. The problem comes when using a Dynamics context from an independent dynamics variable for music that by its own nature is not really compatible with t

Re: Difference Between This and That in English Grammar

2020-09-03 Thread Ben
On 9/3/2020 4:12 PM, bb wrote: https://www.differencebetween.com/difference-between-this-and-that-in-english-grammar/ LGBB I don't follow...why did you send this?

Re: Orchestral strings, how to organise score and parts for divisi, solos, desks etc.

2020-06-09 Thread Ben
On 6/7/2020 3:26 AM, Rutger Hofman wrote: Well, it turned out to keep that tutorial short. Still, I think it will have its use, since questions about temp staves/divisi turn up at regular intervals. My first attempt is here: https://www.rutgerhofman.nl/lilypond/divisi-doc/divisi-doc.html Ple

Re: Fonts for text

2020-04-25 Thread Ben
On 4/25/2020 2:47 PM, Ignacio Lois wrote: Hello list, I'm trying to use any font like these for my titles. I tried ITC Souvenir , which would look like this: image.png And Sunset-Serial , wh

Re: ANN: OOoLilyPond 1.0.0

2020-04-09 Thread Ben
On 4/9/2020 6:37 AM, Klaus Blum wrote: Hi all, I'm happy to announce a new version of OOoLilyPond (OLy), an extension to include LilyPond snippets into LibreOffice/OpenOffice documents. There are several bugfixes and some new and hopefully cool and useful features: https://github.com/openlilyli

Re: Alignment issues of Time signature above the staff

2020-04-03 Thread Ben
On 3/29/2020 2:10 AM, Chen Leo wrote: Hi Kevin, Thank you for your reply. For the first problem, you will have to set break-align-symbol to ##f to reproduce the problem. That is because by default break-align-symbol is set to #'time-signature. so commenting out the override shouldn't help

Re: Three voices in same staff, from two variables

2020-03-18 Thread Ben Rosen
y adding "\new Voice { \voiceOne \melody }" did the trick, and I may use your two-voiced example for other re-harmonizations, so thanks again! Ben On Wed, Mar 18, 2020 at 4:25 PM Francisco Vila wrote: > El 18/3/20 a las 20:41, Ben Rosen escribió: > > Perhaps I should use somethi

Three voices in same staff, from two variables

2020-03-18 Thread Ben Rosen
;2. af4 | af c g4. f8 | } harm = { << { 1 } \\ { bf2 af} >> | s | } \score { \relative c' << \melody \\ \harm >> } Thanks, Ben

Re: Ties in chord mode

2020-03-01 Thread Ben Eichler
uired. On Mon, 2 Mar 2020 at 17:34, Carl Sorensen wrote: > > > > > *From: *Ben Eichler > *Date: *Saturday, February 29, 2020 at 1:46 AM > *To: * > *Subject: *Ties in chord mode > > > > Hi all, > > > > > > I transcribe songs using a style o

RE: Ties in chord mode

2020-02-29 Thread Ben Eichler
Wow I’ve never seen that syntax before. Works perfectly for what I need, since I’m only printing chord letters in a ChordNames context. Thanks Thomas! -Ben From: Thomas Morley Sent: 01 March 2020 07:38 To: Ben Eichler Cc: lilypond-user Subject: Re: Ties in chord mode Am Sa., 29. Feb. 2020 um

Ties in chord mode

2020-02-29 Thread Ben Eichler
for melody seems the obvious choice. Would appreciate any comments on this. If there's a more appropriate place to submit requests like this I will gladly move it elsewhere. Thanks in advance, -Ben

Re: ANN: Frescobaldi 3.1 has been released!

2020-01-01 Thread Ben
On 1/1/2020 7:31 PM, Michael Rivers wrote: The score wizard does nothing for me in Frescobaldi 3.1 (Windows version). I uninstalled it and reinstalled the old version, whose score wizard works fine. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html Correct. Same here. Score Wi

Re: convert-ly problem

2019-12-19 Thread Ben
On 12/19/2019 6:55 AM, Peter Gentry wrote: Having rediscovered the fact that Frescobaldi does not call convert-ly anymore. I went to the section 2.2 of the usage manual and popped the following into a windows 10 command prompt (with administrator privs) C:\Program Files (x86)\LilyPond\usr\bi

Harp Notation Markup

2019-12-12 Thread Ben
Good morning! I am composing a piece that features the harp as a soloist and I had a question about some notation. Please see attached. How would you go about creating this markup so it could easily be used throughout a piece? Because the note range of the mute symbol will likely change wit

Re: make text span a specified musical interval?

2019-11-24 Thread Ben
On 11/24/2019 9:34 PM, Jace Toronto wrote: Hi all, This is the basic gist of what I'm trying to do: \version "2.18.2" \score { \new Staff \relative c' { \repeat volta 2 { c4^"vamp" r2 d8-"(Last time only)" e | } f g a4 r2 | } } However, the "last time only" instruction spills in

Re: Critical-edition-style footnotes

2019-11-17 Thread Ben
On 11/16/2019 2:57 PM, Stacy Fatemi wrote: Hey all, I’ve been wanting to add footnotes to a score that include miniature-sized scores like in this critical edition of Pictures at an Exhibition. I know \score can be contained within \markup and I know EPS files can be embedded, but what’s the

Re: Graphic lines create

2019-11-05 Thread Ben
On 11/5/2019 11:35 AM, k...@aspodata.se wrote: Reggie: ... Andrew thank you for the vibrato but you say it's able to create close to my image? How would I learn which code to change for that to happen? I probably need to draw curves free as I move forward but I need SVG output so I guess I'm out

Re: Graphic lines create

2019-11-05 Thread Ben
On 11/5/2019 1:42 AM, Pierre Perol-Schneider wrote: Hi Reggie, As Andrew pointed, see: http://lilypond.1069038.n5.nabble.com/Off-topics-vibrato-td145006.html#a145087 Cheers, Pierre Le mar. 5 nov. 2019 à 03:14, Reggie > a écrit : Hi. I cannot find how to creat

Re: Graphic lines create

2019-11-05 Thread Ben
On 11/5/2019 12:08 PM, Reggie wrote: Karl Hammar wrote Reggie: ... Andrew thank you for the vibrato but you say it's able to create close to my image? How would I learn which code to change for that to happen? I probably need to draw curves free as I move forward but I need SVG output so I gues

Re: Frescobaldi LilyPond Log

2019-11-02 Thread Ben
On 11/2/2019 10:57 PM, Freeman Gilmore wrote: On Sat, Nov 2, 2019 at 10:51 PM Ben <mailto:soundsfromso...@gmail.com>> wrote: On 11/2/2019 10:16 PM, Freeman Gilmore wrote: On Sat, Nov 2, 2019 at 9:59 PM Ben mailto:soundsfromso...@gmail.com>> wrote: On 11

Re: Frescobaldi LilyPond Log

2019-11-02 Thread Ben
On 11/2/2019 10:16 PM, Freeman Gilmore wrote: On Sat, Nov 2, 2019 at 9:59 PM Ben <mailto:soundsfromso...@gmail.com>> wrote: On 11/2/2019 9:31 PM, Freeman Gilmore wrote: On Sat, Nov 2, 2019 at 9:26 PM Ben mailto:soundsfromso...@gmail.com>> wrote: On 11

Re: Frescobaldi LilyPond Log

2019-11-02 Thread Ben
On 11/2/2019 9:31 PM, Freeman Gilmore wrote: On Sat, Nov 2, 2019 at 9:26 PM Ben <mailto:soundsfromso...@gmail.com>> wrote: On 11/2/2019 8:16 PM, Freeman Gilmore wrote: Is there a way to make the font larger in the Frescobaldi, LilyPond Log? Thank you, ƒg

Re: Frescobaldi LilyPond Log

2019-11-02 Thread Ben
On 11/2/2019 8:16 PM, Freeman Gilmore wrote: Is there a way to make the font larger in the Frescobaldi, LilyPond Log? Thank you, ƒg Yes, you can hover the mouse over the log and use the mouse wheel + control key to change font size. :)

Re: Ricochet bowing articulations

2019-11-01 Thread Ben
#(lambda (grob)                   (grob-interpret-markup grob #{ \markup\musicglyph #"dots.dot" #}))               }             }           }         }

Re: Ricochet bowing articulations

2019-10-31 Thread Ben
} } Automagically, no time enough tonight, sorry... Cheers, Pierre Many thanks for your help and time, Pierre :) Have a good night. Le jeu. 31 oct. 2019 à 20:05, Ben <mailto:soundsfromso...@gmail.com>> a écrit : On 10/31/2019 2:50 PM, Pierre Perol-Schneider wrote: Oops, I miss

Re: Ricochet bowing articulations

2019-10-31 Thread Ben
) {   d''^\markup\ricochet #7 #1 s s s   d''^\markup\ricochet #3 #3 } Cheers, Pierre Le jeu. 31 oct. 2019 à 19:45, Pierre Perol-Schneider <mailto:pierre.schneider.pa...@gmail.com>> a écrit : Hi Ben, How about: \version "2.19.83" #(def

Re: Ricochet bowing articulations

2019-10-31 Thread Ben
) {   d''^\markup\ricochet #7 #1 s s s   d''^\markup\ricochet #3 #3 } Cheers, Pierre Le jeu. 31 oct. 2019 à 19:45, Pierre Perol-Schneider <mailto:pierre.schneider.pa...@gmail.com>> a écrit : Hi Ben, How about: \version "2.19.83" #(def

Ricochet bowing articulations

2019-10-31 Thread Ben
Good morning! How would it be possible to create the attached ricochet articulation in LilyPond? Also, I'm looking for a way to be able to modify the dots in two ways, for example: add/remove the number of dots (3-6) per articulation instance, and add some space in between several of the dot

Re: halloween page-number silliness

2019-10-29 Thread Ben
On 10/29/2019 8:08 AM, Stanton Sanderson wrote: Also runs for me, except the page numbers are not images but an increasing number of boxed question marks. (Mac- OS 10.14) - Stan On Oct 28, 2019, at 9:36 PM, David Nalesnik wrote: Hans, On Mon, 28 Oct 2019, 3:21 p.m. Hans Åberg, wrote:

Re: Cadenza Senza Tempo Problem

2019-10-28 Thread Ben
On 10/28/2019 8:41 PM, Reggie wrote: Thomas Morley-2 wrote Am Mo., 28. Okt. 2019 um 11:22 Uhr schrieb Reggie < reegistoop@ >: Hello list. I am struggling with this. Please don't laugh I just feel like crying I cannot see what is right in front of me I must be. I am attempting to learn more deep

Re: Hairpin whiteout problem

2019-10-24 Thread Ben
On 10/24/2019 5:39 PM, Simon Albrecht wrote: On 24.10.19 23:30, Ben wrote: Is there any way to adjust that so it always takes up a full chunk of the hairpin regardless of the true size of the markup? Of course. Try using markup with \with-dimensions or \with-dimensions-from; maybe also

Re: Hairpin whiteout problem

2019-10-24 Thread Ben
On 10/24/2019 5:14 PM, Simon Albrecht wrote: On 24.10.19 18:33, Ben wrote: Is it possible to whiteout hairpins? Of course—the real problem here is that you have to make the hairpin ignore the markup for its placement. Here’s a fidgety solution: %% \version "2.19.83" pla

Hairpin whiteout problem

2019-10-24 Thread Ben
Hello! Is it possible to whiteout hairpins? I can't figure it out. Code example: % \relative c' {   c2 d e\< f g_"C" f\! e d c } % I'd like for the "C" in this example to be inside / on top of the hairpin. Is there a way to have *any* type of object whiteout a hairpi

Re: time signature 4 / \breve ?

2019-10-16 Thread Ben
On 10/16/2019 8:59 PM, Paul Scott wrote: Is it possible to write a time signature 4 / \breve ? This occurs in Carmina Burana. Thank you for any ideas, Paul Hi Paul, Does this help get you close to what you're looking for? (see attached) %%% \version "2.19.83" #(use-modules (

Re: Slurring into another voice without breaking a beam

2019-10-16 Thread Ben
On 10/16/2019 9:32 AM, Simon Albrecht wrote: Hi Ben, could you maybe submit an issue to <https://github.com/openlilylib/snippets/issues>? If not, I’ll do it myself, but I’m currently short on time… Best, Simon Oh, good idea! I'll submit it shortly :) Have a great day! On

Re: Slurring into another voice without breaking a beam

2019-10-16 Thread Ben
On 10/15/2019 6:16 PM, Simon Albrecht wrote: On 15.10.19 23:35, Ben wrote: On 10/15/2019 4:43 PM, Simon Albrecht wrote: On 15.10.19 14:33, Ben wrote: What version(s) are you using Simon? The same, basically… Are you loading modules using the ‘new’ syntax? i.e. \include "oll

Re: Slurring into another voice without breaking a beam

2019-10-15 Thread Ben
On 10/15/2019 4:43 PM, Simon Albrecht wrote: On 15.10.19 14:33, Ben wrote: What version(s) are you using Simon? The same, basically… Are you loading modules using the ‘new’ syntax? i.e. \include "oll-core/package.ily" \loadModule snippets.notation-snippets.shaping-bezier-curv

Re: Slurring into another voice without breaking a beam

2019-10-15 Thread Ben
On 10/14/2019 7:31 PM, Simon Albrecht wrote: On 15.10.19 00:39, Ben wrote: When I try your code, I see warnings in the log. Are these unavoidable when using \shapeII in this way? I don’t know—I get no such warning. Is your OLL and LilyPond up to date? Best, Simon What version(s) are you

Re: Slurring into another voice without breaking a beam

2019-10-15 Thread Ben
On 10/14/2019 7:31 PM, Simon Albrecht wrote: On 15.10.19 00:39, Ben wrote: When I try your code, I see warnings in the log. Are these unavoidable when using \shapeII in this way? I don’t know—I get no such warning. Is your OLL and LilyPond up to date? Best, Simon Hi Simon, Here's

Re: Slurring into another voice without breaking a beam

2019-10-15 Thread Ben
On 10/14/2019 7:31 PM, Simon Albrecht wrote: On 15.10.19 00:39, Ben wrote: When I try your code, I see warnings in the log. Are these unavoidable when using \shapeII in this way? I don’t know—I get no such warning. Is your OLL and LilyPond up to date? Best, Simon Hmm, I think so. I&#

Re: Slurring into another voice without breaking a beam

2019-10-14 Thread Ben
On 10/14/2019 10:07 AM, Simon Albrecht wrote: On 14.10.19 15:40, Knute Snortum wrote: I don't like the slur shape of the lower slur.  I would usually override the Slur.positions or use \shape but I don't know how to apply either of these to an inter-chord slur.  Any suggestions? Hi Knute, ov

Re: How to search all Lilypond Archives in same search

2019-10-10 Thread Ben
On 10/10/2019 8:28 AM, Michael Abrams wrote: Hi, no wish to be a burden to any Lilypond user, but I am a new to Lilypond, and would like to find out if there is a way to search 'the Archives' at the same time rather than each entry in the [All List]? Michael . Hi Michael, Here is the G

Re: Open multiple files on frecoaldi

2019-10-09 Thread Ben
On 10/9/2019 9:13 AM, MING TSANG wrote: Hi, lily ponders, Previously, I was able to open multiple files in frecobaldi with each file in a separate tab. Then, a couple of days ago, I found that this function was no longer working as expected. I have no idea what why the function might have bec

Re: remove a staff

2019-10-09 Thread Ben
On 10/8/2019 9:22 PM, MING TSANG wrote: Hi, lilyponders, Is it possible to remove a staff ( everything)? Thanks for the help, Ming Ming, An empty staff? Or do you mean staves with music on them? If the latter, maybe try this approach: hideMusic = { \set Staff.keepAliveInterfaces = #'()

Re: Help with String Orchestra Template Please

2019-10-06 Thread Ben
On 10/5/2019 7:54 PM, Simon Albrecht wrote: Hi Ben, On 05.10.19 14:24, Ben wrote: Does your approach allow for clean part-printing? I put together a quick test and it looks like they all get included for violin 1. I don't know a straightforward way to accomplish one divisi per viol

Re: Help with String Orchestra Template Please

2019-10-05 Thread Ben
On 10/5/2019 4:53 AM, Simon Albrecht wrote: Hi Ben, your approach does work. It can be simplified quite a bit, mainly by using shortInstrumentName and \RemoveAllEmptyStaves, and not using keepAliveInterfaces, which you don’t even need. See ben-divisi.ly. On 05.10.19 03:08, Ben wrote: I

Re: Help with String Orchestra Template Please

2019-10-04 Thread Ben
On 10/4/2019 6:08 PM, Simon Albrecht wrote: Hi Reggie, there’s a really neat way of setting this up so that Lily will even be free to choose line breaks, but extra staves are only shown where necessary: \version "2.19.83" \paper { #(set-paper-size "a7") indent = 0 }

Re: partcombine - upper voice rests not printed

2019-10-04 Thread Ben
On 10/4/2019 12:37 PM, Eby Mani via lilypond-user wrote: Note: Seems the mail sent yesterday somehow did not appear in the mailing list or a delivery failed message was not generated. ** Apologies if this been asked earlier. When using \partcombine, rests on uppe

Re: percussion notation standard in Lilypond

2019-10-04 Thread Ben
On 10/4/2019 8:23 AM, list_lilyp...@infopower.nl wrote: Hello all, (very) long time not been here. I'm engraving some drum scores for kids and it seems their teacher is using another notation standard than Lilypond, zo I looked it up on wikipedia ( https://en.wikipedia.org/wiki/Percussion_not

Re: Partcombine swallows rest at start of measure

2019-08-31 Thread Ben
On 8/31/2019 6:30 PM, Carl Sorensen wrote: Consider the following code: \version "2.19.83" % Partcombine swallows a rest if it is the first musical content in a measure and erroneously claims the measure is Solo II \score{ {\clef bass \time 3/4 \partcombine { c'8 r8 c'2 | r8 c'8 c'2 }

Re: hairpins collide with markup

2019-08-14 Thread Ben
On 8/14/2019 6:04 PM, Rachel Knight via lilypond-user wrote: Hi, In a piece I am working on, the markups are colliding with crescendo and decrescendo markings. I finished a different piece that had both hairpins and markups where the markups were perfectly placed below the crescendo. Any idea

Re: Bar in a Symphony by Beethoven

2019-08-12 Thread Ben
On 8/12/2019 9:23 AM, Phil Holmes wrote:  RHS = Right Hand Side (when not Royal Horticultural Society). -- Phil Holmes Ah, thank you Phil. My brain was thinking in "syntax/command" mode, not math equation/sides. :) Much appreciated! ___ lilypond-

Re: Bar in a Symphony by Beethoven

2019-08-12 Thread Ben
On 8/12/2019 4:39 AM, Andrew Bernard wrote: Hi Victor, Now that Ben has given the game away :-) here's the code to make all beams flat: \override Beam.damping = #+inf.0 So now I can transform your exercise: use the NR to find out exactly what the RHS means, and also how to use over

Re: Bar in a Symphony by Beethoven

2019-08-11 Thread Ben
On 8/11/2019 3:55 PM, Víctor Manuel Ares Piñeiro via lilypond-user wrote: Thank you all very much for your answers and comments. First of all, the code that Andrew Bernard very kindly gave me: { \clef bass \stemUp b,8 \stemDown b8 b b b } This code was one of my first attem

Re: customizing the Frescobaldi score wizard

2019-08-09 Thread Ben
On 8/9/2019 11:24 AM, Kevin Cole wrote: First, I'm also on a Linux box. (Arch Linux, to be precise.) If I understand the question (which I am perhaps naive in assuming I do), one thing you might do to help yourself out is, FIRST either: (a) use the wizard but then, when it finishes, don't add

Re: customizing the Frescobaldi score wizard

2019-08-09 Thread Ben
On 8/8/2019 5:41 PM, Bill via lilypond-user wrote: Thanks for your post on the scorewizard.  What I learned will be helpful if I incorporate it in future work.  I am on Linux Mint and I can not find the sub directories you have on windows. These are the only directory and file I find searching

Re: drop down list

2019-08-03 Thread Ben
On 7/30/2019 1:01 PM, MING TSANG wrote: dear lily ponders, On score setup wizard - frecobaldi a few entry such as "subsubtitle", "tempo indication" have drop down list, is it possible to edit the list - ie to delete or modify  entries? Thanks for the help, Ming Hi Ming, Are you on Windows

Re: Installing v2.19.83

2019-07-26 Thread Ben
On 7/26/2019 9:55 AM, Ralph Palmer wrote: Greetings - I'm running ly v2.19.81 under Linux/Ubuntu. I've downloaded >. Do I need to move it to a particular directory before installing LilyPond 2.19.83? What command(s) do I need to run to install 2.19.83

Re: Installing v2.19.83

2019-07-26 Thread Ben
On 7/26/2019 9:55 AM, Ralph Palmer wrote: Greetings - I'm running ly v2.19.81 under Linux/Ubuntu. I've downloaded >. Do I need to move it to a particular directory before installing LilyPond 2.19.83? What command(s) do I need to run to install 2.19.83

Re: Alternating text and music

2019-07-25 Thread Ben
On 7/25/2019 2:14 PM, Peter Toye wrote: Re: Alternating text and music Hi Muzhic, Something like this but with the tie between the staves. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday, July 25, 2019, 6:34:56 PM, Muzhic w

  1   2   3   4   5   6   7   >