Re: calculation of the total duration of a score

2016-09-11 Thread Marc Hohl
Am 11.09.2016 um 12:16 schrieb David Kastrup: [...] Would this be somehow possible? I probably lack the imagination for seeing your problem. I need the total duration in terms of minutes and seconds, taking all possible tempo changes etc. into account.

Re: calculation of the total duration of a score

2016-09-11 Thread Marc Hohl
{ \music \mark \markup "Duration: #(get-total-duration #{ \unfoldRepeats \music #})" \bar "|." } } (just pseudo-code, of course) Would this be somehow possible? Thanks, Marc Am 10.09.2016 um 20:48 schrieb Thomas Morley: Hi Paul, man

Re: calculation of the total duration of a score

2016-09-09 Thread Marc Hohl
Hi Paul, Am 08.09.2016 um 19:28 schrieb Paul: Hi Marc, Well, looks like I sent the file too soon before testing it for this use case. It looks like the html-live-score is using different units of time somehow? I haven't had a chance to look into it or figure out the difference. Ok

Re: calculation of the total duration of a score

2016-09-08 Thread Marc Hohl
Hi Harm, thanks a lot for your engraver, works out of the box! Best regards, Marc Am 08.09.2016 um 10:02 schrieb Thomas Morley: 2016-09-08 5:39 GMT+02:00 Paul <p...@paulwmorris.com>: On 09/05/2016 05:01 AM, Marc Hohl wrote: Has someone else already done something like this?

Re: calculation of the total duration of a score

2016-09-08 Thread Marc Hohl
funden... Musik wird auf eine Seite angepasst... Systeme erstellen... Layout nach »/tmp/lilypond-pgKSZe« ausgeben... Konvertierung nach »test.pdf«... Löschen von »/tmp/lilypond-pgKSZe«... Kompilation erfolgreich beendet marc@olivia ~/engraver$ timidity test.midi Playing test.midi MIDI file: test.mi

Re: Changing MulitMeasureRest.stencil to a squiggle

2016-09-07 Thread Marc Hohl
tedious. Unfortunately, I don't have much time to dig into development again, at least at the moment :-( Thanks, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: circle of fifths

2016-09-07 Thread Marc Hohl
Am 06.09.2016 um 19:34 schrieb David Kastrup: Simon Albrecht writes: [...] At least in mostly functional programming languages. It might be argued that German is perfectly appropriate for imperative languages. ;-)

Re: Changing MulitMeasureRest.stencil to a squiggle

2016-09-06 Thread Marc Hohl
Am 06.09.2016 um 16:09 schrieb David Nalesnik: Hi Marc, On Tue, Sep 6, 2016 at 7:28 AM, Marc Hohl <m...@hohlart.de> wrote: Hi list, I want to change the MultiMeasureRest.stencil to a squiggle as shown in the appendices (quite roughly pasted together in GIMP). Searching the LSR and t

Re: Changing MulitMeasureRest.stencil to a squiggle

2016-09-06 Thread Marc Hohl
Am 06.09.2016 um 16:09 schrieb David Nalesnik: Hi Marc, On Tue, Sep 6, 2016 at 7:28 AM, Marc Hohl <m...@hohlart.de> wrote: Hi list, I want to change the MultiMeasureRest.stencil to a squiggle as shown in the appendices (quite roughly pasted together in GIMP). Searching the LSR and t

Re: Changing MulitMeasureRest.stencil to a squiggle

2016-09-06 Thread Marc Hohl
Hello Pierre, thank you for your solution, this works like a charm! Marc Am 06.09.2016 um 16:15 schrieb Pierre Perol-Schneider: Or even: #(define (new-centered-mmr-stencil grob) (let* ((sys (ly:grob-system grob)) (X-extent (lambda (q) (ly:grob-extent q sys X

Re: calculation of the total duration of a score

