Re: notes regex expression

2017-08-31 Thread Jacques Menu Muzhic
Hello Gianmaria, > For the articulation is not a problem, at the moment I don't need it. I'm > writing some c# classes to help me generating lilypond source files. I don’t have any experience with C# programming, but maybe the Flex and Bison specifications that are part of the LilyPond

Re: Jianpu Notation

2017-08-26 Thread Jacques Menu Muzhic
Hello, I see that work has already been done for Jianpu, much more than I’m able to do. Thanks Ming for letting me know! JM > Le 25 août 2017 à 04:30, David Zhang a écrit : > > Hi MING ! > > I can't do the merge right now for I have to look deep into the code. But > anyone

Re: mid-melisma lyrics

2017-08-21 Thread Jacques Menu Muzhic
Hello Kieren, automagic : a quite nice new word! JM > Le 21 août 2017 à 04:02, Kieren MacMillan a > écrit : > > Hi Trevor, > >> I think I might treat the "m" as a separate lyric event, i.e. as a separate >> syllable, like this: > > Well, that's one way of

Re: XML import (WAS: A premiere by Daahoud Salim, typeset with LilyPond)

2017-08-15 Thread Jacques Menu Muzhic
Hello Francisco, > - The converted code has \stemUp and \stemDown in every single note, which > had to be searched and replaced. Also all articulations are forced up or > down. Don’t know why musicxml2ly recently enforced such behavior, without any option to prevent it. The same holds for

Re: Lilypond to read xml piano sheet music and output it with a number added to each note relative to middle c

2017-07-31 Thread Jacques Menu Muzhic
And how about chords? JM > Le 31 juil. 2017 à 09:40, Jacques Menu Muzhic <imj-muz...@bluewin.ch> a écrit > : > > Hello Petri, > > Can you supply a drawing showing how you want the numbers placed? That’s not > clear to me. > > JM > >> Le 31 juil.

Re: Lilypond to read xml piano sheet music and output it with a number added to each note relative to middle c

2017-07-31 Thread Jacques Menu Muzhic
Hello Petri, Can you supply a drawing showing how you want the numbers placed? That’s not clear to me. JM > Le 31 juil. 2017 à 08:34, Petri Moilanen a > écrit : > > Can Lilypond be used to import xml piano sheet music and then run a snippet > which will

Re: extending extender in lyric music

