Re: Understanding how \tag works in \relative pitched music

2017-08-05 Thread Thomas Morley
2017-08-05 6:51 GMT+02:00 Guy Stalnaker : > So it's an Order of Operations issue. Pitches entered using \relative are > first converted to absolute then the selection using \tag conditional. > > Which suggests that \tag used with \relative will never work. > > Thanks. > > On

Re: trying to solve "cyclic chain in pure-Y-offset callbacks" error in custom (ScoreMarks) context

2017-08-04 Thread Thomas Morley
d 2017-08-03 19:05 GMT+02:00 Kieren MacMillan : > Hello all, > > In the snippet included below, I'm using a custom ScoreMarks context to show > MetronomeMarks (plus, in the real world, RehearsalMarks and other things) > above the system. The problem is, in order

Re: Text listing output in .txt file

2017-08-02 Thread Thomas Morley
2017-08-02 23:38 GMT+02:00 Daniel Sanmartín Nieto : > I don't know if it only happens to me, but after 3 years using LilyPond and > having done lots of plain chant and mensural music transcriptions, > historical tablatures, lead sheets, orchestral parts and quite

Re: Setting paper for bookpart

2017-08-02 Thread Thomas Morley
2017-08-02 22:38 GMT+02:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> 2017-08-02 18:27 GMT+02:00 David Kastrup <d...@gnu.org>: >>> Thomas Morley <thomasmorle...@gmail.com> writes: >>> >&

Re: Setting paper for bookpart

2017-08-02 Thread Thomas Morley
2017-08-02 18:27 GMT+02:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> 2017-08-02 15:46 GMT+02:00 David Kastrup <d...@gnu.org>: >> >>> #(ly:output-def-set-variable! (ly:book-paper bkII) 'ragged-right #f) &g

Re: Text listing output in .txt file

2017-08-02 Thread Thomas Morley
2017-08-02 21:59 GMT+02:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> 2017-08-02 21:35 GMT+02:00 David Kastrup <d...@gnu.org>: >>> Jan-Peter Voigt <jp.vo...@gmx.de> writes: >>> >>>> Hi Da

Re: Setting paper for bookpart

2017-08-02 Thread Thomas Morley
2017-08-02 19:09 GMT+02:00 Timothy Lanfear <timo...@lanfear.me>: > On 02/08/17 16:29, Thomas Morley wrote: >> >> 2017-08-02 15:46 GMT+02:00 David Kastrup <d...@gnu.org>: >> >>> #(ly:output-def-set-variable! (ly:book-paper bkII) 'ragged-right #f) >&

Re: Text listing output in .txt file

2017-08-02 Thread Thomas Morley
2017-08-02 21:35 GMT+02:00 David Kastrup : > Jan-Peter Voigt writes: > >> Hi Daniel and all others, >> >> you wrote about a critrical edition. There is scholarly: >> https://github.com/openlilylib/scholarly >> where you can add annotations to your score which then

Re: Text listing output in .txt file

2017-08-02 Thread Thomas Morley
2017-08-02 21:05 GMT+02:00 Jan-Peter Voigt : > Hi Daniel and all others, > > you wrote about a critrical edition. There is scholarly: > https://github.com/openlilylib/scholarly > where you can add annotations to your score which then can be collected in > another file. > If you

Re: Text listing output in .txt file

2017-08-02 Thread Thomas Morley
2017-08-02 19:02 GMT+02:00 Kieren MacMillan : > Hi Daniel, > >> For example, if I change a g-sharp to a g-natural, I would >> like to write on a line of code "g-sharp changed to g-natural" that then >> would be listed on a text file that I can copy to my critical

Re: Text listing output in .txt file

2017-08-02 Thread Thomas Morley
2017-08-02 17:29 GMT+02:00 Daniel Sanmartín Nieto : > Hi everyone! > > Is it possible to get a .txt output with a listing of text inputs written > throughout the music file? > > I mean, from something like: This does not compile: there's a missing pair of brackets

Re: Setting paper for bookpart

2017-08-02 Thread Thomas Morley
2017-08-02 15:46 GMT+02:00 David Kastrup : > #(ly:output-def-set-variable! (ly:book-paper bkII) 'ragged-right #f) This works fine, but only if the bookpart already has \paper In the following example, I start with an empty bookpart and fill it with a header and a score. And I want

Setting paper for bookpart