2016-09-06 Thread Marc Hohl
Am 05.09.2016 um 11:54 schrieb Federico Bruni: Il giorno lun 5 set 2016 alle 11:01, Marc Hohl <m...@hohlart.de> ha scritto: [...] I have not tried, but maybe python-ly is able to give what you want? http://python-ly.readthedocs.io/en/latest/ly.music.html Thanks for the link. If I h

Changing MulitMeasureRest.stencil to a squiggle

2016-09-06 Thread Marc Hohl
in the C++ sources). I tried to override the stencil by \override MultiMeasureRest.stencil = #ly:line-spanner::print but this causes errors like "MultiMeasureRest has empty extent and non-empty stencil." Any ideas? Thanks, Marc ___ lil

calculation of the total duration of a score

2016-09-05 Thread Marc Hohl
in writing scheme engravers, so any hint would be highly appreciated. Thanks in advance, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Potential improvements to the homepage?

2016-08-21 Thread Marc Hohl
on the web. The others on the list will know. It's http://www.lilybin.com And yes, the possibility to give lilypond a try "on the fly" by means of a web interface would be a good idea IMHO. Marc ___ lilypond-user mailing list lilypond-user@gnu

Re: LilyPond logo?

2016-08-05 Thread Marc Hohl
Am 05.08.2016 um 14:01 schrieb Malte Meyn: [...] But maybe less is more and two flower layers are enough; so here is a combination of logo3 and logo4 (only two flower layers -> less detail, only one pad but with gap -> more typical). I like it!

Re: LilyPond logo?

2016-08-05 Thread Marc Hohl
Am 05.08.2016 um 11:38 schrieb Werner LEMBERG: Here are some experiments of mine. Very nice! logo1.svg is the one I used in the score, logo_outline.svg is the outline version, logo2/3/4.svg are some attempts to make it simpler. I like logo3 most. +1 Marc

Re: getting repeat bar lines to print across an entire system

2016-07-26 Thread Marc Hohl
code. Of course, it is not always easy to figure out what is required often enough. Speaking for myself, I'd use the accolades more frequently if they would work out of the box. Marc ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: lilypond - Tex

2016-07-12 Thread Marc Hohl
Am 12.07.2016 um 18:24 schrieb David Wright: On Tue 12 Jul 2016 at 17:25:35 (+0200), Marc Hohl wrote: IIUC, the original question was about to integrate LaTeX code within LilyPond, not the other way round ;-) ? Of course it is when you snip the rest of the OP, Ok, sorry

Re: lilypond - Tex

2016-07-12 Thread Marc Hohl
IIUC, the original question was about to integrate LaTeX code within LilyPond, not the other way round ;-) Am 12.07.2016 um 16:35 schrieb Henning Hraban Ramm: Hi, maybe have a look at my LilyPond/ConTeXt setup at http://wiki.contextgarden.net/LilyPond (Sample Include File). If you dont like

Re: lilypond - Tex

2016-07-12 Thread Marc Hohl
-solutions/xelatex-markup-list what you're searching for? HTH, Marc grtz, Bart http://www.bartart3d.be/ On Twitter <https://twitter.com/#%21/Bart_Issimo> On Identi.ca <http://identi.ca/bartart3d> On Google+ <https://plus.google.com/u/0/b/116379

Re: slurs and repeats

2016-07-05 Thread Marc Hohl
to the d and tweak its appearance so that it looks like a "half" slur? Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: drum staves

2016-06-13 Thread Marc Hohl
…) i try to read the manuals but couldn't figure out how to change this… Have you read http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-percussion#custom-percussion-staves This should give you a clue about changing the defaults. HTH a bit, Marc

Re: invisible note for expressive marks

2016-05-28 Thread Marc Hohl
you other thread: <>\p does exactly what you need ;-) Marc Thank you, g. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user maili

Re: repeat and dynamic

