Re: Snippet: Adding indicators to staves which split after a break

2024-03-25 Thread Kevin Pye
>> The easy question. The fourth line of the snippet reads: >>(PI_OVER_180 (/ (atan2 1 1) 34)) >> Surely that “34” should be “45”. > > Did you try changing it? ;) Yes. It breaks things slightly. I need to dive further down the rabbit-hole to work out why. >> The more difficult question. Thi

Re: Snippet: Adding indicators to staves which split after a break

2024-03-25 Thread Kieren MacMillan
Hi Kevin, > I have two questions about this snippet: You forgot to include the snippet or a link! :) But I assume you mean https://lilypond.org/doc/v2.25/Documentation/snippets/vocal-music_003a-adding-indicators-to-staves-which-get-split-after-a-break > The easy question. The fourth line of the

Re: snippet

2024-03-12 Thread Raphael Mankin
On 11/03/2024 16:54, Gian Paolo Renello wrote: HI, I searched on lilypond site a way to rewrite a SATB on 2 staves, but i am not able to got it... Does any one have a clue on it? Thanks a lot Gian Paolo Here is the image i got form the score. Look at \partCombine. I use it to generate a s

Re: snippet

2024-03-11 Thread Jakob Pedersen
Hello Gian, I believe this is what you are looking for: https://lilypond.org/doc/v2.24/Documentation/learning/satb-vocal-score Looking at your example, you might need to look at https://lilypond.org/doc/v2.24/Documentation/notation/multiple-voices, as you have more than two voices per staff

Re: Snippet: automatic reminder text for mutes/techniques

2023-01-26 Thread Saul Tobin
I assumed that if the instrument is playing continuously, no reminder text is needed. Did you have a scenario in mind where reminders would be useful even without measures of rest? Or, did you mean that instead of rests you are using spacers? I think this snippet should work fine for that use case

Re: Snippet: automatic reminder text for mutes/techniques

2023-01-26 Thread Andrew Bernard
What if you don't have any rests? Andrew On 27/01/2023 1:00 pm, Saul Tobin wrote: Attached is a snippet that keeps track of these instructions and automatically prints reminder text after a set number of measures of rest.

Re: Snippet doesn't work in unstable version

2022-07-21 Thread Thomas Morley
Am Mi., 20. Juli 2022 um 18:43 Uhr schrieb Martín Rincón Botero < martinrinconbot...@gmail.com>: > Hello, > > I grabbed this snippet a while ago from somewhere™ which puts a box > around music (an "improvisation box"). It works perfectly in Lilypond > 2.22.1, but not in Lilypond 2.23.3+. Does some

Re: Snippet doesn't work in unstable version

2022-07-20 Thread Thomas Morley
Am Mi., 20. Juli 2022 um 18:43 Uhr schrieb Martín Rincón Botero < martinrinconbot...@gmail.com>: > Hello, > > I grabbed this snippet a while ago from somewhere™ which puts a box > around music (an "improvisation box"). It works perfectly in Lilypond > 2.22.1, but not in Lilypond 2.23.3+. Does some

Re: Snippet