2017-08-02 Thread Thomas Morley
Hi all, consider the following code, setting a header to a bookpart: bkI = \bookpart { { r1 } } #(ly:book-set-header! bkI #{ \header { title = "TITLE" } #}) #(collect-bookpart-for-book bkI) All fine, but how to do with a bookpart-paper? If I'm not mstaken we don't have something like

Re: Question regarding instrumentName.

2017-08-01 Thread Thomas Morley
2017-08-01 11:40 GMT+02:00 Hwaen Ch'uqi : > Greetings All, > > The code below is drawn from a work for piano four hands. However, the > instrumentName indications do not print in the first system. In the > following systems, the shortInstrumentName indications print as >

Re: Adding an introductory note(s)

2017-07-31 Thread Thomas Morley
Hi Jacob, 2017-07-31 9:02 GMT+02:00 Jacobe : > I'll admit I'm new to useing this program and computer > codeing syntax in general. Welcome to the pond. > I won't bother you guys with trivial issues again. Please always provide minimal code-examples.

Re: trouble adding space between systems

2017-07-30 Thread Thomas Morley
Hi Reilly, please keep the list cc-ed until conservation turns real private 2017-07-30 19:35 GMT+02:00 Reilly Farrell : > Based on this feedback, I've been trying out the \paper block method listed > in the first link, which seems closest to what I would need. I've

Re: .ly file partially compiles, then LP crashes

2017-07-29 Thread Thomas Morley
2017-07-29 9:53 GMT+02:00 Knut Petersen : > Am 29.07.2017 um 09:01 schrieb David Kastrup: >> >> >> Uh, the proper way to throw in the towel is not a segfault. If you can >> find a reproducible manner of segfaulting on a hard page break problem, >> that warrants fixing.

Re: trouble adding space between systems

2017-07-28 Thread Thomas Morley
2017-07-28 23:45 GMT+02:00 Reilly Farrell : > between-system-space = 1\cm > between-system-padding = #1 Which version do you use? between-system-space/between-system-padding are outdated for a looong time. Have a look at

Re: .ly file partially compiles, then LP crashes

2017-07-28 Thread Thomas Morley
2017-07-28 1:16 GMT+02:00 Guy Stalnaker : > Simon, > > That was my tack -- the dirty way was to slowly comment out sections and see > what happened. It's the oddest thing. I'm writing a piano reduction mostly > from string parts, so I'm doing this: > > > pianoRH = { > << {

Re: drawing brackets spanning multiple staves - spacing issue

2017-07-23 Thread Thomas Morley
2017-07-23 19:39 GMT+02:00 Eby Mani : > Hi, I'm engraving some organ music and using the > LSR(http://lsr.di.unimi.it/LSR/Snippet?id=957) for drawing brackets spanning > multiple staves to denote a particular manual/registration. > > The problem now i'm facing, the LSR brackets

Re: How to make this postscript spanner to work with L bound-details?

2017-07-23 Thread Thomas Morley
2017-07-10 23:50 GMT+02:00 dtsmarin : > vibratospanner.ly > > > I want to be able to lengthen/shorten this spanner so that I can avoid > potential collisions. The left padding works perfectly but the end

Re: measure numbers with letters

2017-07-23 Thread Thomas Morley
2017-07-23 21:13 GMT+02:00 Paul Scott <waterho...@ultrasw.com>: > On Sun, Jul 23, 2017 at 12:22:27PM +0200, Thomas Morley wrote: >> 2017-07-23 6:49 GMT+02:00 Paul Scott <waterho...@ultrasw.com>: >> > On Sat, Jul 22, 2017 at 05:25:30PM -0700, madMuze wrote: >> &g

Re: measure numbers with letters

2017-07-23 Thread Thomas Morley
2017-07-23 6:49 GMT+02:00 Paul Scott : > On Sat, Jul 22, 2017 at 05:25:30PM -0700, madMuze wrote: >> Simon Albrecht-2 wrote >> > { >> >c'1 \break >> >\once\override Score.BarNumber.text = "1A" >> >c' >> > } >> > does not work >> >> In 2.18, I use >> >> barNrSffx

Re: Sort-of leave notice

2017-07-21 Thread Thomas Morley
2017-07-21 13:02 GMT+02:00 Ralph Palmer : > On Thu, Jul 20, 2017 at 3:49 PM, Urs Liska wrote: >> Hi all, >> >> I just wanted to let you know that I will substantially reduce my >> LilyPond-related activities for some time, > > You will be sorely

Re: Output to single PDF and multiple MIDI files