2016-05-27 Thread Marc Hohl
there any way to write the previous code using a repeat? Something like this (that of course does not work): \p \< \repeat unfold 3 {a'-4 g'-3 e'-2 c''-5} \! I think <>\p\< \repeat unfold 3 {a'-4 g'-3 e'-2 c''-5} <>\! could do the trick, b

Re: OT: chord naming question

2016-05-27 Thread Marc Hohl
Am 27.05.2016 um 15:29 schrieb Urs Liska: Am 27.05.2016 um 14:20 schrieb Marc Hohl: Write the highest note as an a# and consider it as an added 13#. Write the upper notes as c-e-bf and interpret it as bitonal (C7 over csharp). Ok. If I include the g-sharp I got C7#5 over c#. Wow. That'd

Re: OT: chord naming question

2016-05-27 Thread Marc Hohl
Am 27.05.2016 um 12:52 schrieb Thomas Morley: [...] Hi Harm, Hi Marc, is it an excerpt of an already printed piece (looks vaguely familiar to me)? No – it is a piece of mine, written some years ago for a (progressive) rock band. I want to re-use the chords and melody for a musical project

Re: OT: chord naming question

2016-05-27 Thread Marc Hohl
Am 27.05.2016 um 13:11 schrieb Urs Liska: Am 27. Mai 2016 12:58:10 MESZ, schrieb Michael Hendry <hendry.mich...@gmail.com>: On 27 May 2016, at 11:36, Marc Hohl <m...@hohlart.de> wrote: Hi list, as there are already (partly very emotional) dicussions concerning F# vs. G

OT: chord naming question

2016-05-27 Thread Marc Hohl
dvance! Regards, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: multiple tails

2016-05-24 Thread Marc Hohl
be causing this? IIRC, there was a problem with multiple flags some time ago. Which lilypond version do you use? Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: sorry for the spam