2017-07-20 Thread Jacques Menu Muzhic
Hello Michael, Does: The Lord shall bless His peo -- ple do what you’re after? JM > Le 29 juin 2017 à 08:07, Michael Dykes a écrit : > > \version "2.18.0" > \include "english.ly" > \include "gregorian.ly" > > \layout { > \context{ >\Score \override

Re: A contribution (was Re: snippet to properly align dynamics with expressive text)

2017-07-10 Thread Jacques Menu Muzhic
Hello Richard, Just for the record: I’m using LilyDev 4, in which LilyPond builds seamlessly. The work to have it running in your virtual machines environment is not that great. JM > Le 10 juil. 2017 à 08:44, Urs Liska a écrit : > > > > Am 08.07.2017 um 16:58 schrieb

Re: Place text next to rehearsal mark, or with left edge over barline if there is none

2017-07-09 Thread Jacques Menu Muzhic
e \override TextScript.outside-staff-priority = #2000 \once \override TextScript.extra-offset = #'(-4 . 3) r8^\markup { IABACA } b' d g b d | c8 b a g a g | c8 b a g a g | c8 b a g a g | c8 b a g a g | } JM > Le 9 juil. 2017 à 18:29, Jacques Menu Muzhic <imj-muz...@blue

Re: Place text next to rehearsal mark, or with left edge over barline if there is none

2017-07-09 Thread Jacques Menu Muzhic
Hello caagr98, The second score in the example below can help you solve the first issue. JM. \version "2.17.19" { \markLengthOn \mark\default \tempo "This is a really long tempo mark" c''4 d'' e'' f'' \mark\default \tempo 4=60 g'' 1 } \score { << \new MarkLine {

Re: old f-clef

2017-06-29 Thread Jacques Menu Muzhic
Great, Pierre! JM > Le 30 juin 2017 à 07:12, Pierre Perol-Schneider > a écrit : > > Hi Andy, > That reminds me a former discussion: > http://lilypond.1069038.n5.nabble.com/Ladder-style-C-clef-for-TTBB-men-s-chorus-td194673.html > >

Re: OT!?

2017-06-29 Thread Jacques Menu Muzhic
Hello Mario, Sorry I can’t see your example, I dont have any Google account. JM > Le 30 juin 2017 à 02:55, Mario Moles a écrit : > > Arranged with Lilypond/Frescobaldi! > > https://www.youtube.com/edit?o=U_id=hiC1znjrRVk > > >

Re: headers and footers

2017-06-28 Thread Jacques Menu Muzhic
Hello William, For your second point, you can start with the following « oddFooterMarkup » and adapt it to your needs. JM \version "2.19.40" #(define (fileName) (let* ((args (program-arguments)) (args-len (length args))) (list-ref args (- args-len 1 #(define fileSize

Re: Install LilyBoulez or other alternative fonts on Ubuntu

2017-06-26 Thread Jacques Menu Muzhic
Complement for those of us using Mac OS X: the fonts files should be placed in: /Applications/LilyPond.app/Contents/Resources/share/lilypond/current/fonts/otf and: /Applications/LilyPond.app/Contents/Resources/share/lilypond/current/fonts/svg respectively. JM > Le 26 juin

Re: Multiple exercises on a single line

2017-06-07 Thread Jacques Menu Muzhic
Now that’s great, thanks David! JM > Le 7 juin 2017 à 09:15, David Kastrup a écrit : > > Gianmaria Lari writes: > >> I would like to write short exercises of one measure consecutively on the >> same line. Something similar to what I attached. How I can

Re: \transposition does nothing?

2017-05-31 Thread Jacques Menu Muzhic
Hello folks, This subject comes from time to time : maybe \transposeMidi would be a better name? JM > Le 31 mai 2017 à 19:18, caag...@gmail.com a écrit : > > \transposition doesn't affect the generated score, it only affects the midi > output. To transpose the score, do \new Staff {

Re: Function which return the chords of the degrees of a mode

2017-05-16 Thread Jacques Menu Muzhic
Hello zaord, In which language? JM > Le 15 mai 2017 à 19:56, zaord a écrit : > > Hi Here, > > I'am trying to make a function which is returning a list of 7 chords > corresponding of each degree of a mode. > > Exemple : > > In X Major, we knows that the chords are :

Re: program error: mis-predicted force

2017-05-14 Thread Jacques Menu Muzhic
Hello Auke, Here is what I get with 2.19.55: Starting lilypond 2.19.55 [Untitled (2)]... Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/frescobaldi-cgabe6rk/tmpsguji5sa/document.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of

Re: Mark formatting problem

2017-05-05 Thread Jacques Menu Muzhic
Hello Malte, I hadn’t thought of an explictit \box, thanks for the hint! JM > Le 5 mai 2017 à 10:41, Malte Meyn a écrit : > > > > Am 05.05.2017 um 10:35 schrieb Menu Jacques: >> Hello folks, >> >> Mark « B » in the following is not placed in a box, like the others.

Re: lilyjazz?

2017-05-03 Thread Jacques Menu Muzhic
Hello, With: %%% \version "2.19.55" \require "lilyjazz" \layout { \context { \Score \jazzOn } } chordNames = \chordmode { e1:maj7 ees:maj7 } melody = \relative c' { e1 ees } \score { << \new ChordNames { \chordNames } \new Staff {

Re: Align to left the instrument title

2017-05-02 Thread Jacques Menu Muzhic
Hello Marco, You minimal working example (MWE) is too minimal actually. How about: \version "2.19.55" \version "2.18.2" \header { title = \markup \fontsize #+1.5 {"My Music"} instrument = \markup {\left-align \fontsize #+1.5 {"Flute"}} } { c } JM > Le 2 mai 2017 à 14:14, Marco Bagolin

Re: Unusual repeat/chorus structure

2017-04-30 Thread Jacques Menu Muzhic
Ooops, that one escaped me…: In: JM > Le 1 mai 2017 à 01:00, Jacques Menu Muzhic <imj-muz...@bluewin.ch> a écrit : > > Hello Don, > > Thanks for the invoice. > > With MuseScore 2.0.3 and musicxml2ly 2.19.55, I get the same as you: > > me

Re: Unusual repeat/chorus structure

2017-04-30 Thread Jacques Menu Muzhic
o time signature changes, so 271/6 = 45.167, hence measure 45. HTH! JM > Le 30 avr. 2017 à 18:59, Don Gingrich <gingr...@internode.on.net> a écrit : > > On Sun, 30 Apr 2017 14:09:50 Jacques Menu Muzhic wrote: >> Hello Don, >> >> I found a slight bu

Re: XML-Import into Frescobaldi Windows

2017-04-28 Thread Jacques Menu Muzhic
usescore, capella, Sibelius). The problem > is always the same. > >> -Ursprüngliche Nachricht- >> Von: Jacques Menu Muzhic [mailto:imj-muz...@bluewin.ch] >> Gesendet: Freitag, 28. April 2017 11:01 >> An: zs.has...@gmx.de >> Cc: Jacques Menu Muzhic <imj-muz...@bluewin.ch&

Re: I want my fs back!

2017-04-25 Thread Jacques Menu Muzhic
Hello, If I’m not mistaken, LaTeX handles ff in a special way, i.e. as a single glyph, to have them closer to each other than they would otherwise be. Could that be related to your problem? JM > Le 25 avr. 2017 à 12:24, Manuela a écrit : > > This problem has

Re: What does everyone want? (2)

2017-04-20 Thread Jacques Menu Muzhic
Thanks David for the explanation! JM > Le 20 avr. 2017 à 08:51, David Kastrup <d...@gnu.org> a écrit : > > Jacques Menu Muzhic <imj-muz...@bluewin.ch> writes: > >> Hello David, >> >>> LilyPond 3 could be a rework of the optimization engine doing a

Re: What does everyone want? (2)

2017-04-19 Thread Jacques Menu Muzhic
Hello David, > LilyPond 3 could be a rework of the optimization engine doing away with > the hard pure/unpure distinction. Not sure I understand this, can you tell us more? Thanks! JM ___ lilypond-user mailing list lilypond-user@gnu.org

Re: importing midifiles

2017-04-17 Thread Jacques Menu Muzhic
Hello Bert, musicsml2ly is also useful when scanning existing scores and exporting the result to MusicXML. JM > Le 17 avr. 2017 à 16:35, Martin Tarenskeen a écrit : > > > > On Mon, 17 Apr 2017, Bert Van den Brink wrote: > >> Dear all I just subscribed to the

Re: Volta endings and using \set Score.repeatCommands

2017-04-11 Thread Jacques Menu Muzhic
Ooops, forget the ‘Something new’… > Le 11 avr. 2017 à 08:55, Jacques Menu Muzhic <imj-muz...@bluewin.ch> a écrit : > > 2.19.55 does not issue thie message, though: > > Starting lilypond 2.19.55 [Untitled (2)]... > Processing > `/var/folders/jc/xrpy67_x6_vcjfzpz

Re: Volta endings and using \set Score.repeatCommands

2017-04-11 Thread Jacques Menu Muzhic
-repeat) >> c4 c c c >> \bar ":|." >> } >> } >> >> >> So I think I am doing something wrong with the Score.repeateCommands. >> >> Stan >> >> On 04/10/2017 12:24 PM, Mark Stephen Mrotek wrote: >> Jacques,

Re: Volta endings and using \set Score.repeatCommands

2017-04-10 Thread Jacques Menu Muzhic
Hello Stan, Here is what I get with 2.19.55: Starting lilypond 2.19.55 [Untitled]... Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/frescobaldi-9sn6c32v/tmp3a9rlkcp/document.ly' Parsing...

Re: Lilypond document reformatting script?

2017-03-30 Thread Jacques Menu Muzhic
Hello Devon, Can you send me one those XML files privately? I’d like to perform some experiments. Thanks! > Le 30 mars 2017 à 21:48, m.tarensk...@zonnet.nl a écrit : > > > > Verzonden vanaf mijn Huawei mobiele telefoon > > > Oorspronkelijk bericht > Onderwerp: Re:

Re: Conflict with "poet" and "Composer"

2017-03-30 Thread Jacques Menu Muzhic
Hello Son, Can you supply a minimal example? JM > Le 30 mars 2017 à 20:43, Son_V a écrit : > > Hi, > if the field in "poet = " is too long, the words mix over the words of the > field "composer = ". > > How can I get rid of this? Thanks. > > > > -- > View this

Re: Unclear doc?

2017-03-30 Thread Jacques Menu Muzhic
Hello Malte, Thanks! JM > Le 29 mars 2017 à 10:42, Malte Meyn a écrit : > > > > Am 29.03.2017 um 08:41 schrieb Menu Jacques: >> Hello folks, >> >> In appendix A.17 of the LPNR v2.19.57, what doest the « No setting… » >> sentence mean? >> >> alternativeNumberingStyle

Re: What can Premusic do that others can't?

2017-03-20 Thread Jacques Menu Muzhic
Hello Have, I don’t understand what you mean by square characters: can you make that more clear? There are text editors you can use I guess for the parallel aspect of what seems to be a measure-wise notation IIUC, i.e. those that offer block-mode editing such as Win-EDT on Windows. There’s a

Re: MIssing semi-sharp, semi-flat , sesqui-sharp, and sesqui-flat names in some languages in LPNR 2.19.56

2017-03-20 Thread Jacques Menu Muzhic
Hello Malte, Thanks, I was afraid it was missing information in the docs. A nice day! JM > Le 20 mars 2017 à 12:04, Malte Meyn a écrit : > > > > Am 20.03.2017 um 11:38 schrieb Menu Jacques: >> I’ve noticed that only the following languages: >> >> nederlands

Re: ANN: Frescobaldi 2.20.0, Frescobaldi 3.0.0, python-ly 0.9.5

2017-02-19 Thread Jacques Menu Muzhic
Hello Wilbert and Davide, Thanks a lot to you and the other contributors to Frescobaldi, I just installed 2.20.0 on OS X 10.12.3 alright. A great tool! JM > Le 19 févr. 2017 à 22:14, Davide Liessi a écrit : > > 2017-02-17 10:58 GMT+01:00 Wilbert Berendsen

Re: 5 quaters per 4/4 measure

2017-02-16 Thread Jacques Menu Muzhic
Hello, Thanks for the solutions! I think I’ll use the cadenza : its use for the intonation before the main music body is quite convincing. JM > Le 16 févr. 2017 à 16:31, Urs Liska a écrit : > > > > Am 16.02.2017 um 15:25 schrieb Menu Jacques: >> The Binchois.xml

Re: lilyjazz?

2017-02-12 Thread Jacques Menu Muzhic
om/lyp-packages/lilyjazz <https://github.com/lyp-packages/lilyjazz> best Sharon > Le 12 févr. 2017 à 23:18, Jacques Menu Muzhic <imj-muz...@bluewin.ch> a écrit > : > > Hello Rob, > > This works fine for me. > > JM > > > \version "2.19.44&qu

Re: lilyjazz?

2017-02-12 Thread Jacques Menu Muzhic
Hello Rob, This works fine for me. JM \version "2.19.44" \paper { #(define fonts (set-global-fonts #:music "lilyjazz" #:brace "lilyjazz" #:roman "lilyjazz-text" #:sans "lilyjazz-chord" #:factor (/ staff-height pt 20) )) } chordNames = \chordmode {

Re: Double time signature when there are grace notes

2017-02-10 Thread Jacques Menu Muzhic
Hello Thomas, Not a bug, but a feature : you have to add graces in all voices : \version "2.19.44" << { c'1 \break \time 15/16 \grace a'16 b'2... } { R1 \break \time 15/16 \grace s16 c'2... } >> JM > Le 10 févr. 2017 à 23:23, Thomas Weber

Re: Faking a time signature

2017-01-15 Thread Jacques Menu Muzhic
Hello Malte, Excellent, thanks! JM > Le 15 janv. 2017 à 23:18, Malte Meyn a écrit : > > Am 15.01.2017 um 22:00 schrieb Menu Jacques: >> Hello, >> >> Going on with my Gabrieli example, there is a time change to 3/2, and I >> can’t get rid of the warning message on the

Re: Experience with several import filters

2017-01-14 Thread Jacques Menu Muzhic
ignores it: \stemUp es,4. _\f \stemUp f16 [ \stemUp g16 ] \stemDown as16 [ MozartAnChloeK524Sample.xml Description: XML document JM > Le 14 janv. 2017 à 08:35, Urs Liska <u...@openlilylib.org> a écrit : > > > > Am 14. Januar 2017 06:35:53 GMT+00:00 schrieb Jacques Me

Re: Experience with several import filters

2017-01-13 Thread Jacques Menu Muzhic
#'font-size = #-3 \once \override AccidentalSuggestion #'script-priority = #-1 \single \hideNotes b8-\turn \noBeam s8 } >> } JM > Le 3 janv. 2017 à 21:42, Jacques Menu Muzhic <imj-muz...@bluewin.ch> a écrit : > > Hello folks, > > I

Re: Experience with several import filters

2017-01-03 Thread Jacques Menu Muzhic
Hello folks, I’m using musicxml2ly rather often, to convert MusicXML exported by PhotoScore Ultimate. It is quite usable and does a good job, with some limitations that you have to live with: - it does not handle well \repeat’s with more that 2 alternatives; - upbeats

Re: Which Linux distro for Lilypond

2016-12-24 Thread Jacques Menu Muzhic
I use LilyDev 4 (Debian 8 / Jessie, native GUI I guess) on a Mac with VMware Fusion, on which Lilypond dev versions compile seamlessly. JM > Le 24 déc. 2016 à 17:06, J Martin Rushton a > écrit : > > > > On 24/12/16 08:33, Federico Bruni wrote: >> Il

Re: Repositioning a dynamic

2016-12-16 Thread Jacques Menu Muzhic
Hello Peter, How about this: \version "2.18.2" music = { c16( c c c c_\< c c c\! c\> c c c\! c c c c) } \paper { ragged-right = ##t indent = 0 } \layout { \context { \Staff \remove "Time_signature_engraver" } } \relative c' { \override Slur.height-limit = 4 \override DynamicLineSpanner

Re: Any idea what this error message means?

2016-12-16 Thread Jacques Menu Muzhic
> Le 16 déc. 2016 à 13:47, Peter Toye a écrit : > > Jean, > > Thanks to all who answered. It seems to be the space in the file name. I > replaced it with an underline and it seems OK now. > > Should be a warning to all application developers: if you're going to put >

Re: musicxml2ly makes an apparently defective lilypond file

2016-12-15 Thread Jacques Menu Muzhic
Hello Patrick, I did as you said with LP 2.19.44 and got in the end what follows. JM -- \version "2.19.47" % automatically converted by musicxml2ly from test.xml \pointAndClickOff \header { encodingsoftware = "MuseScore 2.0.3.1" encodingdate = "2016-12-15" }

Re: Any idea what this error message means?

2016-12-15 Thread Jacques Menu Muzhic
Hello Peter, Maybe the problem stems from spaces in file names such as : All night.pdf You could avoid them, or place such files names in quotes such as 'All night.pdf’. Can you try that? JM > Le 15 déc. 2016 à 20:16, Peter Toye a écrit : > > As far as I can

Re: Melismata question

2016-12-07 Thread Jacques Menu Muzhic
Hello Abraham, Thanks for the precision! JM > Le 7 déc. 2016 à 18:16, tisimst a écrit : > > Hi, Menu! > > On Wed, Dec 7, 2016 at 10:12 AM, Menu Jacques [via Lilypond] <[hidden email] > > wrote: > Hello folks, > > The NR tells we can use « __ » to indicate a

Re: New LilyPond website

2016-11-28 Thread Jacques Menu Muzhic
Hello John, A well-done site! You could make the image in the Examples page a link to the source code, as in LSR. JM > Le 29 nov. 2016 à 06:44, Urs Liska a écrit : > > > > Am 29. November 2016 02:33:25 MEZ, schrieb John Roper > : >> I have

Re: Alternative subtleties

2016-11-28 Thread Jacques Menu Muzhic
Hello Malte, Thanks for the clarification, I had focused more on syntax that on semantics. A nice day! JM > Le 28 nov. 2016 à 09:48, Malte Meyn a écrit : > > > > Am 28.11.2016 um 08:44 schrieb Menu Jacques: >> Hello folks, >> >> I’ve always used \alternative with a

Re: Photoscore

2016-11-27 Thread Jacques Menu Muzhic
quite a lot of manual > work to move symbols and so on about. (Though it's possible they've improved > this by version 7, and some of my friends that use it say this is the case). > > > > Best of luck :) > > > > Chris > > > > > On Sun, 27 Nov 201

Re: Quick question about accidentals

2016-11-26 Thread Jacques Menu Muzhic
Brilliant! JM > Le 26 nov. 2016 à 17:52, David Kastrup a écrit : > > David Sumbler writes: > >> Thanks for these 2 replies. I have tidied things up a bit by using >> >> \once \omit Accidental >> >> as suggested by Noeck. >> >> David's reply has given me

Re: Photoscore

2016-11-22 Thread Jacques Menu Muzhic
Oups, totally forgot I had tested it two years ago, my fault. > Le 22 nov. 2016 à 17:22, Jacques Menu Muzhic <imj-muz...@bluewin.ch> a écrit : > > I just downloaded the SmartScore X2 Pro demo for Mac, but it tells me that my > 60 day test period is over…. > >&

Re: Photoscore

2016-11-22 Thread Jacques Menu Muzhic
I just downloaded the SmartScore X2 Pro demo for Mac, but it tells me that my 60 day test period is over…. > Le 22 nov. 2016 à 14:21, SoundsFromSound a écrit : > > N. Andrew Walsh wrote >> Hi List, >> >> I've unfortunately run up against a suddenly very urgent

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-22 Thread Jacques Menu Muzhic
Dear McLaren, Using LilyPond is by no means mandatory : if you don’t like it or find it ill-designed and you don’t find what you need on the market, do start another open source project, or a commercial one, to do things in the way that you feel is the right one to fulfill your needs. We’ll

Re: How to get irrational tuplets inside a regular meter like 9/8

2016-11-08 Thread Jacques Menu Muzhic
Hello McLaren, As a newbie to this kind of calculations in notes length, how I am supposed to play them? In particular, if others play them too? JM > Le 8 nov. 2016 à 09:02, David Kastrup a écrit : > > mclaren writes: > >> An alternative method

Re: search term

2016-10-30 Thread Jacques Menu Muzhic
Hello Mark, Maybe you can take ideas from the following. JM — \version "2.19.44" underscorePath = #'( (rlineto 0 -1.0) (moveto 0 0) (rlineto 6.0 0) (closepath)) Tutti = ^\markup{ \column { "[Tutti]" \vspace #-0.75 \path #0.25 #underscorePath } } Soli =

Re: Unpitched notes/sounds

2016-10-20 Thread Jacques Menu Muzhic
Hello all, Thanks for your answers, they enlightened this matter which I hadn’t met before! JM > Le 20 oct. 2016 à 08:54, Andrew Bernard a écrit : > > Hi Jacques, > > Ghost notes can be written with an x notehead, but are also often written as > a notehead in

Re: Minor melodic and harmonic scales

2016-09-23 Thread Jacques Menu Muzhic
Hello Pierre, Not sure it’s exactly what you’re after, but look at : http://lilypondblog.org/2013/09/automatic-generation-of-scales-in-various-modes-for-all-21-pitches/ JM > Le 23 sept. 2016 à 09:58, Pierre Perol-Schneider > a écrit : > > Hi List,

Re: always set beam outside of staff

2016-09-08 Thread Jacques Menu Muzhic
Hello Michael, Can you show an example of what you’d like to get? JM > Le 8 sept. 2016 à 08:52, Michael Winter a écrit : > > Is it possible to force a beam to always start (vertically) a minimum > distance from the staff regardless of the stem direction? > >

Re: v2.19.47 on Mac x86

2016-09-05 Thread Jacques Menu Muzhic
n’t fully comprehend it, and I am not prepared to sacrifice > my Mac by adjusting the csrutl settings in recovery mode to turn it all off. > > Shoud this thread move to the devel list? > > Andrew > > > > On 5 September 2016 at 1:41:44 AM, Jacques Menu Muzhic > (imj-muz...

Re: v2.19.47 on Mac x86

2016-09-04 Thread Jacques Menu Muzhic
have to adjust things with csrutil, but I cannot get > that to work. > > Andrew > > > > > On 4 September 2016 at 11:39:19 PM, Jacques Menu Muzhic > (imj-muz...@bluewin.ch <mailto:imj-muz...@bluewin.ch>) wrote: > >> Hello Andrew, >> >&

Re: v2.19.47 on Mac x86

2016-09-04 Thread Jacques Menu Muzhic
e. The > ‘rootless’ envrionemnt prevents root from havng superuser powers. [I do not > appreciate this restriction of normal UNIX capabilities.] > > > Andrew > > > > On 4 September 2016 at 5:14:02 PM, Jacques Menu Muzhic (imj-muz...@bluewin.ch > <mailto:imj

Re: 2 questions on choir staff

2016-09-04 Thread Jacques Menu Muzhic
> Craig > > > On 4 September 2016 at 20:11, Jacques Menu Muzhic <imj-muz...@bluewin.ch > <mailto:imj-muz...@bluewin.ch>> wrote: > Hello Craig, > > 1. > > instrumentName = \markup {\rotate #90 \column{" " \vspace #-4 \bold "SOLI" }} &

Re: 2 questions on choir staff

2016-09-04 Thread Jacques Menu Muzhic
Hello Craig, 1. instrumentName = \markup {\rotate #90 \column{" " \vspace #-4 \bold "SOLI" }} 2. What do you mean by removing te opening bracket? JM > Le 4 sept. 2016 à 11:40, Craig Dabelstein a > écrit : > > > Hi Lilyponders, > > I have two questions in the

Re: v2.19.47 on Mac x86

2016-09-04 Thread Jacques Menu Muzhic
Hello Andrew, I found information at : https://8thlight.com/blog/colin-jones/2015/11/06/dtrace-even-better-than-strace-for-osx.html The dtruce and dtrace options lists are shown below. They

Re: Mystery Solved - Thanks

2016-09-02 Thread Jacques Menu Muzhic
Hello Pastor, I wish all the musicians I’m playing with had bar numbers though, that would prevent a huge amount of time being lost during work sessions, when people count forward and/or backward to get at the right measure… JM > Le 1 sept. 2016 à 17:27, Simon Albrecht

Re: Horizontal positioning of rests

2016-09-01 Thread Jacques Menu Muzhic
Hello Karen, R2 instead of r2\rest solves the issue for the first measure on staff 3. JM > Le 1 sept. 2016 à 22:49, Karen Billings a écrit : > > Hi all, > > Sorry to bother you with a beginner's problem... I have been using Lilypond > for about a year now, and all that

Re: help with loop in a Make file

2016-08-31 Thread Jacques Menu Muzhic
Hello Federico, The actual syntax for a loop in Make is different that that of bash, as is its meaning by the way, see: https://www.gnu.org/software/make/manual/html_node/Foreach-Function.html. But what you need is probably a pattern like this, where ‘%’ is a place holder as

Re: Lilypond reading pdf's

2016-08-30 Thread Jacques Menu Muzhic
Hello Phil, If I’m not mistaken, SharpEye has been renamed to PhotoScore Ultimate some time ago. JM > Le 30 août 2016 à 10:21, Phil Holmes a écrit : > > - Original Message - From: "Donald J. Stewart" > > To: >

Re: Lilypond reading pdf's

2016-08-29 Thread Jacques Menu Muzhic
Hello Donald, I use PhotoScore Ultimate (not free, but quite worth its price) to scan PDF, fix the scanning issues, export to MusicXML and convert to LP with musicxml2ly. The final fixes are done with Frescobaldi. Can give great results with good quality PDF files. JM > Le 29 août 2016 à

Re: question about minor + fourth

2016-08-27 Thread Jacques Menu Muzhic
Hello Benjamin, The error you get is due to wrong syntax, no problem. You can display chords your own way with something like the following, see Customizing chord names in the Notation Reference : % Exception music is chords with markups chExceptionMusic = { 1-\markup { \super {"-7("

Re: Potential improvements to the homepage?

2016-08-23 Thread Jacques Menu Muzhic
Hello, Would a CMS like WordPress be a good candidate for a complete rewrite? I don’t know what is needed behind the scenes to satisfy the needs of such a web site. JM > Le 23 août 2016 à 16:18, Federico Bruni a écrit : > > Il giorno dom 21 ago 2016 alle 11:19, Andrew

Re: MusicXML2Ly: Problem with minor chords

2016-08-19 Thread Jacques Menu Muzhic
BTW, how are such regression tests devised and organized? JM > Le 17 août 2016 à 21:26, David Kastrup a écrit : > > Johan Vromans writes: > >> David Kastrup wrote: >> >>> ... the change to let >>> c:5 exclude the third was introduced as

Re: Custom glyph depending on the 'glyph-name

2016-08-17 Thread Jacques Menu Muzhic
Hello Pierre, How did you solve that actually? Thanks! JM > Le 16 août 2016 à 22:41, Pierre Perol-Schneider > a écrit : > > Ok I got it. Sorry for the noise. > Cheers, > Pierre > > 2016-08-16 22:06 GMT+02:00 Pierre Perol-Schneider >

Re: Changing basic distance between stanzas

2016-08-17 Thread Jacques Menu Muzhic
Hello Simon, Small typo, non-staff-nonstaff-spacing should read nonstaff-nonstaff-spacing. JM > Le 17 août 2016 à 16:26, Joshua Nichols a écrit : > > 2.18 already allows for the neater dot-separated list syntax: > > Thank you. > > > IX, > > Josh > > On Wed, Aug

Re: Compiling against guile-2.*

2016-08-16 Thread Jacques Menu Muzhic
Hello Andrew, Guile 2.x features semantic changes (in memory management IIRC) that prevent LP from being able to use it, DK will tell you more. JM > Le 16 août 2016 à 22:03, N. Andrew Walsh a écrit : > > Hi List, > > so I'm compiling a "live" build of Lily that

Re: display multi measure rest span

2016-08-02 Thread Jacques Menu Muzhic
Hello Craig, This has been contributed on this list: %% \layout { \override Score.BarNumber.break-visibility = ##(#t #t #t) } fancyMultiMeasureRestNumber = { \applyOutput Voice.MultiMeasureRestNumber #(lambda (g c p) (let* ((currentBarNumber (ly:context-property c

Re: Dynamic with markup text function

2016-07-30 Thread Jacques Menu Muzhic
Hello Dimitris, What would you like to align the dynamics with? JM > Le 29 juil. 2016 à 20:44, dtsmarin a écrit : > > Yes!! > Thanks a lot! > What about the alignment? Is it configurable like the other default objects? > > > > > > -- > View this message in context:

Re: notation of wind chimes

2016-07-29 Thread Jacques Menu Muzhic
Hello Bart, From Adler’s book: HTH! JM > Le 29 juil. 2016 à 13:44, bart deruyter a écrit : > > Hey, > > thanks for the tips, I'll try to find that book of Adler. Good idea to go > straight to the percussionist, I will surely do. > > grtz, > Bart > >

Re: Create a \bookpart in a Scheme function

2016-07-27 Thread Jacques Menu Muzhic
Oops… thansk Urs, really getting old! JM > Le 27 juil. 2016 à 10:03, Urs Liska <u...@openlilylib.org> a écrit : > > > > Am 27.07.2016 um 09:47 schrieb Jacques Menu Muzhic: >> Strangely enough, I get two scores after the title page, i.e. three pages >> altoge

Re: Create a \bookpart in a Scheme function

2016-07-27 Thread Jacques Menu Muzhic
Hello folks, I tried to make the use of identifiers easier to follow, « book » being used everywhere, with the code below. Strangely enough, I get two scores after the title page, i.e. three pages altogether. Any hint? JM \version "2.19.44" makeBookpart = #(define-void-function

Re: Is it possible to do this without the warning?

2016-07-26 Thread Jacques Menu Muzhic
Hello Peter, Adding ‘\voicexxx’ and removing '\stem*', I get something that works alright: \version "2.19.44" global = { \time 3/8 } % 1: highest classicalGuitarVoiceOne = \relative c' { \global \voiceOne d4 d8 | e4 e8 } % 2: lowest classicalGuitarVoiceTwo = \relative c { \global

Re: Question concerning my code

2016-07-24 Thread Jacques Menu Muzhic
Hello Raphael, Fixing the code as mentioned by Jean produces the score alright, with the following log: Starting lilypond 2.19.44 [Untitled (2)]... Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/frescobaldi-wikH7Q/tmpX8ROGi/document.ly' Parsing... Interpreting music... warning:

Re: Remove staff in one particular section

2016-07-08 Thread Jacques Menu Muzhic
Hello Caio, Does this help you, from a previous post? \version "2.19.25" %{ \RemoveEmptyStaves does not work primarily because \PianoStaff has the Keep_alive_together_engraver. You should remove that one (or not use \PianoStaff) and then invoke only the second Staff as \new Staff \with {

Re: Decaying squiggle

2016-06-28 Thread Jacques Menu Muzhic
Hello Andrew, Look at the bottom of page 4 and beginning of page 5 of: http://web.mit.edu/6.02/www/s2007/lab2.pdf They show how to draw a decaying wave with: y_damped = sin(2*pi*330*t).*exp(-t/tau); I guess this could be done in Scheme, couldn’t it? JM > Le 23 juin 2016 à

Re: Multiple rhythms in same score

2016-06-28 Thread Jacques Menu Muzhic
> Le 24 juin 2016 à 14:29, Stephen MacNeil a écrit : > > Hi Don > > I see this a lot, (in guitar music -- typically vocals are added) the two > typical ways are 1. use small notes eg 2. use the same size notes. I can > post examples if you need. > > >>I'm guessing

Re: Vertical justification after \pagebreak

2016-06-23 Thread Jacques Menu Muzhic
Hello Gabriel-Marie, Does ragged-*, described in section 4.3.2 Page breaking of the notation reference help you? JM > Le 23 juin 2016 à 00:02, Br. Gabriel-Marie | SSPX a > écrit : > > In my music, I have the chorus at the top and the verses following. Since my > music

Re: OT: review needed for liner notes translation

2016-06-11 Thread Jacques Menu Muzhic
You’re right, the result is quite nice! > Le 11 juin 2016 à 10:59, Urs Liska <u...@openlilylib.org> a écrit : > > > > Am 11.06.2016 um 10:58 schrieb Jacques Menu Muzhic: >> Hello Urs, >> >> Which software do you use to produce such CD covers?

Re: OT: review needed for liner notes translation

2016-06-11 Thread Jacques Menu Muzhic
Hello Urs, Which software do you use to produce such CD covers? JM > Le 11 juin 2016 à 10:47, Robert Blackstone a > écrit : > > Hi Urs, > > Ref.: "...which would then be quite urgent." Are you thinking of hours? Or > minutes ;-) ? > > Anyway, I would be

Re: how to override of TextScript.stencil into a tweak

2016-06-03 Thread Jacques Menu Muzhic
Hello Ryan, Does: { r1\fermata -\tweak TextScript.stencil #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) -\markup { \teeny "wait for viola cue" } \stopTextSpan -\tweak TextScript.stencil #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) ^"B » } do what you want? JM

Re: Hiding empty staves

2016-06-03 Thread Jacques Menu Muzhic
Hello Andrew, From a previous thread: %%% \version "2.19.25" %{ \RemoveEmptyStaves does not work primarily because \PianoStaff has the Keep_alive_together_engraver. You should remove that one (or not use \PianoStaff) and then invoke only the second Staff as \new Staff \with {

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Jacques Menu Muzhic
Thanks Brian! JM > Le 30 mai 2016 à 11:34, Brian Barker <b.m.bar...@btinternet.com> a écrit : > > At 11:18 30/05/2016 +0200, Jacques Menu Muzhic wrote: >> Le 30 mai 2016 à 11:13, Stanislav Ossovsky a écrit : >>> I have been developing tactile stave music notation

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Jacques Menu Muzhic
Hello Stanislav, FMI : what is a CNC machine? Thanks! JM > Le 30 mai 2016 à 11:13, Stanislav a écrit : > > Hello everybody! > I have been developing tactile stave music notation for > the visually impaired. I am going to make a score with > subsequent milling on a

Re: repeat and dynamic

2016-05-27 Thread Jacques Menu Muzhic
In the line of using a master to hold all dynamic information, I’d prefer: << \repeat unfold 3 { a'-4 g'-3 e'-2 c''-5 } \\ { s1\p\< | s1 | s2. s4\! } >> JM > Le 27 mai 2016 à 22:11, Gianmaria Lari a écrit : > >>> Is there any way to write the previous code using

Re: OT: high-precision tuner app

2016-05-27 Thread Jacques Menu Muzhic
> Le 27 mai 2016 à 08:16, Michael Hendry a écrit : > Other instruments are constructed and tuned so as to sound good in certain > keys and not so good in others, so it’s feasible that an orchestra could > sound better playing in sharp keys. I was told that the open

Re: OT: high-precision tuner app

2016-05-26 Thread Jacques Menu Muzhic
> Le 26 mai 2016 à 09:57, Michael Hendry a écrit : > > > I seem to have struck an interesting chord, here! > > Another phenomenon about which I have doubts involves people who claim that > when they hear music in “sharp” keys (e.g. G, D, A, E) their experience is of

<    1   2   3   >