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*

Re: Hairpin endings

2017-04-22 Thread Thomas Morley
2017-04-21 19:15 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-04-21 14:39 GMT+02:00 David Nalesnik <david.nales...@gmail.com>: > The code for "Ferneyhough" hairpins uses make-connected-path-stencil, > hence it will not work for this purpose. >

Re: Lines to edges of \center-column

2017-04-22 Thread Thomas Morley
2017-04-23 0:34 GMT+02:00 David Nalesnik : > On Sat, Apr 22, 2017 at 3:22 PM, wrote: >> Is there some way to make a center-column draw lines from slightly outside >> the text to the edges of the column (see example)? >> >> In this specific case, I

Re: Can't refer to variable directly after defining it

2017-04-22 Thread Thomas Morley
2017-04-22 23:32 GMT+02:00 : > For some reason, it seems I can't refer to a variable directly after > defining it. As soon as I do /anything/ else, it works, but `foo={...} \foo` > gives errors. > > ``` > $ cat bug.ly > \version "2.18.2" > foo = {c' c' c' c'} > % bar = {d' d'

Re: Center Systems

2017-04-22 Thread Thomas Morley
2017-04-22 18:16 GMT+02:00 Johannes Roeßler : > Nobody? :( > > Hi again, > > I'd like to centre my systems vertically. Up to now the only options to > manipulate the vertical features I use/know are > ragged-bottom = ##f or ##t in the \paper-Env or explicit > system-system-spacings.

Re: tracking/letterspacing markup

2017-04-21 Thread Thomas Morley
2017-04-21 17:40 GMT+02:00 Kieren MacMillan : > Hello all, > > Is there an easy markup tracking/letterspacing function floating around out > there? The last time I needed to adjust letterspacing (for a style demo), I > simply wrote e.g. > > \markup \override

Re: Hairpin endings

2017-04-21 Thread Thomas Morley
2017-04-21 14:39 GMT+02:00 David Nalesnik : > Hi, > > On Fri, Apr 21, 2017 at 1:07 AM, wrote: >> Am 2017-04-21 07:41, schrieb Nathan Ho: >>> >>> On 2017-04-20 20:42, Andrew Bernard wrote: I posted a while ago with a query about hairpins,

Re: Specify output directory *in* the file

2017-04-18 Thread Thomas Morley
2017-04-18 20:34 GMT+02:00 Jeffery Shivers : > On Tue, Apr 18, 2017 at 12:57 PM, Patrick Hubers wrote: >> >> I would love to use this solution, but it means that you also have to define >> the actual name of the *file* in addition to the directory.

Re: Problem with /accepts

2017-04-18 Thread Thomas Morley
2017-04-18 15:45 GMT+02:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: >> Out of curiosity, could you point me to where the current error is triggered? > > My guess is lily/context.cc: > > void > Context

Re: Problem with \slashedGrace and \partial

2017-04-18 Thread Thomas Morley
2017-04-18 17:51 GMT+02:00 Pieter Terpstra : > Dear Readers, > Have some issues here. > > Stem goes down here (even if i try a \stemUp) This is a bug with 2.18.2, already cured in devel-versions. > and get double crosses and time signature. This is issue 34. > What

Re: Problem with /accepts

2017-04-18 Thread Thomas Morley
2017-04-18 10:55 GMT+02:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> 2017-04-17 21:08 GMT+02:00 Roman Stawski <ro...@stawski.fr>: >>> Hello all >>> >>> >>> I'm coming across a problem wi

Re: Problem with /accepts

2017-04-17 Thread Thomas Morley
2017-04-17 21:08 GMT+02:00 Roman Stawski : > Hello all > > > I'm coming across a problem with context definitions: > > \version "2.19.59" > \layout { > \context { > \Staff > \accepts P > } > \context { > \name P

Re: Metronome mark stem length

2017-04-17 Thread Thomas Morley
2017-04-17 14:21 GMT+02:00 Andrew Bernard : > Hi Simon, > > It's the signum function sgn of course, Ofcourse. > implemented in racket as sgn, but > not in guile or the SRFI's with guile AFAIK. Don't know racket, but it's not in guile, afaik. > You could also say in

Re: flip clef, key and time signature [Re: flip clef at end of line only]

2017-04-17 Thread Thomas Morley
2017-04-17 13:35 GMT+02:00 Marc Hohl : > Hi Harm, >> >> (ly:grob-set-property! grob 'space-alist >> '((staff-bar extra-space . 1)) > > > Ah, that's the way to go here – thanks a lot for your brilliant solution! > > Can you explain why you use

Re: flip clef, key and time signature [Re: flip clef at end of line only]

2017-04-16 Thread Thomas Morley
2017-04-16 17:54 GMT+02:00 Marc Hohl : > Am 15.04.2017 um 18:02 schrieb Malte Meyn: >> >> >> >> Am 15.04.2017 um 17:32 schrieb Marc Hohl: >>> >>> Hi list, >>> >>> I am working on a little piece that's played as written; after >>> that, the musician has to turn the page upside down

Re: Metronome mark stem length

2017-04-16 Thread Thomas Morley
2017-04-16 15:00 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-04-16 12:59 GMT+02:00 Robert Murdoch <rmurdo...@ntlworld.com>: >> When I adjust my score's size with #(layout-set-staff-size N) and the score >> has a tempo with a metronome mark, the metron

Re: Metronome mark stem length

2017-04-16 Thread Thomas Morley
2017-04-16 12:59 GMT+02:00 Robert Murdoch : > When I adjust my score's size with #(layout-set-staff-size N) and the score > has a tempo with a metronome mark, the metronome mark's stem gets longer if > the size is smaller, and shorter if the size is larger. There should be

Re: Custom parenthesize ignoring Staves?

2017-04-16 Thread Thomas Morley
Hi Krzysztof , 2017-04-15 20:11 GMT+02:00 kmg : > Hey, I'm working on re-typing some educational notes and I'm wondering if > maybe someone had this problem and also came up with some Scheme to deal > with this. > > http://i.imgur.com/T7z8Ty7.png - this is the

Re: What are the units for \hspace?

2017-04-15 Thread Thomas Morley
Hi Andrew, 2017-04-15 13:14 GMT+02:00 Andrew Bernard : > Hi All, > > It would be great if the documentation could actually state that. We have LM 4.3.3 Length and thickness of objects and NR 5.4.3 Distances and measurements Also, I did a quick glance over the available

Re: What are the units for \hspace?

2017-04-15 Thread Thomas Morley
2017-04-15 10:35 GMT+02:00 Richard Shann : > Is it documented anywhere what the units used in the markup command > \hspace are? The general doc is at NR 5.4.3 Distances and measurements > > the documentation is: > > \hspace amount (number) > > Create an invisible

Re: lilypond errors on a guitar minor sixth chord

2017-04-15 Thread Thomas Morley
le for plectrum banjo a while > back. It's got 25 chords for each of 12 keys, but I don't have any > inversions. > > Thanks for the clarification on the reply-all. I wasn't sure what to do. Is > there some place on the web were I can see other discussions? > > Stan >

Re: "Winged" repeat after double bar and line break

2017-04-14 Thread Thomas Morley
2017-04-15 0:05 GMT+02:00 Daniel Rosen : > \version "2.19.56" > > > > \relative c'' { > > c4 c c c > > \bar "[|:" > > c4 c c c \break > > \bar ".|:-||" > > c4 c c c > > } > > > > > > > > I would like the first line in the above example to end with a

Re: lilypond errors on a guitar minor sixth chord

2017-04-14 Thread Thomas Morley
2017-04-14 12:25 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > Sollution(s): > > (1) > Define it yourself, search the NR for 'storePredefinedDiagram'. Leading to: > > \version "2.19.56" > > \language "english" > > \storePre

Re: lilypond errors on a guitar minor sixth chord

2017-04-14 Thread Thomas Morley
2017-04-14 5:18 GMT+02:00 Stan Mulder : > > Thomas, > > Here's your example, but with fretboards added. The error is there. > Apparently it has to do with fretboards. Also, I am running 2.19.59: > > \version "2.19.56" > \language "english" > \include

Re: How to enlarge the size of accidentals in a figured bass ?

2017-04-13 Thread Thomas Morley
2017-04-13 19:52 GMT+02:00 Ziad Gholam : > Hello, > > > > Could someone help with advice about : > > How to enlarge the size of accidentals in a figured bass ? > ... Either leaving the size of the numbers unchanged or not ... > > (version used = 2.18.2) > > > Thanks you & > R >

Re: lilypond errors on a guitar minor sixth chord

2017-04-13 Thread Thomas Morley
2017-04-13 19:57 GMT+02:00 Stan Mulder : > I would seem that lilypond doesn't like minor sixth chords. All my guitar > fretboards seem to be fine, but I get errors on all chords with a minor > sixth. Here's some of the code: > > b-flat4 bf/f g4:dim/e e-flat:m6 > > Here's

Re: Forcing a downward line at the end of a second time bar marking

2017-04-13 Thread Thomas Morley
2017-04-13 12:13 GMT+02:00 Richard Shann : > > Is there a way of forcing a downward line at the end of a second time > bar marking - e.g in this > > \version "2.19.43" > { \repeat volta 2 {c c c c} \alternative { { c c c c} {c c c c} } \bar "||" c > c c c > } > > > can

Re: placement of tuplet number on broken tuplet

2017-04-12 Thread Thomas Morley
2017-04-11 21:26 GMT+02:00 Juan Cristóbal Cerrillo : > Hello, > > Is there a way of changing the position of tuplet numbers in broken tuplets? > In the following example I would like to be able to displace the lower three > in the first bar to the right. > Any suggestions?

Re: Slurs within chords, within tuplets -- seem to be ignored (without warnings!)

2017-04-12 Thread Thomas Morley
2017-04-12 10:59 GMT+02:00 Pete Farmer : > Dear lilypond experts, > > This tiny example compiles without warnings or errors, yet the Slurs in the > first two measures seem to be ignored. > > Measures three and four demonstrate that the issue can be resolved by > splitting

Re: LD_LIBRARY_PATH in different installation contexts

2017-04-11 Thread Thomas Morley
2017-04-11 17:47 GMT+02:00 N. Andrew Walsh : > Hi Urs, List, > > On Tue, Apr 11, 2017 at 11:04 AM, Urs Liska wrote: >> >> b) Linux, self-compiled >> >> I've never experienced this issue with self-compiled LilyPonds. I assume >> this is *not* because

Re: Volta endings and using \set Score.repeatCommands

2017-04-11 Thread Thomas Morley
2017-04-10 3:45 GMT+02:00 Stan Mulder : > Hi group. > > I'm trying to construct a certain volta ending where there is a first and > second ending, but the first ending does a D.S. to the sign, while the the > second ending is a multiple repeat for solos. I seem to have

Re: List test

2017-04-09 Thread Thomas Morley
keep them as small as possible, ofcourse. > > Stan > > > On April 9, 2017 6:31:16 PM EDT, Thomas Morley <thomasmorle...@gmail.com> > wrote: >> >> 2017-04-09 22:56 GMT+02:00 Stan Mulder <st4588...@earthlink.net>: >>> >>> Is this list work

Re: List test

2017-04-09 Thread Thomas Morley
2017-04-09 22:56 GMT+02:00 Stan Mulder : > Is this list working? Yep! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Ghostscipt failure 256

2017-04-08 Thread Thomas Morley
2017-04-08 16:15 GMT+02:00 Pieter Terpstra <peter.terpst...@gmail.com>: > Thomas Morley wrote: > >> \markup \override #'(font-name . "Morris Roman,") "qwerty" > > Thanks, interesting your use of a comma after the fontname, never did that > b

Re: Line break on a subtitle

2017-04-08 Thread Thomas Morley
2017-04-08 15:33 GMT+02:00 Son_V : > I found a lot of interesting things but sorry, I was not able to find an > answer to my humble question. Whats wrong with \header { subtitle = \markup \wordwrap { Lorem ipsum dolor sit amet, consectetur adipiscing elit,

Re: Rootless slash chords, 2017 edition

2017-04-08 Thread Thomas Morley
2017-04-05 22:46 GMT+02:00 Dmitry : > Thomas, thanks a lot for the solution! > > If you have a SF account, could I ask you please to add a link to this > discussion to the SF issue? > The only solution mentioned there doesn't work with modern Lilypond. > > Thx, > Dmitry Done.

Re: Ghostscipt failure 256

2017-04-08 Thread Thomas Morley
" 2017-04-07 0:58 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-04-06 18:11 GMT+02:00 Pieter Terpstra <peter.terpst...@gmail.com>: >> Dmytro O. Redchuk wrote: >> >> Thanks for your help Dmytro! >> >>> Do you use any cust

Re: Ghostscipt failure 256

2017-04-06 Thread Thomas Morley
2017-04-06 18:11 GMT+02:00 Pieter Terpstra : > Dmytro O. Redchuk wrote: > > Thanks for your help Dmytro! > >> Do you use any custom fonts in the .ly? > > That seems to be the issue in the title i used Morris Roman, which was no > problem before. > Always have used

Re: Link to "A Complete List of Music Symbols With Their Meaning"

2017-04-03 Thread Thomas Morley
2017-04-03 23:20 GMT+02:00 Thomas Morley-2 <thomasmorle...@gmail.com>: > This is a test posting via the nabble-interface. > > Below the quoted message: > > > Son_V wrote >> Maybe useful for someone (I hope) >> Should it be multilanguage... >> >>

Re: Link to "A Complete List of Music Symbols With Their Meaning"

2017-04-03 Thread Thomas Morley-2
This is a test posting via the nabble-interface. Below the quoted message: Son_V wrote > Maybe useful for someone (I hope) > Should it be multilanguage... > > http://www.buzzle.com/articles/a-complete-list-of-music-symbols-with-their-meaning.html Here I try to repost the link Son provided by

Re: Conflict with "poet" and "Composer"

2017-03-30 Thread Thomas Morley
2017-03-30 22:51 GMT+02:00 Son_V : > Hi, I've tried to use your solution, bu I didn't got a working file; if I > send it to you, may you work on it to obtain what I would? Hi, first, please make clear whom you adress. You likely mean me, at least I think so. And no,

Re: Conflict with "poet" and "Composer"

2017-03-30 Thread Thomas Morley
2017-03-30 20:43 GMT+02:00 Son_V : > 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. The default bookTitleMarkup (see titling-init.ly) prints poet and composer in one line.

Re: Repeat slur?

2017-03-30 Thread Thomas Morley
2017-03-30 10:02 GMT+02:00 Andrew Bernard : > Better, using laissezVibrer in combination with the nifty \extendLV function > (from Thomas Morely if I recall). Well, I uploaded http://lsr.di.unimi.it/LSR/Item?id=794 to demonstrate usage of LaissezVibrerTie in

Re: Rootless slash chords, 2017 edition

2017-03-29 Thread Thomas Morley
2017-03-28 19:49 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-03-28 0:39 GMT+02:00 Dmitry <mi...@cargosoft.ru>: >> - in Chord_name_engraver::process_music, track repeating root parts of >> slash chords and pass NIL pitches to a chordNameFunction in case o

Re: \RemoveEmptyStaves don't work as I would to

2017-03-28 Thread Thomas Morley
Hi Son, about minimal examples, see my comments below. ;) 2017-03-28 21:48 GMT+02:00 Son_V : > neither \\RemoveAllEmptyStaves .. > > This is my try for a Minimum example, sorry if I failed to make it smaller: > > \version "2.19.26" > \layout { > \context { >

Re: Rootless slash chords, 2017 edition

2017-03-28 Thread Thomas Morley
2017-03-28 0:39 GMT+02:00 Dmitry : > Hi, > > There's been a long standing feature request: > > https://sourceforge.net/p/testlilyissues/issues/3909/ > > #3909 a feature to disable the chord root name printing - just print > the slash and inversion > > Over the years, it has

Re: LSR down?

2017-03-27 Thread Thomas Morley
2017-03-27 9:24 GMT+02:00 Malte Meyn : > > > Am 27.03.2017 um 02:30 schrieb Andrew Bernard: >> LSR still down as at 0030 UTC here in Australia. >> >> Andrew > > No time zone problems here so http://lsr.di.unimi.it/LSR/Snippet?id=1007 > shows up correctly but the search gives

Re: Determine if a stem is present

2017-03-27 Thread Thomas Morley
2017-03-27 11:38 GMT+02:00 Urs Liska : > Hi all, > > I want to know if a given notehead has a stem attached. Obviously even > whole notes do have a stem object, but with zero extent. > > I've found the following calculation to be reliable, but I can't imagine > it has to be

Re: LSR down?

2017-03-26 Thread Thomas Morley
2017-03-26 11:15 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-03-26 8:51 GMT+02:00 <caag...@gmail.com>: >> It's down for me. http://lsr.di.unimi.it/LSR/Snippet?id=1007 says something >> about timezones (CEST in unrecognized). While the search page work

Re:

2017-03-26 Thread Thomas Morley
2017-03-26 22:57 GMT+02:00 : > You're setting options on the TabStaff while in the Staff context. Since > there is no TabStaff context at the moment, one is temporarily created. You > could fix it by setting the properties in a \with {} block on the TabStaff > insteadd. Which

Re: LSR down?

2017-03-26 Thread Thomas Morley
2017-03-26 8:51 GMT+02:00 : > It's down for me. http://lsr.di.unimi.it/LSR/Snippet?id=1007 says something > about timezones (CEST in unrecognized). While the search page works, the > results are empty. I informed the LSR admin about it. Cheers, Harm

Re: Unusual beaming for piano music

2017-03-25 Thread Thomas Morley
Juan, I think you've merged the best of the so far posted codes. > On Mar 25, 2017, at 6:38 AM, Thomas Morley <thomasmorle...@gmail.com> wrote: > > %% This one is really ugly, because the values are hardcoded > %% Every slight change in layout will cause a new round of tr

Re: Unusual beaming for piano music

2017-03-25 Thread Thomas Morley
2017-03-24 22:25 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > > > 2017-03-24 2:13 GMT+01:00 Andrew Bernard <andrew.bern...@gmail.com>: > >> Hi All, >> >> >> >> I have an unusual beaming situation in the piano work I am setting. The &g

Re: Unusual beaming for piano music

2017-03-24 Thread Thomas Morley
2017-03-24 2:13 GMT+01:00 Andrew Bernard : > Hi All, > > > > I have an unusual beaming situation in the piano work I am setting. The > composer I work with is fussy (very) about his visual gestures in notation > and it is incumbent on me to reproduce the beaming seen in

Re: tuplet full length at breaks with large time signatures

2017-03-21 Thread Thomas Morley
2017-03-21 22:12 GMT+01:00 Juan Cristóbal Cerrillo : > Hello everyone, > > I’m working on a score with large time signatures. I’ve created a specific > context for this purpose. However, overriding > TimeSignature.break-align-symbol causes problems with full length

Re: Entering (lute) tablature

2017-03-19 Thread Thomas Morley
2017-03-19 22:41 GMT+01:00 David Kastrup : > Given how annoying I found the process of figuring out the notes from a > tablature source, I am somewhat surprised that nobody considers this > aspect of the example I posted worth commenting on. Speaking only for me, probably because I

Re: Entering (lute) tablature

2017-03-19 Thread Thomas Morley
2017-03-18 23:36 GMT+01:00 David Kastrup : > > Well, lute tablature has the obvious advantage(?) to be using letters > instead of fret numbers. > > I went totally annoyed over entering the first few measures of the > following tablature appended as PDF > > > > so I finally decided

Re: Accessing a grob from within a music function

2017-03-16 Thread Thomas Morley
2017-03-16 22:51 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-03-16 14:23 GMT+01:00 Urs Liska <u...@openlilylib.org>: >> Hi, >> >> I'm trying to write a function to push a note column like this: >> >> pushLeftBroken = >> #(define-m

Re: Accessing a grob from within a music function

2017-03-16 Thread Thomas Morley
2017-03-16 14:23 GMT+01:00 Urs Liska : > Hi, > > I'm trying to write a function to push a note column like this: > > pushLeftBroken = > #(define-music-function ()() >#{ > \once \override NoteColumn.X-offset = 3 >#}) > > But I need to make that "3" depend on some

Re: Using a tick as a bar line and vertically repositioning it

2017-03-14 Thread Thomas Morley
2017-03-14 23:05 GMT+01:00 Joseph N. Srednicki <jnsredni...@verizon.net>: > Thanks so much. Your suggestion works fine! Glad it works for you. Please don't forget to reply to all, so that others know as well. ;) Cheers, Harm > > -Original Message- > F

Re: Using a tick as a bar line and vertically repositioning it

2017-03-14 Thread Thomas Morley
2017-03-14 19:57 GMT+01:00 Joseph N. Srednicki : > Hello: > > > > Can someone help with an answer that I cannot find by searching the Lilypond > documentation? > > > > In some plainsong settings in the Hymnal 1982, a vertical tick represents a > bar line. > > > > See the

Re: Find ties enclosed in slur (while overriding stencil)

2017-03-14 Thread Thomas Morley
2017-03-14 11:52 GMT+01:00 Urs Liska : > Hi, > > I'm trying to determine if a slur includes ties in order to do some > layout calculations. > > I'm overriding a stencil and have retrieved the slur's 'note-columns. > Now I want to know if any of these note-columns (or enclosed

Re: Problem with bar numbers

2017-03-14 Thread Thomas Morley
Hi Don, 2017-03-14 9:11 GMT+01:00 Don Gingrich : > OK, I'll start by saying that I'm doing some things that > are wrong as far as musical purists are concerned, > but there *is* a reason. > > I'm typesetting scores for folk dance music sets. > Typically, (but not

Re: Repeating cross staff tremolo

2017-03-13 Thread Thomas Morley
2017-03-14 1:06 GMT+01:00 Allen Wu : > > Hey Guys, > > I was trying the example of crossing staff tremolo, but I found it > difficult to repeat the same one to the next. Can someone tell me what did > I do wrong? > > Thanks, > Allen > > > %Here is my code: > > upper = {s4

Re: Composing music functions

2017-03-12 Thread Thomas Morley
2017-03-12 22:46 GMT+01:00 Morten Lemvigh : > Hi, > > I'm trying to create some tools for setting choir pieces. I have run against > a problem where I have a music function that needs the result of another > music function. That other function uses a Lilypond code block,

Re: empty-stencil versus point-stencil (was "Re: Text *in* score - Stopped staves - Horizontal spacing")

2017-03-11 Thread Thomas Morley
2017-03-11 15:36 GMT+01:00 Kieren MacMillan : > Hi David, > \markup \with-dimensions #empty-interval #empty-interval >>> >>> I prefer >>> \markup \with-dimensions-from \null >> >> Different thing. \null corresponds to a point-stencil (single-point >>

Re: \repeatTie on a single note in a chord

2017-03-09 Thread Thomas Morley
2017-03-09 23:05 GMT+01:00 Malte Meyn <lilyp...@maltemeyn.de>: > > > Am 09.03.2017 um 22:25 schrieb Thomas Morley: >> >> Another possibility to fake it: >> >> { >> \override LaissezVibrerTie.head-direction = #RIGHT >> < b d'^\laissezV

Re: \repeatTie on a single note in a chord

2017-03-09 Thread Thomas Morley
2017-03-09 17:47 GMT+01:00 Malte Meyn : > > > Am 09.03.2017 um 17:35 schrieb Mojca Miklavec: >> Should I file a bug report? > > I think so. Minimal example could look like this (I use \displayMusic to > show that the RepeatTieEvent is there): > > \version "2.19.56" > >

Re: Determine the page position of a system

2017-03-08 Thread Thomas Morley
2017-03-08 10:15 GMT+01:00 Urs Liska : > Hi all, > > I'd be interested in knowing the exact position of all systems in a > score. What I'd like to achieve is write out an auxiliary file > containing information about the musical moment and the vertical > position of each

Re: Using italic font for TextScript messes up \dynamic display

2017-03-03 Thread Thomas Morley
2017-03-03 3:43 GMT+01:00 kmg : > I'm using custom font of which I have only regular italic variant; while it > makes expression text look good, it also makes dynamics made in \markup > appear like they were typed in this font instead with my music font. > > > MWE

Re: Is there any way to use dynamics as prefixes?

2017-02-28 Thread Thomas Morley
2017-02-28 20:37 GMT+01:00 : > On 02/28/17 20:14, David Kastrup wrote: >> But if you prefer the latter, just start your music file with >> >> "("=<>( > > > What is this, Perl? Nope. See declarations-init.ly for the original: "(" = #(make-span-event 'SlurEvent START)

Re: Is there any way to use dynamics as prefixes?

2017-02-28 Thread Thomas Morley
Hi, 2017-02-28 19:53 GMT+01:00 : > I think it's rather weird that you write `c'4\ff d'` instead of `\ff c'4 > d'`. Other constructs such as `\tempo` and `\mark` are before the notes they > affect - why aren't dynamics? Here's a little misunderstanding. \mark and \tempo are

Re: \ottava without bracket

2017-02-28 Thread Thomas Morley
rs, Harm P.S. Did you notice https://sourceforge.net/p/testlilyissues/issues/5064/#23bb ? From dfa574353db72775a028f172da6f5c5009c5f69d Mon Sep 17 00:00:00 2001 From: Thomas Morley <thomasmorle...@gmail.com> Date: Tue, 28 Feb 2017 18:48:27 + Subject: [PATCH] Introduce context-property ottavaText --- ly/e

Re: "Hide" the tagline

2017-02-27 Thread Thomas Morley
2017-02-27 14:04 GMT+01:00 Urs Liska : > > > Am 27.02.2017 um 13:26 schrieb David Kastrup: >> Urs Liska writes: >> >>> Am 27.02.2017 um 13:08 schrieb Simon Albrecht: Am 27.02.2017 um 12:42 schrieb Urs Liska: > Hi all, > > I'm looking

Re: 13th chord?

2017-02-26 Thread Thomas Morley
2017-02-26 14:34 GMT+01:00 Anthony Youngman <antli...@youngman.org.uk>: > > > On 26/02/17 11:32, Thomas Morley wrote: >> >> 2017-02-26 12:12 GMT+01:00 Anthony Youngman <antli...@youngman.org.uk>: >>> I wrote some code which I submitted to lilypond to han

Re: 13th chord?

2017-02-26 Thread Thomas Morley
2017-02-26 12:12 GMT+01:00 Anthony Youngman <antli...@youngman.org.uk>: > On 26/02/17 10:52, Thomas Morley wrote: >> If the chordNameFunction (ignatzek-chord-names) does not do what we >> want, we should improve it, but not drop a plethora of >> lily-functionality. &g

Re: 13th chord?

2017-02-26 Thread Thomas Morley
2017-02-26 2:16 GMT+01:00 : > On Sun, 26 Feb 2017, David Kastrup wrote: >> To me it would seem that the default mode of operation should be for >> them to have matched rules where feasible, in order to have least >> element of surprise. > > I agree, but A. it may not be

Re: Fermata above and below bar line generates warnings

2017-02-26 Thread Thomas Morley
2017-02-26 2:15 GMT+01:00 Knute Snortum <ksnor...@gmail.com>: > On Sat, Feb 25, 2017 at 2:07 PM, Thomas Morley <thomasmorle...@gmail.com> > wrote: >> >> 2017-02-25 22:42 GMT+01:00 Knute Snortum <ksnor...@gmail.com>: >> > The following code

Re: 13th chord?

2017-02-25 Thread Thomas Morley
2017-02-26 1:53 GMT+01:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> Well, >> the printed output of >> >> m = >> \chordmode { >> <c' e' g' bes' d'' f'' a''> >> c:11.13 >&g

Re: 13th chord?

2017-02-25 Thread Thomas Morley
2017-02-26 0:38 GMT+01:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> 2017-02-25 23:08 GMT+01:00 David Kastrup <d...@gnu.org>: >>> Rob Torop <rob.to...@gmail.com> writes: >>> >>>> Whe

Re: 13th chord?

2017-02-25 Thread Thomas Morley
2017-02-26 0:20 GMT+01:00 Noeck <noeck.marb...@gmx.de>: > Hi Harm, > > Am 25.02.2017 um 23:47 schrieb Thomas Morley: >> So no bug, but a design decision. >> >> To have the 11th included, one needs to explicitely state it: >> >> \chords { e:11.13 }

Re: 13th chord?

2017-02-25 Thread Thomas Morley
2017-02-25 23:08 GMT+01:00 David Kastrup : > Rob Torop writes: > >> When I enter a 13th chord like this e:13, it renders with a 9 as well. >> I know a 13 chord officially contains the 9 and 11, and that lilypond >> by convention will omit the 11. But I don't

Re: Fermata above and below bar line generates warnings

2017-02-25 Thread Thomas Morley
2017-02-25 22:42 GMT+01:00 Knute Snortum : > The following code produces the correct output of fermatas above and below > the bar line, but it also emits warnings. Is there another way to do this > without warnings, or can the warnings be suppressed? I got this code from: > >

Re: Start new score without line break

2017-02-22 Thread Thomas Morley
2017-02-22 15:29 GMT+01:00 Andrew Bernard : > Hi All, > > Well, here's what I have so far. All that is needed now is the brace and the > time signature. > > Andrew > > == snip > > \version "2.19.55" > > treble = { > \clef treble > \key a \major > \override

Re: TABS string

2017-02-22 Thread Thomas Morley
2017-02-22 19:32 GMT+01:00 Gilles Peltzer : > Hello, > LiliPond version "2.18.2" > In the following example, the TABS indicate a free string for the first > notes of bar 2 and bar 3, which is not what I want. > If I indicate the string number for the d and g notes on the lower

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

2017-02-20 Thread Thomas Morley
2017-02-20 16:31 GMT+01:00 zaord : > Hello, > > I coded a script that adds markup. This function \ diag allows me to display > a customized diagram (here left hand "button board" of an accordion) and I > would like to apply it to all the elements of a chordmode {}. > The

Re: Chord diagrams

2017-02-20 Thread Thomas Morley
2017-02-20 22:59 GMT+01:00 Johan Vromans : >> \storePredefinedDiagram #default-fret-table \chordmode {c/g} >> #guitar-tuning >> #"3-4;3-3;2-2;o;1-1;o;" > > I'd like to see someone playing this as shown :) . > > (Try swapping the

Re: Chord diagrams

2017-02-20 Thread Thomas Morley
2017-02-20 11:51 GMT+01:00 Don Gingrich : > A simple problem, I hope > > I have a local copy of predefined-guitar-fretboards.ly For which purpose? > > I used a C chord with G bass and noticed > that I got a three string chord > > open G 1st fret B and open E > >

Re: Customizing ottava text

2017-02-16 Thread Thomas Morley
2017-02-15 21:06 GMT+01:00 Urs Liska : > Hi all, > > is it really true that the text of the OttavaBracket can't be > customized? All I could find was the doc snippet > http://lilypond.org/doc/v2.19/Documentation/snippets/text#text-ottava-text > which suggests to manually set

Re: Getting a property from *antoher* grob in callback

2017-02-13 Thread Thomas Morley
2017-02-13 10:18 GMT+01:00 Urs Liska : > Hi all, > > I'm creating a stencil (Slur) for compound slurs. WIthin that function > (define-event-function) I'd like to access a property from a certain > grob and don't know how to do that. > > I need to determine the thickness of a

Re: Cross staff parenthesize

2017-02-12 Thread Thomas Morley
2017-02-12 14:17 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-02-12 2:59 GMT+01:00 Andrew Bernard <andrew.bern...@gmail.com>: > >> Now I observe the same thing when simply changing staves, no cross staff >> stemming involved. Is this a bug, or am I

Re: Cross staff parenthesize

2017-02-12 Thread Thomas Morley
2017-02-12 2:59 GMT+01:00 Andrew Bernard : > Now I observe the same thing when simply changing staves, no cross staff > stemming involved. Is this a bug, or am I using parenthesize incorrectly? > The issue is that the parentheses do not enclose the accent properly. Hi

Re: Scheme engravers

2017-02-12 Thread Thomas Morley
2017-02-12 8:11 GMT+01:00 Andrew Bernard : > I'm wanting to get started writing an engraver in Scheme. Searching lists I > don't find a lot of information for starting out on this sort of work. Does > anybody have any pointers to how to get started creating an engraver in

Re: ghostscript fails on pdf generation

2017-02-11 Thread Thomas Morley
2017-02-11 23:40 GMT+01:00 Simon Albrecht : > On 11.02.2017 21:20, N. Andrew Walsh wrote: >> >> Hi Joram, >> >> >> Does it also happen when the file name does not contain spaces? >> >> >> yes, it does. I tried with a renamed file, and got the same error. > > > I think

Re: Double time signature when there are grace notes

2017-02-11 Thread Thomas Morley
2017-02-11 22:49 GMT+01:00 Thomas Weber <t...@notabit.eu>: > Am 11.02.2017 um 13:51 schrieb Thomas Morley: >> >> >> Arnold has put up some work to get a more automagic workflow. >> >> http://lsr.di.unimi.it/LSR/Item?id=990 >> http://lsr.di

Re: Double time signature when there are grace notes

2017-02-11 Thread Thomas Morley
2017-02-11 8:48 GMT+01:00 Thomas Weber : > I already realized that: > >>> Le 10 févr. 2017 à 23:23, Thomas Weber a écrit : >>> >>> * I can add a "grace space" to the bottom staff > > > > But I tried to avoid this for the following reasons: > > >>> * The staffs

Re: Multiple markings

2017-02-07 Thread Thomas Morley
2017-02-04 15:10 GMT+01:00 David Sumbler : > A text mark in Lilypond is represented by a grob called a > RehearsalMark; the grob for a tempo marking is called a MetronomeMark. > > I wonder whether perhaps these names reflect something about the > history of Lilypond: they are

Re: Markup single note with stem

2017-02-02 Thread Thomas Morley
2017-02-02 9:51 GMT+01:00 Hendrik Fuß : > Hi folks, > > I'm trying to typeset a single quarter note with stem and crossed note head > inside a \markup. So far I've only managed note heads with \musicglyph: > > \markup \musicglyph #"noteheads.s2cross" > > How can I add the

Re: Problem with Long Tempo

2017-02-01 Thread Thomas Morley
2017-02-01 2:55 GMT+01:00 Dave Hartley : > > Hi all > > Using 2.18.2, I'm having problems with a long tempo bumping into another > tempo marking a couple of bars later. I'm transcribing music for brass bands, > so I tend to put the timing structure in a variable so it can be

Re: How to define a macros for writing predefined chords of arbitrary length?

2017-01-30 Thread Thomas Morley
2017-01-30 19:16 GMT+01:00 Mojca Miklavec : > Hi, > > I can easily use a macro to create chords of predefined lengths, say > > chord_F = { 4 } > > but the functionality is limited for what I want to achieve. > > On some instruments (like accordion) one gets that

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