2016-05-10 Thread Marc Mouries
I had requested my domain provider to set the SPF record and I thought they did. Apparently not :-( Was the email really sent from nabble cause the same kind of email was sent to a group of friends. -Marc > On May 10, 2016, at 3:55 PM, Federico Bruni <f...@inventati.org> wrote

Re: Lilypond statistics

2016-04-08 Thread Marc Hohl
/archive/html/lilypond-user/2010-01/msg00668.html may be a good starting point. HTH, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 4 slashes in percent repeat

2016-04-04 Thread Marc Hohl
-bar.jpg I like the last one! With help of the thicker lines trough the otherwise empty bars, it is visually clear which bars belong together. I am sure that this is doable in lilypond, but this scheme wizardry is way over my head ... Marc

Re: 4 slashes in percent repeat

2016-04-03 Thread Marc Hohl
handle more than 2 slashes, but there is no way to call that routine directly IIUC. Best regards Apart from manually tweaking, I see no reasonable chance. But how about: http://lsr.di.unimi.it/LSR/Item?id=954 Looks promising and easy to read.

Re: custom multi-measure rests

2016-03-24 Thread Marc Hohl
Am 24.03.2016 um 10:45 schrieb Andrew Bernard: Hi David, It’s LSR 753 I think you are after. D'oh – I searched the LSR for "multi measure rest" but did not find that one ;-) Marc Andrew ___ lilypond-user mailing list lilypond-us

Re: Flag stencil

2016-03-24 Thread Marc Hohl
Am 24.03.2016 um 09:37 schrieb Andrew Bernard: Hi Marc, Thanks. But I specifically mentioned I am drawing my own stencil, not using a font glyph. Yep, that's exactly what I wrote. The stuff with the glyphs was just an explanation for Lilypond's way to *choose* flags not to *stack* them, so

Re: Flag stencil

2016-03-24 Thread Marc Hohl
glyphs from the font. Lilypond uses separate glyphs for one, two, three flags and does not simply stack one flag several times onto the stem. So you have to check duration-log and draw the suitable number of flags according to its value. HTH a bit, Marc

Re: custom multi-measure rests

2016-03-24 Thread Marc Hohl
see https://lists.gnu.org/archive/html/lilypond-user/2011-03/msg00025.html and follow the thread for a solution. HTH, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Marc Hohl
and stumbled across the fact that winged span bars are not possible. I did not find an easy way to implement them, so I gave up :( To be honest, the whole span bar creation routine is not really open for enhancements IIRC. Marc ___ lilypond-user mailing

Re: Q re LSR snippet 744

2016-03-19 Thread Marc Hohl
importantly I think the words 'lil le' and 'fis ker' should be displayed without a separating space after the hyphen had been removed. That's right; IIRC it worked without adding space characters in the past. Marc ___ lilypond-user mailing list lilypond

Re: openlilylib.org programming

2016-03-19 Thread Marc Hohl
be of much help in regard to these topics, but I like the logo! Marc I won't publicly share the URL to the stub but as a little appetizer I'm sharing the new "logo" lettering that I - finally - put together. Best wishes Urs ___ lil

Re: Adding acoustic guitar (steel) to MIDI

2016-03-16 Thread Marc Hohl
Am 15.03.2016 um 23:31 schrieb Abraham Lee: [...] You can turn off any context's midi instrument like this: \new ChordNames \with { midiInstrument = ##f } Another possibility (just for the record): \new ChordNames \with { \remove Staff_performer } should work as well. Marc that way you

Re: OT: Help needed to package cross-platform python application

2016-03-10 Thread Marc Hohl
Am 11.03.2016 um 08:12 schrieb Blöchl Bernhard: OT? Indeed! Another blog highchecking attack. Why not stay in the python blog? s/highchecking/hijacking/ ;-) ___ lilypond-user mailing list lilypond-user@gnu.org

Re: DrumStaff with melodic ossia

2016-03-10 Thread Marc Hohl
. {\setTubularBells sn2\laissezVibrer } change this to { \notemode { \setTubularBells a2 c'4 d' } } see http://lilybin.com/hwg9nm/3 HTH, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Spam u don't like

2016-03-04 Thread Marc Mouries
seems like an injection via Nabble.com. Rather than a spoofed > mail address, this would rather look like a hacked account at > Nabble.com. Much less likely, a hacked iPad (but what kind of > virus/worm would try going through a Nabble account next?). > > Marc? Any ideas? > > -- &g

Re: override StaffSymbol.line-count

2016-02-26 Thread Marc Hohl
drumStyleTable = #timbales-style \override StaffSymbol.line-count = #2 # generate syntax error With version 2.16.x, you have to use \override StaffSymbol #'line-count = #2 The dot syntax came with 2.18.x, I think, and I recommend upgrading to a newer lilypond relea

Re: Lilypond and Jazz chords

2016-01-18 Thread Marc Hohl
noise? Please, let's come back to a more decent style of discussion. Chord naming rules tend to upset people, but let's not get on with that stuff ... Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: how to add header to markup after score

2016-01-09 Thread Marc Hohl
Am 09.01.2016 um 12:13 schrieb Thomas Morley: 2016-01-09 9:04 GMT+01:00 Marc Hohl <m...@hohlart.de>: Am 09.01.2016 um 08:24 schrieb Jacques Menu: Hello Harm, [...] In procedure memoization in expression (let* (block, too! # ...) This looks as if Harms comment is taken as a scheme c

Re: how to add header to markup after score

2016-01-09 Thread Marc Hohl
of (let* ( ;; TODO: If we are inside a score, add the score's local header block, too! are in fact one single line. HTH, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Notation snippets

2016-01-03 Thread Marc Hohl
IMHO. I cannot promise that I have enough time to help you with this task, but I did some stuff with Metafont long time ago, so we can give it a try ... ;-) HTH, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: turn off tab double half note stems

2016-01-03 Thread Marc Hohl
f note stems are drawn with a single line like quarter notes? I was looking into the source code and it seems that for completeness one should also revert the Stem.X-extent: +1 Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu

Re: Rotation.

2015-12-28 Thread Marc Hohl
Am 28.12.2015 um 08:44 schrieb Hwaen Ch'uqi: Greetings All, I see from the NR that there are ways of rotating individual objects or text markups. Is there a way of rotating an entire score? If you embed the score in a markup, this should work out of the box, IIRC. Marc Thank you for any

Re: Strings as variable names

2015-12-28 Thread Marc Hohl
ons vs. variable calls. Just my 2 cents, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: chord tied to the next measure and then "slurred"/pulled-off

2015-12-26 Thread Marc Hohl
example (including the yet missing (2) for the g string, of course). Just my 2ct, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Strange LilyPond crash

2015-11-24 Thread Marc Hohl
Am 24.11.2015 um 17:11 schrieb David Kastrup: Marc Hohl <m...@hohlart.de> writes: Am 24.11.2015 um 00:12 schrieb Thomas Morley: [...] So, commit b416f10429d8d3881445d9000ff422dc67176df1 Author: David Kastrup <d...@gnu.org> Date: Wed Jul 15 23:30:30 2015 +0200 Iss

Re: function to replace notes by rests

2015-11-24 Thread Marc Hohl
Am 24.11.2015 um 09:52 schrieb David Kastrup: [...] Even better, thanks a lot! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: function to replace notes by rests

2015-11-24 Thread Marc Hohl
Am 24.11.2015 um 10:43 schrieb Marc Hohl: Am 24.11.2015 um 09:52 schrieb David Kastrup: [...] Even better, thanks a lot! Well, nearly there. Is it possible to use this function only within a certain Staff? If I write xNote = #(define-music-function (music) (ly:music?) (make-relative

function to replace notes by rests

2015-11-23 Thread Marc Hohl
every note to its corresponding rest, instead of rewriting the whole file (or using sed or any other external script). Has anyone a scheme routine at hand that does exactly this job? I remember vaguely that there has been something like this on the archives, but I did not find it again ...

Re: Property/ies to control the shape of ties/slurs

2015-11-23 Thread Marc Hohl
er slope. \shape is not an override but a \once \override and has to be applied to individual ties. But I want to change the appearance in a stylesheet. There is Tie.details.height-limit that is set to 1. Perhaps the slope increases if you encrease height-limit? (Not tested.)

Re: Strange LilyPond crash

2015-11-23 Thread Marc Hohl
how to boil it down to a small example. Sorry for the initial wrong info, No problem at all – thanks for your time and work! Marc Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: function to replace notes by rests

2015-11-23 Thread Marc Hohl
Am 23.11.2015 um 21:41 schrieb Malte Meyn: Am 23.11.2015 um 10:46 schrieb Marc Hohl: As the file is a bit lengthy, I think of a way to just redefine \xNotes to change every note to its corresponding rest, instead of rewriting the whole file (or using sed or any other external script). Has

Re: function to replace notes by rests

2015-11-23 Thread Marc Hohl
doesn't reset the default duration to 4 (which would be quite a nuisance, anyway). Marc JM \version "2.19.32" notesToRests = #(define-music-function (music) (ly:music?) (music-map (lambda (m) (if (eq? (ly:music-property m 'name) 'NoteEvent) (make-music

Re: Strange LilyPond crash

2015-11-22 Thread Marc Hohl
Am 21.11.2015 um 16:54 schrieb David Kastrup: Marc Hohl <m...@hohlart.de> writes: Am 21.11.2015 um 10:53 schrieb David Kastrup: Marc Hohl <m...@hohlart.de> writes: [...] Looks like there is some sequential iterator consulted for pending_moment that no longer has an iter_ to ref

Re: Strange LilyPond crash

2015-11-21 Thread Marc Hohl
Am 21.11.2015 um 10:53 schrieb David Kastrup: Marc Hohl <m...@hohlart.de> writes: [...] Looks like there is some sequential iterator consulted for pending_moment that no longer has an iter_ to refer to. More likely than not, one of the fixes for addlyrics going off the deep end wh

Re: Strange LilyPond crash

2015-11-21 Thread Marc Hohl
Am 17.11.2015 um 00:24 schrieb David Kastrup: Marc Hohl <m...@hohlart.de> writes: Hi list, I am currently reworking some older stuff that compiled perfectly under 2.13.x Yes, I used convert-ly on all files, but nevertheless, I encountered a strange problem: I have a drum part, cons

Strange LilyPond crash

2015-11-16 Thread Marc Hohl
more note*, I get the segfault again. Well, we talk about 70 measures with eighths, quarter notes and some triplets, so I don't believe that LilyPond runs out of memory. I am currently using 2.19.32. Any ideas of what's going wrong here? Marc

Re: Chords with "optional" notes

2015-11-10 Thread Marc Hohl
have a bunch of octave chords, where the upper note is smaller. If someone knowing a little of scheme would help me writing a macro/function for that, I would be much appreciated. Perhaps http://lsr.di.unimi.it/LSR/Item?id=538 is a good starting point for some scheme trickery? Marc Best

Re: Colouring guitar strings

2015-11-06 Thread Marc Hohl
http://lsr.di.unimi.it/LSR/Item?id=700 This should be easily adopted for TabStaff ... HTH, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lyluatex and distance between systems

2015-11-06 Thread Marc Hohl
Am 05.11.2015 um 18:11 schrieb Marc Hohl: Hi list, I use the lyluatex package for my latest project. Everything looks fine, but unfortunately lyluatex does not support \preLilyPondExample, \postLilyPondExample and \betweenLilyPondSystem, respectively. To answer my own question after a bit

lyluatex and distance between systems

2015-11-05 Thread Marc Hohl
does not work, since the Lilypond output is cropped line by line, ignoring the padding AFAIK. Is there a way to manually or even better automatically insert an invisible spacer in the lyrics at the beginning of each new line to increase the spacing? Thanks in advance for any suggestions, Marc

Re: lyluatex and distance between systems

2015-11-05 Thread Marc Hohl
Am 05.11.2015 um 21:05 schrieb David Wright: On Thu 05 Nov 2015 at 18:11:52 (+0100), Marc Hohl wrote: I use the lyluatex package for my latest project. Everything looks fine, but unfortunately lyluatex does not support \preLilyPondExample, \postLilyPondExample and \betweenLilyPondSystem

Re: Linnstrument tablature

2015-10-27 Thread Marc Hohl
amples of how this should look like? Marc Thanks! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@g

Re: quarter-tone tablatures notation

2015-10-26 Thread Marc Hohl
hool Days" on a bass) by pressing the string behind the nut ... Marc When you "bend" with a bottleneck, it might be feasible. So not sure whether this would not warrant at least an option. And I'm not sure whether fretlass basses are on-topic for "bending". Basically I hav

Re: Bar numbers seem to be one off

2015-09-26 Thread Marc Hohl
Am 26.09.2015 um 13:02 schrieb David Kastrup: [...] Conductor: "Ok, let's start over from bar 1!" Viola section: "We don't have bar numbers in our sheets." :-) ___ lilypond-user mailing list lilypond-user@gnu.org

Re: on-page procedure

2015-09-25 Thread Marc Hohl
Am 25.09.2015 um 10:05 schrieb Paul Scott: 2.19.27 I can get other procedures to work in \on-the-fly but not on-page. The NR suggests: \on-the-fly (on-page nmbr) ... IIUC, it has to be \on-the-fly #(on-page 2) "page-2-header-text"

Re: Chords and what they mean

2015-09-20 Thread Marc Hohl
yness ("I omit the 4 as anyone knows that I mean sus4") and a lack of knowledge. Interpreting c:sus as root and 5 feels strange IMHO. Just my 2cts Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Chords and what they mean

2015-09-20 Thread Marc Hohl
). Sounds reasonable, thanks for your work! Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: idea for fretboard-diagram chords

2015-09-18 Thread Marc Hohl
chordShape command. Most chord shapes may be derived from either an open C, A, G or E chord voicing. \set chordShape #'A c4:maj7 Marc grtz, Bart http://www.bartart3d.be/ On Twitter <https://twitter.com/#%21/Bart_Issimo> On Identi.ca <http://identi.ca/bartart3d> On Go

Re: restrainOpenStrings

2015-09-13 Thread Marc Hohl
Lilypond should handle both. Just my 2ct, Marc Obviously you have not read my postings, as I have 1. pointed out that I can handle the "contradictories" 2. quotation: "So simply let me annul my question." Cheers! On 13.09.2015 13:56, Phil Holmes wrote: I think the issue here

Re: OT: Barenreiter Plate Engraving Pictures

2015-09-10 Thread Marc Hohl
Verlag sold some plates a couple of years ago, and I got one which is now framed in my class room. Somethines my younger students ask me about it and I try to explain them how printed music was created some time ago ... Marc ___ lilypond-user mailing list

Re: Unwanted barree finger in fret diagram

2015-09-08 Thread Marc Hohl
;0" (zero) within a score, so 1-0 should not necessarily yield to an error IMHO. Marc If not, a follow up patch, maybe returning a warning, would probably be possible. Cheers, Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://

Re: Move (arpeggio) tie - visibility of ties

2015-09-04 Thread Marc Hohl
the ly source. What can I do to make it (more) visible ? You can increase the minimum length for ties: \override Tie.minimum-length = #3 % <- change according to your needs See: http://www.lilypond.org/doc/v2.18/Documentation/notation/spanners HTH, M

Re: stacking whole notes of different size

2015-09-02 Thread Marc Hohl
Hi Harm, hi Stephen, Am 02.09.2015 um 00:16 schrieb Thomas Morley: [...] Hi Marc, I wrote some test [...] I hope it helps a bit, although I've found no convincing general value. png with your example is attached as well. thanks a lot for your investigations! Now I have something to work

Re: stacking whole notes of different size

2015-09-02 Thread Marc Hohl
Hi again, Am 02.09.2015 um 00:16 schrieb Thomas Morley: Hi Marc, I wrote some test m = \relative c' { c1~ 1~ 2 s2 \bar "||" c1~ 1~ 1 \bar "||" c2~ 2~ 2~ 2~ 2~ 2 \bar "||" } \transpose c c \m \transpose c d \m \transpose c e \m \transp

Re: stacking whole notes of different size

2015-08-31 Thread Marc Hohl
Am 31.08.2015 um 15:41 schrieb Simon Albrecht: Hello Marc, this is a known issue: see <https://sourceforge.net/p/testlilyissues/issues/3900/>. Ok, so I managed to shift the upper note heads by using extra-offset: < g \tweak font-size #-3 \tweak Accidental.font-size #-3 \tweak ext

Re: stacking whole notes of different size

2015-08-31 Thread Marc Hohl
| << { \voiceTwo g1 | fis | e | d~ | 1~ | 1~ | 2 } \new Voice \with { fontSize = #-3 } { \override NoteColumn.force-hshift = #0.15 \voiceOne b'1 | h! | cis | d~ | 1~ | 1~ | 2 } >> see attached picture. Mar

Re: stacking whole notes of different size

2015-08-31 Thread Marc Hohl
Am 31.08.2015 um 18:50 schrieb Simon Albrecht: Am 31.08.2015 um 18:22 schrieb Marc Hohl: Am 31.08.2015 um 15:41 schrieb Simon Albrecht: Hello Marc, this is a known issue: see <https://sourceforge.net/p/testlilyissues/issues/3900/>. Ok, so I managed to shift the upper note heads by

stacking whole notes of different size

2015-08-31 Thread Marc Hohl
nually by some trial-and-error? Thanks in advance, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: stacking whole notes of different size

2015-08-31 Thread Marc Hohl
Hello Simon, Am 31.08.2015 um 15:41 schrieb Simon Albrecht: Hello Marc, this is a known issue: see <https://sourceforge.net/p/testlilyissues/issues/3900/>. Ah, thanks – I wasn't aware of that being in the issues list already. So I have to tweak the note head position manually. Cheers,

Re: a basic question

2015-08-27 Thread Marc Hohl
quickly ;-) If you have further problems or want some background reading in the manuals, but can’t find it, don’t hesitate to come back :-) +1 Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: a basic question