2017-07-21 Thread Thomas Morley
2017-07-20 23:40 GMT+02:00 Jérôme Plût : > I am typesetting a multi-movement work. I want the paper output to be > in a single file (say work.pdf) and the MIDI output to be in separate > files (work-1.pdf, work-2.pdf). Is there a simple and local way to do > this? Hi

Re: Help changing chord names

2017-07-17 Thread Thomas Morley
2017-07-18 0:54 GMT+02:00 Tom Swan : > Hi. How do I change the chord name to just D13, not D9 13, as in the > following snippet? This is probably rudimentary, but I'm a bit rusty and > just getting back into lp. Thanks. -- Tom > > \version "2.18.2" > songChords = \chordmode { >

Re: Repeat starting in partial measure

2017-07-13 Thread Thomas Morley
Hi, 2017-07-14 1:50 GMT+02:00 Richard Chonak : > > Dear fellow users, > > Can someone advise me on how a repeat-sign behaves in the middle of a measure? > > Reducing my score to a small example, here are two lines: > > cis8\mark | cis'4 b8 a4 b8 | gis4 e8 fis4 \bar

Re: How to make this postscript spanner to work with L bound-details?

2017-07-11 Thread Thomas Morley
Hi Dimitris, 2017-07-10 23:50 GMT+02:00 dtsmarin : > vibratospanner.ly > Looks like you edited Marks file he posted here http://lists.gnu.org/archive/html/lilypond-user/2013-04/msg00793.html or is it a

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

2017-07-09 Thread Thomas Morley
2017-07-09 18:24 GMT+02:00 : > As you can see on the screenshot, both texts are misaligned. The first one, > a \tempo, is placed *under* the rehearsal mark instead of next to it. The > second one, the name of a song, is too far too the right, since it's > attached to the note

Re: ChordMarkup context

2017-07-05 Thread Thomas Morley
2017-07-05 21:53 GMT+02:00 <msk...@ansuz.sooke.bc.ca>: > On Wed, 5 Jul 2017, Thomas Morley wrote: >> So I tried a proof of concept, although I'm not convinced of the idea >> to have chords as markup only. > > Thank you! This seems to be a big improvement and I hope i

Re: String Number collision

2017-07-05 Thread Thomas Morley
Hi Marc, 2017-07-05 8:13 GMT+02:00 Marc Hohl : > Hi list, > > I have the following MWE: [...] > It causes the string number "5" to appear twice, strangely overlapping. > I tried to move the New_fingering_engraver to Staff, but then I got > > side-axis not set for grob

Re: dynamic text spanner after breaking

2017-07-03 Thread Thomas Morley
2017-07-03 11:42 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > %% A procedure as argument does not work > \new Staff > \with { >\override DynamicTextSpanner.bound-details.left-broken.text = > #(lambda (grob) "foo") > } > \test Looks l

Re: dynamic text spanner after breaking

2017-07-03 Thread Thomas Morley
2017-07-03 2:46 GMT+02:00 Shevek : > For some reason, TextSpanners by default repeat the text at the beginning of > a line after breaking, while DynamicTextSpanners do not. I became very > confused by this inconsistency when I wanted to make my crescendi and >

Re: : Re: transpose range

2017-06-26 Thread Thomas Morley
2017-06-26 23:56 GMT+02:00 Peter Gentry : > > > -Original Message- > From: David Kastrup [mailto:d...@gnu.org] > Sent: 26 June 2017 15:31 > To: Peter Gentry > Cc: Lilypond > Subject: Re: : Re: transpose

Re: Error message

2017-06-26 Thread Thomas Morley
2017-06-26 15:47 GMT+02:00 Phil Holmes <m...@philholmes.net>: > - Original Message - From: "Michael Gerdau" <m...@qata.de> > To: "Thomas Morley" <thomasmorle...@gmail.com>; "Maxime's Music" > <craig.dabelst...@gmail.com

Re: Error message

2017-06-25 Thread Thomas Morley
2017-06-26 0:33 GMT+02:00 Maxime's Music : > Hi all, > > Thanks for all your efforts with this. I'm out of internet range till > Wednesday. Just trying to survive on my phone. > > Harm, if you'd like to forward those files, that's fine. > > Craig Done. Best, Harm

Re: Error message

2017-06-25 Thread Thomas Morley
2017-06-26 0:00 GMT+02:00 Michael Gerdau : >> I'd be happy to test. I've an 8 Gig Ubuntu machine (my Gub builder) an >> 8 Gig Windows 10 and my day-to-day 6 Gig Vista. I could test with any >> of those. Would require the score privately. > > If it is still of interest, I could run

Re: Error message

2017-06-25 Thread Thomas Morley
2017-06-23 11:09 GMT+02:00 Maxime's Music : > Thanks for taking a look at this for me. Hi Craig, as long as I don't need to post larger amounts of your code I'll answer onlist. Hope this is ok with you. That said, I was not able to compile your code in a reasonable

Re: Editorial accidentals

2017-06-25 Thread Thomas Morley
2017-06-25 8:40 GMT+02:00 Menu Jacques : > Thanks Simon for the idea. > > I’ve defined the following Scheme function for my needs, with accidental > style forced to ‘forget' for the given note: > > editorialAccidental = > #(define-music-function > (note) > (ly:music?) >

Re: Error message

2017-06-22 Thread Thomas Morley
2017-06-22 6:27 GMT+02:00 Maxime's Music : > Hi Lilyponders, > > I've been working on a very big score, adding staves one at a time. > There are 34 staves, and the PDF is 107 pages long. When I add in either of > the final two staves I get this error message: > > >

Re: markup and midi

2017-06-15 Thread Thomas Morley
2017-06-15 8:41 GMT+02:00 Gianmaria Lari : > Ciao Thomas, > > thank you for your code, I made some test and it works perfectly! But it > also scares me :) Why? -Harm ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Cross-staffs where a note is already displaced

