Re: chords name

2017-01-11 Thread Robert Schmaus
Ming, That would be g : m7.5- / f or alternatively g : min7.5- / f Cf here: http://lilypond.org/doc/v2.18/Documentation/notation/common-chord-modifiers Best, Robert > On 12 Jan 2017, at 04:26, MING TSANG wrote: > > dear lilyponders, > > I transcribe a score, I

Re: how to differentiate F1:maj and F1:maj7

2017-01-11 Thread Robert Schmaus
That's because there is none. > On 12 Jan 2017, at 04:55, MING TSANG wrote: > > > > > dear lilyponders, > > I have the following snippet but I cannot see the difference between F1:maj > and F1:maj7 > Help is appreciated. > > God bless nImmanuel, > Ming > > > >

Re: how to differentiate F1:maj and F1:maj7

2017-01-11 Thread palartu
It is the same by default. http://lilypond.org/doc/v2.18/Documentation/notation/common-chord-modifiers Both modifiers maj and maj7 means major 7th chord. :) -- View this message in context: http://lilypond.1069038.n5.nabble.com/how-to-differentiate-F1-maj-and-F1-maj7-tp199115p199118.html

Re: Cannot use \layout in a variable

2017-01-11 Thread David Wright
| I've added the missing text with a sidebar: On Wed 11 Jan 2017 at 05:03:21 (-0700), ptoye wrote: > Thanks all for putting me right. I have to say that the documentation is very > confusing as to the syntax. From the Learning manual: | A variable is assigned as follows: | namedMusic = { ... }

how to differentiate F1:maj and F1:maj7