2015-08-27 Thread Marc Hohl
Am 27.08.2015 um 16:55 schrieb Marc Hohl: Am 27.08.2015 um 14:48 schrieb Simon Albrecht: Hello Paul, [...] The solution posted by Mark will not work on anything which lives at Score level, e.g. ledger lines and bar lines. Since the OP example shows two different voices sharing one staff, I

Re: a basic question

2015-08-27 Thread Marc Hohl
, thanks for the examples and the concise summary – ledger lines are part of the staff lines, of course! Regards, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: a basic question

2015-08-27 Thread Marc Hohl
, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Way to flatten nested \include's?

2015-08-25 Thread Marc Hohl
executable! Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Way to flatten nested \include's?

2015-08-25 Thread Marc Hohl
that your script should be callable by lilypond itself, something like lilypond flatten-ly.ly This ensures that all include paths are resolved automatically. A shell script does not know about lilypond's way to find include files ;-) Marc Andrew On 25/08/2015 18:11, David Kastrup d

Re: Errors when using TabStaff with stringTunings

2015-08-24 Thread Marc Hohl
-d-tuning a' d' fis' b' tenor-ukulele-tuning g c' e' a' baritone-ukulele-tuning d g b e' violin-tuning g d' a' e'' viola-tuning c g d' a' cello-tuning c, g, d a double-bass-tuning e,, a,, d, g, HTH, Marc My test file: guitarmusic = { \key g \minor R1*12 r8 bes'8\1

lilypond-book (again) and LyricText font problem

2015-08-03 Thread Marc Hohl
Handwriting which is displayed nicely. Any ideas? Thanks in advance, Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Rest in Lyrics

2015-08-03 Thread Marc Hohl
} f } Wow, that's cool! Marc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-book (again) and LyricText font problem

2015-08-03 Thread Marc Hohl
Addendum: I tried to force lilypond to use this font by adding \context { \Score \override LyricText.font-name = Mala's Handwriting } to the .ily file, but there's no difference. Properly included in a \layout { ... } environment, of course. Marc

Re: lilypond-book (again) and LyricText font problem

2015-08-03 Thread Marc Hohl
Sorry for the noise, I fould the culprit: the standalone snippets were (erroneously) built with the latest self-compiled lilypond, whereas lilypond-book is an older version that did not find the font. Marc Am 03.08.2015 um 18:36 schrieb Marc Hohl: Addendum: I tried to force lilypond

Re: OT: Getting lyluatex to work [was: Re: Lilypond and LaTeX - margins]

2015-07-27 Thread Marc Hohl
Am 27.07.2015 um 12:06 schrieb Ralf Mattes: Am Sonntag, 26. Juli 2015 12:33 CEST, Marc Hohl m...@hohlart.de schrieb: Am 25.07.2015 um 18:12 schrieb Víctor: On a separate subject, I'd like to recommend you to use lyluatex https://github.com/jperon/lyluatex instead of Lilypond-book. I've found

<    1   2   3   4   5   6   7   8   9   10   >