2022-04-22 Thread Jacques Menu
THANKS A LOT, Jean, that’s precisely what I’ve been struggling with for xml2ly these days…, solved! I’ll use your solution this way: \score { \context Staff = "staff1" { c1 \mergeFullBarRests { \compressEmptyMeasures R1 R1 R1 % NO '|' bar mark here! \bar "||"

Re: Snippet

2022-04-22 Thread Martín Rincón Botero
Thank you! On abr. 21 2022, at 9:10 pm, Jean Abou Samra wrote: > Le 21/04/2022 à 19:50, Martín Rincón Botero a écrit : > > Would it be possible to update it to work on Lilypond 2.22.1? > > > The code contains spurious Unicode "zero-width space" characters, one among > the newlines between the end

Re: Snippet

2022-04-21 Thread Jean Abou Samra
Le 21/04/2022 à 19:50, Martín Rincón Botero a écrit : Would it be possible to update it to work on Lilypond 2.22.1? The code contains spurious Unicode "zero-width space" characters, one among the newlines between the end of append-merge and "mergeSkips =", and another between the end of \merge

Re: Snippet only as PDF

2022-02-27 Thread Bophead 2000
Hi Jean, That works fine for PDF and EPS output already, but not for SVG. So I added #(ly:set-option 'backend 'svg) afterwards and that made the Lilypond command line options for SVG output work. I guess that overrides the EPS-backend defined in “ lilypond-book-preamble.ly”. I will try to modif

Re: Snippet only as PDF

2022-02-27 Thread Jean Abou Samra
Le 27/02/2022 à 10:40, Bophead 2000 a écrit : What is the simplest way to get snippets cut down to only content as only one file – be it PDF, EPS or SVG? Add #(ly:set-option 'aux-files #f) Best, Jean

Re: Snippet only as PDF

2022-02-27 Thread David Wright
On Sun 27 Feb 2022 at 14:16:32 (+0100), Bophead 2000 wrote: > > > I want to produce lilypond snippets to be used within a text – but only in > > > one graphics file format (PDF, EPS or SVG). In the moment I am using a > > > method I copied from the examples in the HTML-manuals putting the > > > fo

Re: Snippet only as PDF

2022-02-27 Thread Henning Hraban Ramm
Hi Bophead, Am 27.02.22 um 14:16 schrieb Bophead 2000: Hi Hraban, I have seen that page in ConTeXtgarden. But as far as I understood the “filter” module works only in ConTeXt MkIV and the workaround to use it in ConTeXt LMTX has a security flaw (cannot remember where I read the latter). That

Re: Re: Snippet only as PDF

2022-02-27 Thread Bophead 2000
Hi Hraban, I have seen that page in ConTeXtgarden. But as far as I understood the “filter” module works only in ConTeXt MkIV and the workaround to use it in ConTeXt LMTX has a security flaw (cannot remember where I read the latter). That is why I have not tried it yet. I wanted something that work

Re: Snippet only as PDF

2022-02-27 Thread Henning Hraban Ramm
Hi Bophead, welcome, fellow ConTeXt user! Do you know https://wiki.contextgarden.net/LilyPond ? I’m using only parts of lilypond-book-preamble.ly Maybe we can improve the ConTeXt-LilyPond integration together. Hraban Am 27.02.22 um 10:40 schrieb Bophead 2000: Hello all, I want to produce lil

Re: [OT] Re: Snippet does not work properly ?

2021-02-10 Thread Freeman Gilmore
On Tue, Feb 9, 2021 at 5:04 PM David Wright wrote: > On Tue 09 Feb 2021 at 14:22:39 (-0500), Freeman Gilmore wrote: > > On Sun, Feb 7, 2021 at 6:18 PM Thomas Morley wrote: > > > Am So., 7. Feb. 2021 um 22:48 Uhr schrieb Freeman Gilmore: > > > > > >> I am trying to open this in Frescobaldi. > > >>

[OT] Re: Snippet does not work properly ?

2021-02-09 Thread David Wright
On Tue 09 Feb 2021 at 14:22:39 (-0500), Freeman Gilmore wrote: > On Sun, Feb 7, 2021 at 6:18 PM Thomas Morley wrote: > > Am So., 7. Feb. 2021 um 22:48 Uhr schrieb Freeman Gilmore: > > > >> I am trying to open this in Frescobaldi. > >> > >> Custom tuning and MIDI rendering > >> > >> http://lsr.di.un

Re: Snippet "Clef change and repeat barline"

2020-06-29 Thread Pierre Perol-Schneider
Hi Harm, Le lun. 29 juin 2020 à 09:59, Thomas Morley a écrit : > Hi Pierre, > > I've now approved it as > lsr.di.unimi.it/LSR/Item?u=1&id=1116 > with some slight changes. > > I deleted another instance of \hideNotes and changed > \once\override Staff.Clef.space-alist = > #'((key-canc

Re: Snippet "Clef change and repeat barline"

2020-06-29 Thread Thomas Morley
Am So., 28. Juni 2020 um 09:37 Uhr schrieb Pierre Perol-Schneider : > > Hi Harm, > > Le sam. 27 juin 2020 à 10:39, Thomas Morley a > écrit : > ... >> >> Some Remarks: >> (a) Your override >> \once\override Staff.TimeSignature.space-alist = >> #'((first-note . (fixed-space . 0))) >> will

Re: Snippet "Clef change and repeat barline"

2020-06-28 Thread Pierre Perol-Schneider
Hi Harm, Le sam. 27 juin 2020 à 10:39, Thomas Morley a écrit : ... > Some Remarks: > (a) Your override > \once\override Staff.TimeSignature.space-alist = > #'((first-note . (fixed-space . 0))) > will replace the default space-alist with your setting, i.e. the other > default settings (s

Re: Snippet "Clef change and repeat barline"

2020-06-27 Thread Thomas Morley
Am Fr., 26. Juni 2020 um 12:06 Uhr schrieb Pierre Perol-Schneider : > > Hi Harm, > Thank you for your suggestion. Definitly better. > Ultimately, I've created a new snippet: > http://lsr.di.unimi.it/LSR/Item?u=1&id=1116 > If you're ok with it, I'll delete snippet #1110 > Cheers, > Pierre Hi Pierr

Re: Snippet "Clef change and repeat barline"

2020-06-26 Thread Pierre Perol-Schneider
Hi Harm, Thank you for your suggestion. Definitly better. Ultimately, I've created a new snippet: http://lsr.di.unimi.it/LSR/Item?u=1&id=1116 If you're ok with it, I'll delete snippet #1110 Cheers, Pierre Le jeu. 25 juin 2020 à 22:21, Thomas Morley a écrit : > Am Do., 25. Juni 2020 um 10:55 Uhr

Re: Snippet "Clef change and repeat barline"

2020-06-25 Thread Thomas Morley
Am Do., 25. Juni 2020 um 10:55 Uhr schrieb Pierre Perol-Schneider : > > Hi Harm, > > Le mer. 24 juin 2020 à 23:26, Thomas Morley a > écrit : >> >> To the author of said snippet. >> lsr.di.unimi.it/LSR/Item?u=1&id=1110 >> >> I will not approve it in it's current state. > > > Ok. > >> This sounds l

Re: Snippet "Clef change and repeat barline"

2020-06-25 Thread Pierre Perol-Schneider
Le mer. 24 juin 2020 à 23:26, Thomas Morley a écrit : ... > Please check whether there's an issue about it already, if not report > it on the bug-list. > Done: http://lilypond.1069038.n5.nabble.com/Clef-change-and-repeat-sign-td234226.html Cheers, Pierre

Re: Snippet "Clef change and repeat barline"

2020-06-25 Thread Pierre Perol-Schneider
Hi Harm, Le mer. 24 juin 2020 à 23:26, Thomas Morley a écrit : > To the author of said snippet. > lsr.di.unimi.it/LSR/Item?u=1&id=1110 > > I will not approve it in it's current state. > Ok. This sounds like default LilyPond being wrong in this regard. If so, > it's a bug, needed to be reported

Re: Snippet for aligning markup inside another markup

2019-10-05 Thread Michael Käppler
Oops, here the missing snippet image... Am 01.10.2019 um 01:45 schrieb Kieren MacMillan: Hi Aaron, Here's my take: Nice work! This should be part of the base distro, IMO. Thanks, Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmill

Re: Snippet for aligning markup inside another markup

2019-10-05 Thread Michael Käppler
Hi Aaron and Kieren, very nice! (I really should have read how the markup commands make use of ly:stencil-aligned-to...) Here my variant of the code with tweakable alignment. Personally I prefer the "scheme only-style" but I agree that the mixed style Aaron used would be shorter. \version

Re: Snippet for aligning markup inside another markup

2019-09-30 Thread Kieren MacMillan
Hi Aaron, > Here's my take: Nice work! This should be part of the base distro, IMO. Thanks, Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info ___ l

Re: Snippet for aligning markup inside another markup

2019-09-30 Thread Aaron Hill
On 2019-09-30 6:18 am, Kieren MacMillan wrote: Hi Michael, for a project of mine I wanted to center a markup inside another markup. I searched the built-in markup functions, but to no avail. (Surely it is possible that I missed something...) This is *almost* it, right? %%% SNIPPET ENDS \v

Re: Snippet for aligning markup inside another markup

2019-09-30 Thread Kieren MacMillan
Hi Michael, > for a project of mine I wanted to center a markup inside another markup. > I searched the built-in markup functions, but to no avail. (Surely it is > possible that I missed something...) This is *almost* it, right? %%% SNIPPET ENDS \version "2.19.83" boxone = \markup \with-color

Re: Snippet: Customizing markFormatter

2019-03-22 Thread Aaron Hill
On 2019-03-22 1:32 am, Valentin Villenave wrote: On 3/21/19, Aaron Hill wrote: In an attempt to hide the Scheme-ness of the above approach, I put together the following music function which replaces placeholder strings within the provided markup with the output of the specified formatter func

Re: Snippet: Customizing markFormatter

2019-03-22 Thread David Kastrup
Valentin Villenave writes: > On 3/21/19, Aaron Hill wrote: >> In an attempt to hide the Scheme-ness of the above approach, I put >> together the following music function which replaces placeholder strings >> within the provided markup with the output of the specified formatter >> function: > > H

Re: Snippet: Customizing markFormatter

2019-03-22 Thread Valentin Villenave
On 3/21/19, Aaron Hill wrote: > In an attempt to hide the Scheme-ness of the above approach, I put > together the following music function which replaces placeholder strings > within the provided markup with the output of the specified formatter > function: Hi Aaron, I like what you’re doing! I w

Re: Snippet: Using arbitrary markup with LyricHyphen

2019-03-16 Thread Valentin Villenave
On 3/16/19, Aaron Hill wrote: > So, what I ended up doing was rewriting the LyricHyphen stencil > procedure to use an actual hyphen glyph rather than try to draw > something. And in the noble pursuit of generalization, the following > approach supports *any* arbitrary markup. Nice! I’ve tried to

Re: Snippet: Using arbitrary markup with LyricHyphen

2019-03-16 Thread David F.
On Mar 16, 2019, at 6:30 AM, Aaron Hill wrote: > This whole thing started as a way to automate setting the properties of > LyricHyphen based on the current LyricText font. In my use case, I am > preparing music for projection, which requires larger font sizes than typical > for print. The

Re: snippet to automatically elaborate a bass line

2019-02-01 Thread Gianmaria Lari
On Sat, 2 Feb 2019 at 07:11, Valentin Villenave wrote: > On 1/30/19, Gianmaria Lari wrote: > > Is there any snippet that automatically convert the chord accompaniment > at > > the bass in something a bit more elaborate for the midi? > > Greetings, > something like that? > [] I simply copie

Re: snippet to automatically elaborate a bass line

2019-02-01 Thread Valentin Villenave
On 1/30/19, Gianmaria Lari wrote: > Is there any snippet that automatically convert the chord accompaniment at > the bass in something a bit more elaborate for the midi? Greetings, something like that? % \version "2.19.82" lh = \chordmode { c4 a:m d:m g } rh = \fixed c' { e8-. e-. g-. e-. f

Re: Snippet 888 string, was Re: Lyric centre-on-word / ignore-punctuation bug

2018-02-24 Thread David Wright
On Sat 24 Feb 2018 at 20:27:58 (-0700), madMuze wrote: > >> What I haven't figured out is why there are two long dashes > > As davidK pointed out, three dash forms are probably desired: the hyphen, > the N-dash, and the M-dash. I didn't see him mention the hyphen, but it's all present and correct

Re: Snippet 888 string, was Re: Lyric centre-on-word / ignore-punctuation bug

2018-02-24 Thread David Wright
On Sat 24 Feb 2018 at 16:59:37 (+0100), David Kastrup wrote: > David Wright writes: > > > On Sat 24 Feb 2018 at 11:06:20 (+0100), David Kastrup wrote: > >> Thomas Morley writes: > >> > >> > 2018-02-24 3:45 GMT+01:00 Kieren MacMillan > >> > : > >> >> Hi all, > >> >> > >> >> When a lyric syllabl

Re: Snippet 888 string, was Re: Lyric centre-on-word / ignore-punctuation bug

2018-02-24 Thread madMuze
>> What I haven't figured out is why there are two long dashes As davidK pointed out, three dash forms are probably desired: the hyphen, the N-dash, and the M-dash. It does look like an extra M-dash at the beginning of your string (or is that some character code masquerading as a dash?). The space

Re: Snippet 888 string, was Re: Lyric centre-on-word / ignore-punctuation bug

2018-02-24 Thread Kieren MacMillan
Hi David(s), >>> Doesn't really look like dealing sensibly with utf-8. > I was talking about the code, not the string There's no question it doesn’t handle UTF-8 sensibly: I had to avoid using it for a score a few weeks ago in which I was using a Ukrainian glyph ("backwards R"). I would very m

Re: Snippet 888 string, was Re: Lyric centre-on-word / ignore-punctuation bug

2018-02-24 Thread David Kastrup
David Wright writes: > On Sat 24 Feb 2018 at 11:06:20 (+0100), David Kastrup wrote: >> Thomas Morley writes: >> >> > 2018-02-24 3:45 GMT+01:00 Kieren MacMillan : >> >> Hi all, >> >> >> >> When a lyric syllable begins with a typographer’s single quote >> >> (e.g., ’cause, ’ll, etc.), the "ignore

Re: Snippet for conditional score compilation

2017-11-16 Thread Kieren MacMillan
Hi Saul, > Here's a short little snippet to turn on or off whether a score is compiled. > I'm using this to control which movements are compiled across all my > instrumental parts from a flag in a single file. Nice! I do the same kind of thing in my big multi-movement works (operas, musicals, e

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

2017-07-10 Thread Richard Shann
On Mon, 2017-07-10 at 08:44 +0200, Urs Liska wrote: > > Am 08.07.2017 um 16:58 schrieb Simon Albrecht: > > On 08.07.2017 15:49, Richard Shann wrote: > >> I was intrigued by this, as I have a patch to the figured bass formatter > >> that has been hanging around because the route to making contribut

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

2017-07-10 Thread Richard Shann
On Mon, 2017-07-10 at 09:06 +0200, Jacques Menu Muzhic wrote: > Hello Richard, > > Just for the record: I’m using LilyDev 4, in which LilyPond builds > seamlessly. The work to have it running in your virtual machines > environment Unfortunately my Debian Stable installation won't install the virtu

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

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

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

2017-07-09 Thread Urs Liska
Am 08.07.2017 um 16:58 schrieb Simon Albrecht: > On 08.07.2017 15:49, Richard Shann wrote: >> I was intrigued by this, as I have a patch to the figured bass formatter >> that has been hanging around because the route to making contributions >> that I knew about involved a virtual machine which I

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

2017-07-09 Thread Richard Shann
On Sun, 2017-07-09 at 13:15 +0200, Malte Meyn wrote: > > Am 09.07.2017 um 12:50 schrieb Richard Shann: > > Thanks - here is such a small patch then. It fixes the centering of > > isolated accidentals and digits on whole notes which is currently too > > far to the left. > > From your patch: > >

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

2017-07-09 Thread Malte Meyn
Am 09.07.2017 um 12:50 schrieb Richard Shann: Thanks - here is such a small patch then. It fixes the centering of isolated accidentals and digits on whole notes which is currently too far to the left. From your patch: +(if (and (eqv? 0 (ly:duration-log (ly:event-property event 'duratio

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

2017-07-09 Thread Richard Shann
On Sat, 2017-07-08 at 16:58 +0200, Simon Albrecht wrote: > On 08.07.2017 15:49, Richard Shann wrote: > > I was intrigued by this, as I have a patch to the figured bass formatter > > that has been hanging around because the route to making contributions > > that I knew about involved a virtual machi

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

2017-07-08 Thread Simon Albrecht
On 08.07.2017 15:49, Richard Shann wrote: I was intrigued by this, as I have a patch to the figured bass formatter that has been hanging around because the route to making contributions that I knew about involved a virtual machine which I can't get working on my current system. The method Urs n

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

2017-07-08 Thread Richard Shann
On Sat, 2017-07-08 at 08:42 +0200, Urs Liska wrote: > [...] > > I would be pleased to contribute this to openlilylib, but I have no idea > > how! I've never contributed to a collaborative project like that before. How > > would I go about this? > [...] you can also take the file from > Github (the

Re: snippet to properly align dynamics with expressive text

2017-07-07 Thread Urs Liska
Am 08.07.2017 um 00:21 schrieb Shevek: > Agreed about the optical spacing. My goal was to get the alignment to be > identical between the bare dynamics and the dynamics + text. To my eye, the > fff and fff espressivo are aligned the same, so it seems more like something > that could be improved i

Re: snippet to properly align dynamics with expressive text

2017-07-07 Thread Shevek
Agreed about the optical spacing. My goal was to get the alignment to be identical between the bare dynamics and the dynamics + text. To my eye, the fff and fff espressivo are aligned the same, so it seems more like something that could be improved in Lilypond's dynamic alignment in general. I wou

Re: snippet to properly align dynamics with expressive text

2017-07-07 Thread Kieren MacMillan
Hi Shevek, > Here is a snippet I've written to align custom dynamics correctly. This is a nice start — thanks! Two thoughts: 1. To my eye, the f's don't seem centred (the fff shows the "error" more prominently than the f". I realise this is an optical illusion based on the actual X-extent

Re: Snippet variations

2016-12-18 Thread Br. Samuel Springuel
On 2016-12-18 6:57 PM, Simon Albrecht wrote: #(if (not (defined? 'aster)) (define aster #{ \set stanza = \markup "*" #})) Thanks Simon, that works perfectly. -- ✝ Br. Samuel, OSB St. Anselm’s Abbey Washington, DC (R. Padraic Springuel) PAX ☧ ΧΡΙΣΤΟΣ __

Re: Snippet variations

2016-12-18 Thread Simon Albrecht
On 18.12.2016 23:30, Br. Samuel Springuel wrote: Some Googling led me to this idea: #(if (not (defined? aster)) (aster = { \set stanza = \markup{"*"} })) but this mixes scheme and lilypond syntax in a way I suspect is not allowed Yes :-) Here’s how: #(if (not (defined? 'aster)) (define as

Re: Snippet variations

2016-12-18 Thread Br. Samuel Springuel
Building on the idea, I could reduce the number of needed files from 3 to 2 if I could test whether aster has been defined or not. In this instance the source file would check to see if aster is defined, and if not define it. The second file would would first define aster and then load the fi

Re: Snippet variations

2016-12-17 Thread Br. Samuel Springuel
I have never worked with TeX and its relatives, so my only experience is in plain LY files. For those not familiar with lyluatex, the way I'm using it works as follows: 1) Inside a the TeX file there is a pointer to the lilypond source file of the snippet I want to include. 2) When LuaTeX pr

Re: Snippet variations

2016-12-16 Thread Klaus Blum
Dear Br. Samuel, I have never worked with TeX and its relatives, so my only experience is in plain LY files. As you suggested, you could have the \aster command simply do nothing by aster = {} You can use either of those variable definitions anywhere, newer definitions replace older ones.

Re: Snippet: Vertical brace spanning several lyrics lines [addition]

2016-01-08 Thread Thomas Morley
2016-01-06 12:14 GMT+01:00 Thomas Morley : > 2016-01-06 10:01 GMT+01:00 Robert Blackstone : >> Dear list, >> >> I found the snippet: "Vertical brace spanning several lyrics lines" >> (http://lsr.di.unimi.it/LSR/Item?id=265 and >> http://lsr.di.unimi.it/LSR/Snippet?id=265). > [...] >> If yes, is thi

Re: Snippet: Vertical brace spanning several lyrics lines [addition]

2016-01-06 Thread Thomas Morley
2016-01-06 10:01 GMT+01:00 Robert Blackstone : > Dear list, > > I found the snippet: "Vertical brace spanning several lyrics lines" > (http://lsr.di.unimi.it/LSR/Item?id=265 and > http://lsr.di.unimi.it/LSR/Snippet?id=265). [...] > If yes, is this post sufficient? I'm fairly new in the LilyPond uni

Re: snippet throws programming errors

2015-01-13 Thread Jacques Menu
Grouping the key with the music is fine and gives no error (I’m using a Mac). That’s reasonable since the key may change at places within the music. JM %%% \version "2.19.15" music = \relative c'' { \key c \major e2 g, \key e \minor e2 g, } \score { \new Staff << \music

Re: snippet throws programming errors (Jim Long) 53

2015-01-12 Thread Keith OHara
Cynthia Karl mac.com> writes: > IMO, the problem is that my simple snippet causes LilyPond to declare that > programing errors have occurred. Programming errors are a serious > problem. Programming errors are only > solved by correcting the program, not by avoiding them by modifying the > inp

Re: snippet throws programming errors

2015-01-12 Thread Keith OHara
Cynthia Karl mac.com> writes: > \score{ > \new Staff << \key c \major \music >> > \layout { > \context { \Voice \consists "Ambitus_engraver" } > } > } > > throws the following two programming errors: "Programming errors" are intended to report conditions that a programmer th

Re: snippet throws programming errors

2015-01-12 Thread Jim Long
On Mon, Jan 12, 2015 at 05:25:55PM -0600, Cynthia Karl wrote: > The following snippet: > > \version "2.19.15" > > music = \relative c'' { e2 g, } > > \score{ > \new Staff << \key c \major \music >> > \layout { > \context { \Voice \consists "Ambitus_engraver" } > } > } Your

Re: [snippet] Repeats with parallelMusic

2014-07-03 Thread David Kastrup
Pierre Perol-Schneider writes: > 2014-07-02 12:13 GMT+02:00 David Kastrup : > > >> However, this fix does not have regtests. I would appreciate it if you >> could cook up a few short but difficult use cases for placing in the >> regtests. >> > > In order to find a sort of inspiration I've just r

Re: [snippet] Repeats with parallelMusic

2014-07-03 Thread David Kastrup
Pierre Perol-Schneider writes: > 2014-07-02 12:13 GMT+02:00 David Kastrup : > > >> However, this fix does not have regtests. I would appreciate it if you >> could cook up a few short but difficult use cases for placing in the >> regtests. >> > > In order to find a sort of inspiration I've just r

Re: [snippet] Repeats with parallelMusic

2014-07-02 Thread Pierre Perol-Schneider
2014-07-02 12:13 GMT+02:00 David Kastrup : > However, this fix does not have regtests. I would appreciate it if you > could cook up a few short but difficult use cases for placing in the > regtests. > In order to find a sort of inspiration I've just re-wrote some snippets from the regression in

Re: [snippet] Repeats with parallelMusic

2014-07-02 Thread David Kastrup
Pierre Perol-Schneider writes: > Hi James, > > 2014-06-30 18:21 GMT+02:00 James : > >> >> So are you saying we need to update the documentation? >> > > Yes, I think it could be a good thing to add somehow explanations for > repeats in parallelMusic mode. > But I'll send an email to the bug list

Re: [Snippet] Baroque lute tablature

2014-06-30 Thread Pierre Perol-Schneider
Hi List, I re-wrote this snippet in parallelMusic mode since I think it is much more convenient for guitar transcriptions. Cheers, Piere ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: [snippet] Repeats with parallelMusic

2014-06-30 Thread Pierre Perol-Schneider
Hi James, 2014-06-30 18:21 GMT+02:00 James : > > So are you saying we need to update the documentation? > Yes, I think it could be a good thing to add somehow explanations for repeats in parallelMusic mode. But I'll send an email to the bug list regarding this. > Remember that tagging LSR exa

Re: [snippet] Repeats with parallelMusic

2014-06-30 Thread James
On 30/06/14 15:09, Pierre Perol-Schneider wrote: Hi LilyPonders, This afternoon I had to write a short polyphonic piece to illustrate some literature and I found it fun to use the parallelMusic mode for the very first time. I choose a short menuet with repeats and discovered that the use of r

Re: [SNIPPET] "Inserting large plain text sections" (update)

2014-02-12 Thread Pierre Perol-Schneider
Sorry for that folks, I forgot that those command were that young. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: [SNIPPET] "Inserting large plain text sections" (update)

2014-02-12 Thread Urs Liska
Am 10.02.2014 19:52, schrieb Pierre Perol-Schneider: Dear All, I've tried to update this snippet : http://lsr.dsi.unimi.it/LSR/Item?id=300 by simply trying to add a new one. For some reason, the LSR system refuses to compile. Please find my file herewith, if someone could tell me where comes th

Re: [SNIPPET] "Inserting large plain text sections" (update)

2014-02-12 Thread Phil Holmes
There are a number of errors running with 2.14, which is the version the LSR uses: error: program too old: 2.14.0 (file requires: 2.18.0) Brouillon.ly:24:2: error: unknown escaped string: `\markuplist' \markuplist { Brouillon.ly:24:2: error: syntax error, unexpected STRING \markuplist { Broui

Re: snippet: standard staff sizes

2014-01-07 Thread Alex Loomis
> Or from the computer-based point of view: Is anything wrong with > choosing a staff size of 19.1? >From the computer-based view, no. From the typography-based view, yes. Something as small as that won't likely make a difference, but the further from its intended size you force a glyph the worse

Re: snippet: standard staff sizes

2014-01-07 Thread Noeck
Hi all, I try to answer my own mail after having searched the internet for answers: > 1. Is there a world wide standard for staff sizes? No. > 2. Are "Rastral Staff Sizes" always the same? I once found a different > list of rastral sizes. The differences are on the level of 2%, but I > wonder i

Re: snippet: standard staff sizes

2014-01-06 Thread Kieren MacMillan
Hi Martin, > But next time please put stuff like this in an attachment? Unfortunately, I’ve had troubles with attachments sent to this list… =\ Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypon

Re: snippet: standard staff sizes

2014-01-06 Thread Martin Tarenskeen
On Mon, 6 Jan 2014, Kieren MacMillan wrote: Hello all, Just in case it helps anyone else, here’s a little snippet I made up to generate the standard staff sizes (as per Gould p. 483). (...) Interesting, thank you. But next time please put stuff like this in an attachment? -- MT

Re: snippet: standard staff sizes

2014-01-06 Thread Kieren MacMillan
Going in the other direction, I took integer-valued Lilypond staff sizes, and found examples in my personal library which matched: 8 (~2.8mm): Boosey & Hawkes full score of “Peter Grimes” is just a little bigger (~8.5) 10 (~3.5mm): study scores like Universal’s “Bluebeard’s Castle” and Wa

Re: snippet: standard staff sizes

2014-01-06 Thread Noeck
Thanks Kieren, I have some questions about the staff sizes: 1. Is there a world wide standard for staff sizes? 2. Are "Rastral Staff Sizes" always the same? I once found a different list of rastral sizes. The differences are on the level of 2%, but I wonder if there is some official reference.

Re: snippet: standard staff sizes

2014-01-06 Thread Pierre Perol-Schneider
Thanks Kieren, very interesting indeed. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: snippet: standard staff sizes

2014-01-06 Thread Jan-Peter Voigt
Am 06.01.2014 13:37, schrieb Kieren MacMillan: > Just in case it helps anyone else, here’s a little snippet I made up to > generate the standard staff sizes (as per Gould p. 483). Thank you :) ... and a happy new year! ___ lilypond-user mailing list

Re: snippet does not work anymore

2013-05-27 Thread David Kastrup
"Dr. med. Kai Lautenschläger" writes: > Hi List, > > I've been seeing a lot snippets being identified by numbers, but I > can't find out, where to search for that number. Reading the manual I > stumbled upon a snippet that hast stopped working somewhere between > versions 2.16 and 2.17.15. It is

Re: snippet does not work anymore

2013-05-27 Thread David Kastrup
"Dr. med. Kai Lautenschläger" writes: > Hi List, > > I've been seeing a lot snippets being identified by numbers, but I > can't find out, where to search for that number. Reading the manual I > stumbled upon a snippet that hast stopped working somewhere between > versions 2.16 and 2.17.15. It is

Re: Snippet "music box" does not work in 2.16

2012-12-12 Thread Eric
> (pnew (ly:music-property (list-ref pitches i) 'pitch)) Thanks, it works perfectly :^) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Snippet "music box" does not work in 2.16

2012-12-12 Thread David Kastrup
David Kastrup writes: > Eric writes: > >> Hi Lilypond helpers, >> >> The following snippet : >> >> http://lsr.dsi.unimi.it/LSR/Snippet?id=346 >> >> does not work any longer. >> >> The error occurs "In procedure car in expression (car pes): >> /home/eric/musique/lilypond/test.ly:49:49: Wrong type

Re: Snippet "music box" does not work in 2.16

2012-12-12 Thread David Kastrup
Eric writes: > Hi Lilypond helpers, > > The following snippet : > > http://lsr.dsi.unimi.it/LSR/Snippet?id=346 > > does not work any longer. > > The error occurs "In procedure car in expression (car pes): > /home/eric/musique/lilypond/test.ly:49:49: Wrong type (expecting pair): ()" > > that is, a

Re: Snippet "Adjusting lyrics vertical spacing" fails

2011-08-07 Thread Volker Paul
Hello Jan-Peter, > The vertical spacing stuff changed significantly with 2.14. The mentioned > properties became valid after 2.12 I recommend updating to 2.14, because > this is a big improvement :) That explains it, thanks a lot. Dankeschööön! Cheers, Volker

Re: Snippet "Adjusting lyrics vertical spacing" fails

2011-08-07 Thread Jan-Peter Voigt
Hello Volker, The vertical spacing stuff changed significantly with 2.14. The mentioned properties became valid after 2.12 I recommend updating to 2.14, because this is a big improvement :) Cheers, Jan-Peter Am 08.08.2011 um 06:53 schrieb Volker Paul : > Hi, > > trying that snippet: > http:/

Re: Snippet: Tie does not appear

2011-06-21 Thread Keith OHara
Carl Sorensen byu.edu> writes: > > On 11-06-20 09:30 PM, James Harkins wrote: > >> (Side note: on my Ubuntu machine, lilypond 2.14.1 choked on the > >> non-breaking > >> spaces copied over from the HTML-formatted e-mail. > I have the same problem on OSX. Some of the lines have A0 instead of 20

Re: Snippet: Tie does not appear

2011-06-21 Thread Carl Sorensen
On 6/21/11 7:19 AM, "Colin Campbell" wrote: > On 11-06-20 09:30 PM, James Harkins wrote: >> (Side note: on my Ubuntu machine, lilypond 2.14.1 choked on the non-breaking >> spaces copied over from the HTML-formatted e-mail. Tons of "unexpected >> string" errors. I can't think of any good reason wh

Re: Snippet: Tie does not appear

2011-06-21 Thread Janek Warchoł
2011/6/21 James Harkins : > I'm working on a piece now for sheng, a Chinese instrument related to the > free reed mouth organ /khaen/ common in Laos and Northeast Thailand. Like the > guitar in the original example here, it's polyphonic (within fingering > limitations) and most often notated on

Re: Snippet: Tie does not appear

2011-06-21 Thread Colin Campbell
On 11-06-20 09:30 PM, James Harkins wrote: (Side note: on my Ubuntu machine, lilypond 2.14.1 choked on the non-breaking spaces copied over from the HTML-formatted e-mail. Tons of "unexpected string" errors. I can't think of any good reason why non-breaking spaces should cause parsing to fail.

Re: Snippet: Tie does not appear

2011-06-21 Thread James Harkins
At Tue, 21 Jun 2011 13:42:01 +1000, Nick Payne wrote: > You can't have a tie between notes in different voices. Re-arrange the voices > to have the notes in > the same voice (or alternatively, create an extra voice with hidden notes > that has the tie). This may not always be possible. > And >

Re: Snippet: Tie does not appear

2011-06-20 Thread Nick Payne
On 21/06/11 12:59, Ivan Kuznetsov wrote: \version "2.12.3" \include "english.ly " \score { << \new Staff = "guitar" { \clef "treble_8" \time 4/4 % guitar m01 << { s2. g'8. [e,16~] } \\ { r2. f8 [b8] } >> % guitar m02 <<

Re: Snippet: Tie does not appear

2011-06-20 Thread Colin Campbell
On 11-06-20 08:59 PM, Ivan Kuznetsov wrote: Snippet: Tie does not appear Why does the tie between the two low E naturals that I have indicated in the snippet below not appear in the notation? Thanks. \version "2.12.3" \include "english.ly " \score { << \new Staff = "g

  1   2   >