2017-06-14 Thread Thomas Morley
2017-06-14 18:58 GMT+02:00 David Wright <lily...@lionunicorn.co.uk>: > On Mon 12 Jun 2017 at 09:17:31 (+0200), Thomas Morley wrote: >> 2017-06-12 6:43 GMT+02:00 David Wright <lily...@lionunicorn.co.uk>: >> > I can't figure out how to make crossStaff work when one com

Re: markup and midi

2017-06-14 Thread Thomas Morley
2017-06-14 17:47 GMT+02:00 Gianmaria Lari : > Why this code does not generate any midi file? > > \version "2.19.60" > \markup { > \score { > {c' d'} > \midi{} > \layout{} > } > } As others already said, markup can't create midi, but I looked for a method

Re: How to make vertical arrow between staves

2017-06-14 Thread Thomas Morley
2017-06-14 12:34 GMT+02:00 Rutger Hofman : > Good morning list, > > in Berg's Violin Concerto, bar 93, there is a vertical arrow between the > solo violin and the first violins. See attached. I am convinced this is a > voice follower indication. This construct occurs numerous

Re: Cross-staffs where a note is already displaced

2017-06-12 Thread Thomas Morley
2017-06-12 6:43 GMT+02:00 David Wright : > I can't figure out how to make crossStaff work when one component > has been displaced by the interval of a second. I came up with a > hack (a hidden note) in example 3, but it has the side effect of > leaving the accidental

Re: quoteDuring with lyrics

2017-06-05 Thread Thomas Morley
2017-06-05 22:12 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > Hi Kieren, > > as far as I understand: > > 2017-06-05 17:43 GMT+02:00 Kieren MacMillan <kieren_macmil...@sympatico.ca>: >> Hi Phil, >> >>> I wonder whether it's down to Lily cha

Re: quoteDuring with lyrics

2017-06-05 Thread Thomas Morley
Hi Kieren, as far as I understand: 2017-06-05 17:43 GMT+02:00 Kieren MacMillan : > Hi Phil, > >> I wonder whether it's down to Lily changing the voice during some quoted >> passages? > > Good guess… but I'm not [explicitly] using anything but single voices in this

Re: certain type of vocal notation in liturgical contexts

2017-06-01 Thread Thomas Morley
happen to be multiple syllables on one note). > > quite some time ago Thomas Morley kindly provided a very helpful function > \offsetChord which is rather helpful to deal with these melismata. Find > below an engraving of the image you mailed: See https://archiv.lilypondforum.de/index

Re: Question to Chords

2017-05-30 Thread Thomas Morley
2017-05-30 9:58 GMT+02:00 Bernhard Kleine : > In my manuscripte there is a ges add9. Unfortunately, add9 throws an error > while compiling. What is the equivalent to add9: ges:9 or ges:m9 seems not > correct since the accord does not decide with a Dominant or minor

Re: Chords in LilyPond