2017-01-11 Thread MING TSANG
dear lilyponders, I have the following snippet but I cannot see the difference between F1:maj and F1:maj7Help is appreciated. God bless nImmanuel,Ming \version "2.19.54"\language "english"chordNames = \chordmode {  f2 f2:maj     f2:6 f2     f2 f2:maj7     f2:6 bf2:6  %01-}\score {\new

chords name

2017-01-11 Thread MING TSANG
dear lilyponders, I transcribe a score, I encounter  Gm7(b5)/F and don't know how to code it.Any help is appreciated. Immanuel,Ming___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Detect a tie while overriding a slur's stencil

2017-01-11 Thread Urs Liska
Hi all, when overriding a slur's stencil with a custom path, is it possible to detect if - the starting note has a tie attached and/or - the ending note is the end of a tie ? Thanks Urs -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail

Re: OOoLilyPond

2017-01-11 Thread Klaus Blum
Hi Ben, SoundsFromSound wrote > I cannot get your version of the extension to show up at all in > LibreOffice 5 in Windows 10. If I revert to an older "official" version of > the OOo, it shows up correctly in add-ons. > > Not sure why but as of now nothing I can do will make your modified >

Re: OOoLilyPond

2017-01-11 Thread SoundsFromSound
Klaus Blum wrote > Hi Ben, > SoundsFromSound wrote >> I cannot get your version of the extension to show up at all in >> LibreOffice 5 in Windows 10. If I revert to an older "official" version >> of the OOo, it shows up correctly in add-ons. >> >> Not sure why but as of now nothing I can do will

Re: Cannot use \layout in a variable

2017-01-11 Thread David Wright
On Wed 11 Jan 2017 at 05:03:21 (-0700), ptoye wrote: > Thanks all for putting me right. I have to say that the documentation is very > confusing as to the syntax. From the Learning manual: > > which implies that the brackets are needed, but it's followed by: > > and later by: > > which don't

Frescobaldi segfault with PyQt4-

2017-01-11 Thread N. Andrew Walsh
Hi List, I'm wondering if anybody is having recent issues with Frescobaldi. I run a rolling-release distro (gentoo), so I install/update packages on an ongoing basis. In this case, the only package in frescobaldi's dependency tree that's been updated since mid-December is PyQt4, which just saw

Re: OOoLilyPond

2017-01-11 Thread Noeck
Dear Klaus, it works here, too. With LibreOffice: 5.1.4.2 on Ubuntu. Also the svg output works for a preamble-free template. Thanks a lot for your changes! Best, Joram > Does it work now? > > Cheers, > Klaus > > Macros.gif >

Re: OOoLilyPond

2017-01-11 Thread Henning Hraban Ramm
Am 2017-01-11 um 15:54 schrieb SoundsFromSound : > Klaus Blum wrote >> Does it work now? >> OOoLilyPond-0.oxt >> Hi Klaus, I tried it with LibreOffice 5.1.6.2 on OSX. All messages translated from

Re: Find out denominator of current time signature

2017-01-11 Thread Malte Meyn
Am 11.01.2017 um 14:00 schrieb Thomas Weber: > Dear all, > > I wonder how I can create a duration that is so to say exactly one time > signature denominator long (e.g. an eigth in 6/8, a quarter in 4/4 > etc.). I thought something like this would work: You can get the duration from the

Re: OOoLilyPond

2017-01-11 Thread Klaus Blum
Hi Henning, thanks for your observations. I have no idea what exactly happens when LO installs an extension. I'm glad you could fix it manually so far. Henning Hraban Ramm-3 wrote > - SVG mode finds no output, EPS mode places text of EPS file into frame I completely forgot to talk about EPS,

Re: Cannot use \layout in a variable

2017-01-11 Thread ptoye
Thanks, but in this case I'm more interested in why what I wrote doesn't work. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Cannot-use-layout-in-a-variable-tp199054p199073.html Sent from the User mailing list archive at Nabble.com.

Re: Cannot use \layout in a variable

2017-01-11 Thread ptoye
Thanks all for putting me right. I have to say that the documentation is very confusing as to the syntax. From the Learning manual: which implies that the brackets are needed, but it's followed by: and later by: which don't have the brackets. How does the parser know when the variable

Re: Which Linux distro for Lilypond

2017-01-11 Thread Knut Petersen
Hi Werner! *If* we bundle guile 1.8 with lilypond, I strongly prefer static linking of the library (this is, adding `--disable-shared' to guile's configure script, together with a proper argument to the `--datarootdir' option to install the .scm files under a lilypond directory). This avoids

Re: Which Linux distro for Lilypond

2017-01-11 Thread Werner LEMBERG
Hello Knut! > Using a guile 1.8.8 built with --disable-shared building of lilypond > fails early: Ouch. > Ok, let's look at srfi-1.scm line 221..223: > >;; Load the compiled primitives from the shared library. >;; >(load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1") > >

Re: Cannot use \layout in a variable

2017-01-11 Thread SoundsFromSound
ptoye wrote > How does the parser know when the variable definition has finished if it > can be on multiple lines? Also, this may help you as well, understanding that multiple lines is fine if you just remember the braces (variables included):

Re: Cannot use \layout in a variable

2017-01-11 Thread SoundsFromSound
ptoye wrote > From the Learning manual: > > How does the parser know when the variable definition has finished if it > can be on multiple lines? The variable is finished when the pair of enclosed brackets finishes, multiple lines and all : namedMusic = { . . . }

Re: Cannot use \layout in a variable

2017-01-11 Thread SoundsFromSound
ptoye wrote > Thanks, but in this case I'm more interested in why what I wrote doesn't > work. > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/Cannot-use-layout-in-a-variable-tp199054p199073.html > Sent from the User mailing list archive at Nabble.com. > >

Find out denominator of current time signature

2017-01-11 Thread Thomas Weber
Dear all, I wonder how I can create a duration that is so to say exactly one time signature denominator long (e.g. an eigth in 6/8, a quarter in 4/4 etc.). I thought something like this would work: #(make-music 'SkipEvent 'duration (ly:make-duration 0 0 1

Re: OOoLilyPond

2017-01-11 Thread SoundsFromSound
Klaus Blum wrote > Hi again, > > recently I've done some homework... ;-) > I've tried to make some additions, and the result is > OOoLilyPond-0.4.2rc1.oxt - see attached. > OOoLilyPond-0.oxt > > > Notice: This is based on

Re: Which Linux distro for Lilypond

2017-01-11 Thread Paul
On 01/07/2017 03:42 PM, David Kastrup wrote: They are also in complete denial about the importance of interpreter speed for an _extension_ language: for them, compiler performance is everything. Unfortunately for LilyPond... Yet it's worth noting that the plan seems to be to get back to

Re: Clef modifier vertical position

2017-01-11 Thread Kieren MacMillan
Hi Andrew, > In particular it addresses the issue I have where I simultaneously have a > clef "treble^8" in the other staff, and this does not alter the position of > the modifier for that clef, which I was having problems with until > enlightened by you. > > I never knew you apply layout

Re: Cannot use \layout in a variable

2017-01-11 Thread Peter Toye
David, Sorry, I used Nabble to enter my comment, and the raw text seems to have been expunged. Go to http://lilypond.1069038.n5.nabble.com/Cannot-use-layout-in-a-variable-td199054.html and all will be revealed! Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com

Problem with Null Voice changing length of stems on beamed notes

2017-01-11 Thread palartu
I'm having problems with NullVoice. Its very practical for my needs and it serves its purpose but it also make me angry very often. When using *NullVoice* in Staff context, it changes *length of stems on beamed notes*. Try to compile this example and see an output. When you *comment* line with

Re: Frescobaldi segfault with PyQt4-

2017-01-11 Thread Urs Liska
Am 11.01.2017 um 22:36 schrieb N. Andrew Walsh: > Hi List, > > I'm wondering if anybody is having recent issues with Frescobaldi. I > run a rolling-release distro (gentoo), so I install/update packages on > an ongoing basis. In this case, the only package in frescobaldi's > dependency tree