2017-05-29 Thread Thomas Morley
2017-05-29 11:44 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > (2) > Finally something like the terminal-output of the fake below is aimed at: > > chrd-test-III = > \chordmode { > \displayMusic > \withMusicProperty semanti

Re: Additional staff with lyrics

2017-05-29 Thread Thomas Morley
2017-05-29 11:43 GMT+02:00 Bernhard Kleine : > > In http://lilypond.org/doc/v2.19/Documentation/learning/size-of-objects > > there is this example which helped me already to add the extra Staff to the > piece I presented yesterday, however I do not see a way to add lyrics

Re: Chords in LilyPond

2017-05-29 Thread Thomas Morley
2017-05-29 7:04 GMT+02:00 Carl Sorensen <c_soren...@byu.edu>: > On 5/28/17 5:53 PM, "Thomas Morley" <thomasmorle...@gmail.com> wrote: > >> >> >>Though, why adding a Œsemantics entry to the EventChord? >>I'd suggest to write such an interpreter as

Re: Chords in LilyPond

2017-05-28 Thread Thomas Morley
) 2017-05-28 17:18 GMT+02:00 Charles Winston : > Hi all, > > There have been some great discussions about new chord functionality you’d > like to see in LilyPond. The first step is defining the internal > representation. From there, I think all these issues can be much more

Re: Trouble with Polyphony

2017-05-27 Thread Thomas Morley
2017-05-27 5:06 GMT+02:00 Jon Arnold : > I'm trying to print a note simultaneous to a rest but have the rest be in > normal \oneVoice position. (This is to illustrate a harp muffle of a single > note.) > > This is basically how I'm doing it (minus the complicated code of

Re: Chords in LilyPond

2017-05-25 Thread Thomas Morley
' 2017-05-25 16:46 GMT+02:00 <msk...@ansuz.sooke.bc.ca>: > On Thu, 25 May 2017, Thomas Morley wrote: >> I vaguely remember such threads. >> Though, could you give some examples (or links) so it is present here as >> well? Hi Mathew, thanks for collecting the links,

Re: Chords in LilyPond

2017-05-25 Thread Thomas Morley
2017-05-25 5:58 GMT+02:00 Kieren MacMillan : > Hi Simon (et al.), > >>> added bass note >>> inversions >> I’m under the impression that in chord notation those are actually the same > > Definitely not! What if I want a C7 in second inversion over a Db? In >

Re: Chords in LilyPond

2017-05-25 Thread Thomas Morley
Hi Matthew, 2017-05-25 3:39 GMT+02:00 : > On Wed, 24 May 2017, Charles Winston wrote: >> I’m participating in the Google Summer of Code working on improving >> LilyPond’s internal representation of chords. The goal here is to create a >> data structure that will

Re: Chords in LilyPond

2017-05-25 Thread Thomas Morley
2017-05-25 6:00 GMT+02:00 Kieren MacMillan : > Hi Harm, > >> Once I tried to get Brandt-Roemer namings. > > Have you seen my B-R stylesheet? It’s almost a complete representation. Hi Kieren, I don't have it stored here, but seem to remember having seen it on the

Re: Chords in LilyPond

2017-05-24 Thread Thomas Morley
2017-05-25 0:17 GMT+02:00 Charles Winston : > I would love to hear any ideas from the user community about this. And beyond > the specific issues I’m talking about here, what aspects of LilyPond’s > support for chords do you believe should be improved or changed? I think

Re: Chords in LilyPond

2017-05-24 Thread Thomas Morley
2017-05-25 0:54 GMT+02:00 Simon Albrecht : > Am 25.05.2017 um 00:17 schrieb Charles Winston: >> >> added bass note >> inversions > > > I’m under the impression that in chord notation those are actually the same > – I don’t think that there is a conceptual difference between

Re: Chords in LilyPond

2017-05-24 Thread Thomas Morley
2017-05-25 0:17 GMT+02:00 Charles Winston : > Hi LilyPond users, > > I’m participating in the Google Summer of Code working on improving > LilyPond’s internal representation of chords. The goal here is to create a > data structure that will represent a chord’s semantics

Re: Can an augmentation dot be parenthesized?

2017-05-24 Thread Thomas Morley
Hi David, 2017-05-24 22:40 GMT+02:00 David Nalesnik : > Hi, > > On Wed, May 24, 2017 at 12:47 PM, Lukas-Fabian Moser wrote: >> Hi Robert, >> >>> >>> I would tather like to parenthesize these added augmenation dots but I've >>> not found a way to do that. >>

Re: Can an augmentation dot be parenthesized?

2017-05-24 Thread Thomas Morley
2017-05-24 10:58 GMT+02:00 Robert Blackstone : > > Dear all, > I'm transcribing a few handwritten late 17th century fragments of music. > > There are a few problematic spots. (Perhaps the composer or writer was in a > hurry, the whole thing is difficult to read anyway

Re: repeat percent footnote

2017-05-24 Thread Thomas Morley
2017-05-24 9:01 GMT+02:00 Gianmaria Lari : > Need again some help about footnote and repeat. Have a look to this example: > > \version "2.19.60" > { > \repeat percent 2 {c'8 d' e' f' \footnote #'(1 . 5) "This is a note on > percent" RepeatSlash } > \repeat percent 2

Re: Change stem stencil

2017-05-23 Thread Thomas Morley
2017-05-23 4:19 GMT+02:00 Jon Arnold : > Hi- > > I am trying to notate a harp string muffle like here: > https://s3.amazonaws.com/cdn.harpcenter.com/images/extras/MufflesEx10R10.jpg > > I found a script by Peter Bjuhr that successfully replaces the stem > (modified for

Re: Percent repeats and parallel voices

2017-05-22 Thread Thomas Morley
2017-05-22 10:27 GMT+02:00 Menu Jacques : > > Hello folks, > > How exactly does \repeat percent interact with voices? > > It seems that the percent displayed is a staff feature, so I tried to have > more that one voice. > > But in the example below, the color is not applied to

Re: repeat percent footnote

2017-05-21 Thread Thomas Morley
2017-05-21 22:56 GMT+02:00 Simon Albrecht <simon.albre...@mail.de>: > Am 21.05.2017 um 22:38 schrieb Thomas Morley: > >> It's not always obvious which grob is created by \repeat percent ... >> RepeatSlash >> DoubleRepeatSlash >> PercentRepeat >> Double

Re: repeat percent footnote

2017-05-21 Thread Thomas Morley
2017-05-18 12:34 GMT+02:00 Simon Albrecht : > Am 18.05.2017 um 09:58 schrieb Gianmaria Lari: > >> Is there any way to put a footnote on a repeat percent-like symbols? >> > > Well, there should be. After all, the documentation for \footnote speaks > also of indirectly

Re: new voice with cluster changes horizontal spacing

2017-05-19 Thread Thomas Morley
2017-05-19 20:22 GMT+02:00 Klaus Blum : > Hi everybody, > > I want to have some clusters along with the notes in the same staff. > However, if the clusters are preceeded by a "\new Voice" command, the > horizontal spacing changes. > Does anybody know why this happens and how I

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

2017-05-16 Thread Thomas Morley
2017-05-15 19:56 GMT+02:00 zaord : > 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 : > > > degree 1 : Maj > degree 2 : min > degree 3 :

Re: Percent-sign repeats for non-whole-measure patterns

2017-05-07 Thread Thomas Morley
2017-05-05 19:20 GMT+02:00 Lukas-Fabian Moser : > Is it possible to force Lilypond to use % as a repeat sign if the repeated > section does not fill a whole measure? > > \relative c' { > \repeat percent 2 { c4 d } > \repeat percent 2 { c4 d e f } > } > > Here, the first repeat is

Re: Chromatic clash in two voices

2017-05-06 Thread Thomas Morley
2017-05-06 16:18 GMT+02:00 Knute Snortum : > If you could, how would you distinguish it from a 6/4 measure? > > > --- > Knute Snortum > (via Gmail) > > On Fri, May 5, 2017 at 9:33 AM, Lukas-Fabian Moser wrote: >> >> In a situation like >> >> \version "2.19.44" >>

Re: widening feathered beams

2017-05-06 Thread Thomas Morley
2017-05-06 4:26 GMT+02:00 Mason Hock : > I would like to increase the vertical space between feathered beams. This > achieves approximately what I want for left-feathered beaming: > > % decelerating > \override Stem.beaming = #(cons (list ) (list 0 3)) > \once \override

Re: Dotted lyric extenders

2017-05-05 Thread Thomas Morley
2017-05-05 2:58 GMT+02:00 pmtanx : > Hello! I am a relatively new Lilypond user and have been greatly enjoying the > program. I would appreciate the capability of creating dotted rather than > solid lyric extender lines, and am wondering whether this is possible (and > how to

Re: Apply a music-function script to all elements of a list

2017-05-04 Thread Thomas Morley
2017-05-04 18:59 GMT+02:00 zaord : > Hi, > > I still have a little question : > > In my code, I use a define-music-function to exctract the nots of chords > from a chordmode , and i compare each pitch of the notes events with a list > to find x/y position of a colored dot

Re: Box around mark

2017-05-04 Thread Thomas Morley
2017-05-04 17:03 GMT+02:00 Dave Higgins : > I'd like to draw a box around this: > \mark \markup { \bold { \huge "A" \super "1" } } > > But if I add in \box, e.g.: > \mark \markup \box { \bold { \huge "A" \super "1" } } > > I get a box around the A and a box around the 1. On

Re: Up and down arrows

2017-05-04 Thread Thomas Morley
2017-05-02 23:17 GMT+02:00 Federico Bruni : > Il giorno mar 2 mag 2017 alle 22:54, Federico Bruni ha > scritto: >> >> Here's the snippet: http://lsr.di.unimi.it/LSR/Item?id=879 > > > BTW, I would change this snippet and replace manual beams with automatic >

Re: Align to left the instrument title

2017-05-02 Thread Thomas Morley
2017-05-02 21:41 GMT+02:00 Marco Bagolin : > > Hello all, > you can see what I want to obtain in the example attached. > > I want the title in the center of the page. > The name of the instrument at the left margin of the first page. > The name of the instrument in the

Re: Apply event function *within* music-function

2017-05-02 Thread Thomas Morley
2017-05-02 10:08 GMT+02:00 : > Wouldn't the <>\stopGroup extend the group one note too far? You're right. I shouldn't post before second coffee... Sorry for the noise. :Harm ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Apply event function *within* music-function

2017-05-02 Thread Thomas Morley
2017-05-02 8:29 GMT+02:00 Urs Liska : > Hi all, > > I'm trying to apply event functions to music passed into a music function > like that: > > \version "2.19.57" > > test = > #(define-music-function (mus)(ly:music?) >#{ > #mus \startGroup >#}) > > { > \test c'

Re: opus conflict

2017-04-30 Thread Thomas Morley
2017-04-30 23:09 GMT+02:00 Mark Stephen Mrotek : > [...] I have very limited knowledge as to how to customize (write Lilypond), > [...] So here a little tutorial about writing custom book/scoreTitleMarkup % (1) % book/scoreTitleMarkup are predefined/customized

Re: opus conflict

2017-04-30 Thread Thomas Morley
2017-04-30 21:04 GMT+02:00 Mark Stephen Mrotek : > Thomas, > > Thank you for your detailed explanation. Your patient effort is appreciated. > As I understand now, some of the header fields are controlled by the \book > and some by the \score. > Your colored version is very

Re: opus conflict

2017-04-30 Thread Thomas Morley
2017-04-30 19:19 GMT+02:00 Mark Stephen Mrotek : > Thomas, > > Attached is the pdf generated by my code. > > Thank you again. > > Mark Your first \header is inside the book as well as the \paper (where you set print-all-headers = ##t). This \header contains settings which

Re: opus conflict

2017-04-30 Thread Thomas Morley
2017-04-30 18:15 GMT+02:00 Mark Stephen Mrotek : > Timothy, > > Thank you for your response. Your time spent writing out a solution is > greatly appreciate. > I would like to have something that is consistent with the manual. > > Mark Hi Mark, defining a custom

Re: \magnifyMusic omits unison notes in \partcombine?

2017-04-29 Thread Thomas Morley
2017-04-28 0:02 GMT+02:00 Karlin High : > A songwriter looked at my LilyPond job and asked, "Can you make the note > heads bigger in proportion to everything else?" Yes, thanks to > \magnifyMusic, I thought. It's a SATB hymn, I'm using \partcombine, and > apparently

Re: Magnifystaff question (possibly bug?)

2017-04-29 Thread Thomas Morley
)se 2017-04-29 4:49 GMT+02:00 Michiel Sikma : > > Hi there, > > There's something I don't entirely understand about \magnifyStaff - I'm using > it to scale down my entire score, without having to use layout-set-staff-size > (since I don't want to switch to a different feta

Re: MagnifyMusic omits unison notes from PartCombine

2017-04-29 Thread Thomas Morley
2017-04-28 1:37 GMT+02:00 Karlin High : > Meta-minimal example: can I post AT ALL? Third try, no list acknowledgement > so far. Hi Karlin, all three came through: http://lists.gnu.org/archive/html/lilypond-user/2017-04/index.html (search for your name) If you've got no

Re: Changing the length of voice follower lines

2017-04-28 Thread Thomas Morley
2017-04-28 21:04 GMT+02:00 DJF : > I’ve got a piano piece with many voice follower lines from one hand to the > other. Most often the lines end up being too long and unsightly, extending > through beams and stems. I know how to move them with > VoiceFollower.extra-offset, but I

Re: Center-align a score

2017-04-28 Thread Thomas Morley
2017-04-28 17:39 GMT+02:00 David Nalesnik : > It would be relatively easy to alter the function make-page-stencil in > scm/page.scm to do what you want. The stencils of the individual > systems are already made at this point, and it's just a matter of > moving them

Re: relative offset of systems [WAS: Center-align a score]

2017-04-27 Thread Thomas Morley
Hi David, nice stuff! Some comments, though: 2017-04-27 19:27 GMT+02:00 David Nalesnik : > On Thu, Apr 27, 2017 at 12:22 PM, David Nalesnik > wrote: > >> >> I'll just quote the relevant changes with some context. >> >> Within the function

Re: Line breaks on a "where allowed" basis

2017-04-26 Thread Thomas Morley
2017-04-26 23:20 GMT+02:00 Lukas-Fabian Moser : > As far as I can see, the default line breaking behaviour in Lilypond is > roughly as follows: > "Break where forced by user (\break), add additional line breaks 'for best > result'." > > By issuing \override

Re: Center-align a score

2017-04-26 Thread Thomas Morley
2017-04-26 21:09 GMT+02:00 Simon Albrecht : > Am 26.04.2017 um 20:47 schrieb Hendrik Fuß: >> >> There are paper variables to achieve ragged-right and ragged-last layout. >> Is there a way to achieve center-aligned music in a score? > > > Not really. One way would be

Re: Parenthesize bass figures as a whole

2017-04-25 Thread Thomas Morley
2017-04-25 12:45 GMT+02:00 Lukas-Fabian Moser : > Hello, > > I hope I don't mess up completely, this being my first posting to this list > (which I nevertheless often consulted before). You know you can insert brackets doing what you want? To have them look like rounded paranthesis

Re: Is it possible to change the PDF title?

2017-04-24 Thread Thomas Morley
2017-04-25 2:18 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-04-25 1:43 GMT+02:00 <caag...@gmail.com>: >> ``` >> title = \markup { >> \concat { >> "W" >> \scale #'(15/22 . 15/22) \combine >> &

Re: Is it possible to change the PDF title?

2017-04-24 Thread Thomas Morley
2017-04-25 1:43 GMT+02:00 : > ``` > title = \markup { > \concat { > "W" > \scale #'(15/22 . 15/22) \combine > "o" > \translate-scaled #'(0 . 1.2) "a" > "ndering" > } > } > ``` > > This is extracted as "Wandering" (or at least that's what Atril

Re: Is it possible to change the PDF title?

2017-04-24 Thread Thomas Morley
2017-04-25 0:49 GMT+02:00 : > By PDF title I mean the one shown in the PDF viewer's title bar. It seems to > be extracted from the header:title field, but in my case, the title contains > some complex markup and isn't extracted properly. It should. Could you post the

Re: Hairpin endings

2017-04-24 Thread Thomas Morley
Hi David, 2017-04-24 1:34 GMT+02:00 David Nalesnik <david.nales...@gmail.com>: > On Sun, Apr 23, 2017 at 6:15 PM, Thomas Morley <thomasmorle...@gmail.com> > wrote: >> 2017-04-23 12:34 GMT+02:00 Andrew Bernard <andrew.bern...@gmail.com>: >> >>> Next t

Re: RehearsalMark adds unwanted space

2017-04-24 Thread Thomas Morley
2017-04-24 23:02 GMT+02:00 Peter Crighton : > Hello all, > > when removing both the Clef and BarNumber engraver, an occasional > RehearsalMark at the beginning of a line affects the horizontal position of > the following note. How can I prevent this, so the first note of

Re: LSR down

2017-04-24 Thread Thomas Morley
2017-04-24 5:52 GMT+02:00 Andrew Bernard : > LSR down again. > > Who is the maintainer? I'd be happy to mail them. > > Andrew :(( I'll send you the contact-data privately, afaik he's not subscribed to the user-list. Cheers, Harm

Re: Hairpin endings

2017-04-23 Thread Thomas Morley
2017-04-23 12:34 GMT+02:00 Andrew Bernard : > Next thing to do is to achieve the half dashed/half solid appearance - or > can this be done already, in the same way that slurs can? How about: #(define (solid-dashed-print-proc grob startx starty endx endy) (let*

<    10   11   12   13   14   15   16   17   18   19   >