Re: Can I output PNG and midi from the same file?

2024-05-13 Thread Peter Baughman
Yes, this fixes the problem! By adding \layout {} inside my \score next to \midi I now get both outputs. Thank you. From: William Rehwinkel Sent: Sunday, May 12, 2024 9:22 PM To: Peter Baughman; lilypond-user@gnu.org Subject: Re: Can I output PNG and midi from

Can I output PNG and midi from the same file?

2024-05-12 Thread Peter Baughman
Greetings, I have a few .ly files that work great and produce lovely pictures when I build then with a command like: lilypond --png my_song.ly​ I started to play around with midi output and was a little suprised to find that I needed to add a \midi code block to my file (instead of some other

Spacing between staves

2024-04-25 Thread Peter Mayes
wards. Is that possible? Thanks in advance -- Best wishes -- Peter -- Peter Mayes

Re: Delayed turns etc

2024-04-17 Thread Peter Mayes
ic on the next page. -- Best wishes -- Peter -- Peter Mayes

Breathing marks

2024-03-29 Thread Peter Mayes
solution that allows for vertical and horizontal adjustment. Thanks in advance. -- Best wishes -- Peter -- Peter Mayes

A probably elementary question

2024-03-29 Thread Peter Mayes
A question which I haven't been able to answer from the documentation (there's lots of it!) I have a final note, a minim, say, and I want a hairpin diminuendo starting at the last note, and ending at the final double bar. As in this screenshot: -- Best wishes -- Peter -- Peter Mayes

B.A.C.H. motif

2024-03-19 Thread Peter Mayes
Being relatively new to this forum, I suspect I am not the first person to ask this. And it is more out of curiosity than necessity. But does anybody have lilypond code to engrave the famous B.A.C.H. motif in the attached image? Thanks in advance. -- Best wishes -- Peter -- Peter Mayes

Re: Moving a fingering mark below a slur

2024-02-28 Thread Peter Mayes
t which shows what I was trying to avoid: "Should it always be kept inside the slur?" - I think the answer is "not always" - it only looks wrong to me when the mark is a long way from the note. Thanks again -- Peter On 27/02/2024 19:03, Xavier Scheuer wrote: On Tue, 2

Moving a fingering mark below a slur

2024-02-27 Thread Peter Mayes
;2.25.12" left = \markup { \fontsize #-4 L } TheBusiness = \relative b' {   \key fis \minor   \time 3/8   cis8\p( fis gis) | %Bar 1   a8. gis16-. fis8-. | %Bar 2   gis8( a^\left gis) | %Bar 3   fis4 cis8 | %Bar 4 } \score {   \new Staff {     \TheBusiness   }   \layout {} } -- Best wishes -- Peter --

Two novice questions

2024-01-17 Thread Peter Mayes
of consecutive notes all staccato. Marking each one individually is a bit of pain. Any way to specify that the next /n/ notes are all staccato? Thanks in advance. -- Best wishes -- Peter --

Re: Lilypond on Fedora 38 "mostly broken"

2023-12-20 Thread Peter Mayes
/show_bug.cgi?id=2208744 but rather https://bugzilla.redhat.com/show_bug.cgi?id=2253842 , which is being fixed. The updates are in the "Testing" repositories. See https://bugzilla.redhat.com/show_bug.cgi?id=2253842#c3 for how to install the update on Fedora 38. -- Best wishe

Lilypond on Fedora 38 "mostly broken"

2023-12-17 Thread Peter Mayes
wishes -- Peter -- Peter Mayes

Slurs running into each other

2023-12-17 Thread Peter Mayes
\version "2.24.3" TheBusiness = \relative b' {   \key f \minor   \time 2/4   \tempo "Andante Sostenuto"   r2 |   f4\p( aes8\( des16. c32\) |   c8.\( bes32 aes\) g8) r8 | } \score {   \new Staff {     \TheBusiness   }   \layout {} } -- Best wishes -- Peter -- Peter Mayes

Re: Slur within a slur?

2023-12-02 Thread Peter Mayes
in the documentation. -- Best wishes -- Peter --

Slur within a slur?

2023-12-02 Thread Peter Mayes
race notes to be slurred, but if I put "{ cis32( d) }", I get a "Warning: already have slur". Is there a way to get a "slur within a slur"? Thanks in advance -- Best wishes -- Peter

Re: Missing opening repeat after double bar

2023-11-18 Thread Peter Mayes
On 18/11/2023 13:29, Hans Aikema wrote: swap out the \bar”||” custom bar for \section Simple and elegant! Thanks again -- Best wishes -- Peter -- Peter Mayes

Re: Missing opening repeat after double bar

2023-11-18 Thread Peter Mayes
the double bar before the opening repeat bar. Your help much appreciated! Peter On 18/11/2023 12:56, Hans Aikema wrote: On 18 Nov 2023, at 13:30, Peter Mayes wrote: The score I am trying to emulate has an initial repeated section, a non-repeated section, and another repeated section. The

Missing opening repeat after double bar

2023-11-18 Thread Peter Mayes
{     c1   } \break     \repeat volta 2 {     c1   } \break   c1 \bar "||"   \break   \repeat volta 2 {     c1   } } \score {   \new Staff {     \music   }   \layout {} } -- Best wishes -- Peter -- Peter Mayes

Re: Single bar rest with number

2023-11-18 Thread Peter Mayes
On 18/11/2023 11:04, Hans Aikema wrote: See https://lilypond.org/doc/v2.24/Documentation/notation/writing-parts#compressing-empty-measures Snippets >> Numbering single measure rests \setrestNumberThreshold=0 should get you what you desire Perfect! Thank you -- Best wishes --

Single bar rest with number

2023-11-18 Thread Peter Mayes
arker (not sure what it is called - elongated horizontal line with short end vertical lines) for all multi-bar rests of length two bars or more? Thanks in advance. -- Best wishes -- Peter -- Peter Mayes 07460 890503

Re: LilyPond 2.25.10

2023-11-12 Thread Peter Crighton
dn’t know that there was a repository on GitLab. https://lilypond.org/development.html links to https://git.savannah.gnu.org/gitweb/?p=lilypond.git … which is neither really nice to look at nor easy to use (at least for me), but I’m familiar with GitLab. Thanks, Peter -- Peter Crighton | M

Re: LilyPond 2.25.10

2023-11-12 Thread Peter Crighton
order, which made it very easy to just see what changed compared to the prior version (if you took a look at it with every release). Cheers, Peter -- Peter Crighton | Musician & Music Engraver based in Mainz, Germany https://www.petercrighton.de

Re: Two small issues

2023-11-02 Thread Peter Mayes
enough to go through the key signature. Apologies that these are beginners' questions. Help from the experts is much appreciated! Best wishes -- Peter -- On 01/11/2023 15:59, Knute Snortum wrote: 1) Use \after.  See https://lilypond.org/doc/v2.24/Documentation/notation/expressive-marks-attached

Two small issues

2023-11-01 Thread Peter Mayes
" \keyc\major| The result: 1. How to move the turn so that it is in between the dotted C and D? 2. Where the three naturals show that the next movement has moved from C minor to C major, how to get the stave to continue just long enough so that the key signature is not floating in mid-air? Thanks in advance -- Best wishes -- Peter

Re: Ornaments etc in parentheses.

2023-10-14 Thread Peter Mayes
On 14/10/2023 17:08, Jean Abou Samra wrote: \relative c'' { d8\parenthesize\prall \parenthesize( cis) } Many thanks - perfect. -- Best wishes -- Peter

Ornaments etc in parentheses.

2023-10-14 Thread Peter Mayes
h \trill's and \mordent's. Could somebody suggest a simple way to achieve this? Thanks in advance. -- Best wishes -- Peter --

Re: Verse alignment with alternative melody

2023-07-17 Thread Peter Mitton
Apologies for the noise - if I’d just carried on the answer would have been obvious! Just add a normal “_”. Wood or trees, sometimes I just can’t work them out. Sometimes my thinking is fuzzy… Apologies again, Pete > On 17 Jul 2023, at 11:26, Peter Mitton wrote: > > Hi, >

Verse alignment with alternative melody

2023-07-17 Thread Peter Mitton
Hi, I’m trying to find the correct syntax to align the word “two” in my second verse below the note (b1) of the second alternative repeat. I haven’t been able to find the correct search term to find a solution in the documentation and any assistance would be greatly appreciated. \version

Re: \partCombine when notes are far apart

2023-07-12 Thread Peter SOTW
Your answer is exactly what I was looking for. I really appreciate this forum. Thank you. Jul 11, 2023 11:13:02 Jean Abou Samra : >>  When I use \partCombine and the notes are more than a ninth apart the stems >> do not connect.  Can I force a longer stem on beats 3 and 4 in this example? >>

\partCombine when notes are far apart

2023-07-11 Thread peter
artCombine \partA \partB Peter Wannemacher

Re: O Canada with Ukrainian lyrics

2023-06-26 Thread Peter A. Buhr
English lyrics: Robert Stanley Weir (amended 1968) / les paroles en français: Adolphe-Basile Routhier" } %arranger = \markup {\fontsize #-1 "les paroles en français: Adolphe-Basile Routhier / English lyrics: Robert Stanley Weir (amended 1968)" } enteredby = "Peter Bu

Re: Appoggiatura in bass clef at start of piece

2022-10-27 Thread Peter Mitton
ote: > > Le 27/10/2022 à 11:17, Peter Mitton a écrit : >> Thanks, Harm, >> >> Sorry, I seemed to have missed out the most important part of the challenge! >> Apologies. This is a simplified extract of the lower staff from the start of >> a two staff p

Re: Appoggiatura in bass clef at start of piece

2022-10-27 Thread Peter Mitton
ey signatures, bar lines, etc., are also synchronized. “ which I take as developer-speak for “Here be dragons”. Thanks for any assistance, Pete > On 26 Oct 2022, at 22:53, Thomas Morley wrote: > > Am Mi., 26. Okt. 2022 um 19:27 Uhr schrieb Peter Mitton : >> >> Hi, >>

Appoggiatura in bass clef at start of piece

2022-10-26 Thread Peter Mitton
Hi, I’m wondering if there is a better way of writing this code: \version "2.22.2" \new Staff { << % \time 6/8 % \clef bass \new Voice = "a" { \voiceFour \time 6/8 \clef bass \appoggiatura c,8 c1

Markup in ChordNames context

2022-08-12 Thread Peter Chubb
th "error: string outside of text script or \lyricmode" I'm using Lilypond 2.22.2 Can someone give me a clue? Peter C

Re: Openlilylib

2022-08-12 Thread Jan-Peter Voigt
Hi Mark, thank you! Due to a change in work, I haven't gotten around to testing your changes in depth yet, but I assume that as an OLL user, you've solved the problems so that it works. When I have it running here, I may approach you with a call for a pull request. Best Jan-Peter Am 17.07.22

Re: A new Scheme tutorial (Jean Abou Samra)

2022-07-24 Thread Peter Toye
- Saturday, July 23, 2022, 8:56:57 PM, Jean Abou Samra wrote: > Thanks a lot Peter and others (privately) for your suggestions. > Sorry for the very late reply, I've been distracted by other > things. Your comments are most appreciated. > Le 13/07/2022 à

Re: A new Scheme tutorial (Jean Abou Samra)

2022-07-13 Thread Peter Toye
This looks great! Just what I'd needed a couple of years back when I was still programming.   I've only just started with it, but there are a few niggling comments about the English version. I've only got to page 2 (getting started) so far. * On my browser (Firefox in Windows) the 'v. latest' is

Re: how to hide dynamics? Only solution is to have a dedicated midi music variable?

2022-06-07 Thread peter
ing events in it. Otherwise, dynamics are per-voice. Peter C

Re: Piano pedalling in (conductor) scores

2022-05-31 Thread Peter Toye
Werner, :-)>   The problem with ligatures is that they have 3 meanings - ties, bowing/breathing marks and phrasing marks. And sometimes a note will have all three. But this is getting a bit off-topic. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.

Re: Piano pedalling in (conductor) scores

2022-05-30 Thread Peter Toye
marks "Pedal" but no details as to exactly where he wants it.   Stravinsky's Oedipus rex has some very odd pedal markings in the score but I've no idea what the orchestral part says. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Monday, May 30, 202

Re: Piano pedalling in (conductor) scores

2022-05-30 Thread Peter Toye
Lilypond-user-request, Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Monday, May 30, 2022, 2:40:08 PM, lilypond-user-requ...@gnu.org wrote: > Message: 4 > Date: Mon, 30 May 2022 15:07:48 +0200 > From: David Kastrup > To: Kieren MacMillan

Re: Openlilylib

2022-05-27 Thread Peter Crighton
forum (or I forgot). Thanks, Peter -- Peter Crighton | Musician & Music Engraver based in Mainz, Germany https://www.petercrighton.de On Fri, 27 May 2022 at 10:28, Andrew Bernard wrote: > Hello All, > > Having had to abandon the Openlilylib (OLL) work I took over from Urs > Li

Re: Combining part-files into full scores

2022-05-27 Thread peter
} \include "piece1" \include "piece2" ... --- This creates a bunch of Midi files and a single PDF file. Peter C

Re:piano sustain pedal between notes

2022-05-22 Thread Peter Toye
Yes, it's very common. The way that I use is to create a separate dynamics staff for the pedal indication and use silent notes to position the pedals exactly where you want them. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, May 22, 2022, 2:14

When the previous typesetter states "with pedal", what exactly does this mean?

2022-03-26 Thread Peter Toye
Ken,   'With pedal' means that the composer wants you to use the pedal at your discretion. Not much help to MIDI I'm afraid.   I suggest you play through the piece, noting what sounds good and put explicit pedal markings in, but this won't help the next performer who may  have completely

Re: ANN: Spontini-Editor version 1.12-alfa

2022-02-19 Thread Jan-Peter Voigt
as a reverse proxy with certs from lets-encrypt. That way you don’t need to bloat the Spontini image with this Cert-Stuff. Cheers Jan-Peter > Am 19.02.2022 um 12:59 schrieb Paolo Prete : > > Hello Jan-Peter, > > thanks for your contribution! > There's already a docker setup for t

Re: ANN: Spontini-Editor version 1.12-alfa

2022-02-19 Thread Jan-Peter Voigt
Hello Paolo, I really like Spontini and created a docker setup to test it. I just started it again. It takes some time to build, but then one can use it from http://localhost:8000/spontini-editor/. Best Jan-Peter Am 11.02.22 um 00:33 schrieb Paolo Prete: > Hello, > > I have publis

Windows 10 causing confusion

2022-01-31 Thread Peter Gentry
. I'm sure these effects are windows related and nothing really to do with Lily or Fresco they just annoy an 80 year old intensely. Lily as ever is brilliant. Regards Peter

Re: Feedback wanted: syntax highlighting in the LilyPond documentation

2022-01-03 Thread Peter Toye
ng normally-sighted I can live with it. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, January 2, 2022, 5:01:11 PM, lilypond-user-requ...@gnu.org wrote: > Send lilypond-user mailing list submissions to >         lilypond-user@gnu.org >

Pagebreak to next verso page

2021-10-18 Thread Peter Mielke
Is there a command to page break to the next verso (even numbered) page? This would add a blank page if the current page number was even or simply put in a page break if the page number was odd.

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-08 Thread Jan-Peter Voigt
> Am 08.10.2021 um 12:04 schrieb David Kastrup : > > Jan-Peter Voigt writes: > >> Hi all, >> >> probably what I am writing now is not new to most of you. About a year >> ago there was a discussion regarding the license of Lilypond, triggered >>

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-08 Thread Jan-Peter Voigt
the discussion to the devel list. ;-) I'll be on the road for the next week, but I plan to get back to the topic after that. Cheers, Jan-Peter Am 07.10.21 um 22:51 schrieb Thomas Morley: > Am Do., 7. Okt. 2021 um 13:32 Uhr schrieb Jean Abou Samra > : >> >> Harm, >> >>

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-08 Thread Jan-Peter Voigt
Hello Peter, and all, I spotted the problem with the OLL export-solution in 2.22+: In api.scm ll. 278,279 the call to ly:grob-properties fails. In that acknowledger block the stem direction is recorded. I'll look how to fix that later. If you like to try it out, you can temporarily just delete

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-07 Thread Peter Toye
Thanks very much Harm, but as I no longer need it, I shan't go ahead. If I need it later I'll resurrect this thread.   The reason I like Jan-Peter's approach is that it appears to abstract the music from the details of presentation. But I've not looked into it much.  Best regards, Peter

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-07 Thread Peter Toye
Hello Jan-Peter,   As I wrote, my personal immediate need has now gone away.   Everyone seems to agree that some form of exchange mechanism between music engravers is needed, but there are many different exchange formats and with such a complex subject writing an exporter is a really heavy task

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-07 Thread Jan-Peter Voigt
Hello Peter, yes, I still receive the messages from the list, but since I have changed jobs, my commitment to Lilypond has fallen behind a bit. But I hope to curate and update my code soon so that it can serve as a starting point for further development. Of course, Jacque's work should

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-07 Thread Peter Toye
a contact for him to ask - is he on this mailing list? Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Wednesday, October 6, 2021, 8:05:12 PM, Jean Abou Samra wrote: > Le 05/10/2021 à 13:08, Peter Toye a écrit : >> Sorry - edited subject to get th

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-05 Thread Peter Toye
Agreed, but it's possible that someone here might know more about this project and now it's getting on. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Tuesday, October 5, 2021, 12:53:43 PM, m.tarensk...@kpnmail.nl wrote: > lilypond-to-musicxml exp

Re: Export from LilyPond to MusicXML (Thomas Morley)

2021-10-05 Thread Peter Toye
versions of LilyPond.   It would seem to me that using LP's parsing mechanisms is the right way to go about it, and I'd offer to help if my health allowed. Is there anyone on this mailing list who knows about it? It's something I will probably need soon. Best regards, Peter mailto:lilyp

Re: lilypond-user Digest, Vol 226, Issue 139

2021-10-05 Thread Peter Toye
LP's parsing mechanisms is the right way to go about it, and I'd offer to help if my health allowed. Is there anyone on this mailing list who knows about it? It's something I will probably need soon. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Tuesday

Re: CHanging the = sign in a metronome mark

2021-09-28 Thread Peter Toye
Paul, Thanks - I hadn't realised this. Now I see it's in NR. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Tuesday, September 28, 2021, 10:18:20 AM, Paul Hodges wrote: > On 28/09/2021 10:02:24, "Peter Toye" wrote: >&g

CHanging the = sign in a metronome mark

2021-09-28 Thread Peter Toye
I want to change the "=" to "~" or "ca." in a metronome mark but I can't see how to do it. There's a 'stencil' property but I assume that refers to the entire MM and not the equals sign. Can someone please help?   Thanks in advance Peter mailto:lilyp...@ptoye.com www.ptoye.com

Re: Extending the width of a glissando

2021-09-20 Thread Peter Toye
for a hairpin? The start, the middle, the end? (The phrase is also used in other contests, such as octave placement in NR section 1.1.1, to add to the confusion). Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, September 19, 2021, 5:10:33 PM, Lukas-Fabian

Extending the width of a glissando

2021-09-19 Thread Peter Toye
I need to extend the width of a glissando so that it's visible. There isn't room between the dot and the accidental for any meaningful symbol. As you can see, I've tried various tweaks but none of them has any effect. \version "2.22.1" \language "english" {   \override Glissando.style =

Re: Gissando

2021-09-19 Thread Peter Toye
Thanks Knute, I posted it in the bug-lilypond list - I'll forward that directly to you and Carlos. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, September 19, 2021, 4:54:14 PM, Knute Snortum wrote: > Do you know what you want to cha

Re: \addlyrics in ossia staff

2021-09-19 Thread Peter Toye
Thanks David, Lukas-Fabian got there first! Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, September 19, 2021, 3:21:27 PM, David Kastrup wrote: > Peter Toye writes: >> I'm trying to set a passage of vocal music with a short

Re: \addlyrics in ossia staff

2021-09-19 Thread Peter Toye
Hello Lukas-Fabian, Thanks. I knew I'd missed something.   With regard to the quotes - I was following the latest documentation.   Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, September 19, 2021, 2:28:00 PM, Lukas-Fabian Moser wrote: >

\addlyrics in ossia staff

2021-09-19 Thread Peter Toye
I'm trying to set a passage of vocal music with a short solo line. But the example below shows that the lyric is not attached to the correct staff. Any ideas how to get it right simply?   \version "2.22.1" \language "english" {   \new Staff = "Tutti" {     <<       \new Voice = "TuttiVoice" {    

Re: Removing dynamics from PartCombined staff

2021-09-19 Thread Peter Toye
Valentin, Thanks - with a few more additions that works fine! Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, September 19, 2021, 8:11:45 AM, Valentin Petzel wrote: > Hello Peter, > If you want to get rid of all dynamics in the piano red

Re: Gissando

2021-09-18 Thread Peter Toye
Hi Carlos I've had a similar problem, and I think the documentation  for glissandoMap is a bit misleading as it seems to imply hat you need a gliss line for each note.  I've suggested a documentation patch to clarify. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com

Re: Removing dynamics from PartCombined staff

2021-09-18 Thread Peter Toye
a lot of a capella music is published that way. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Friday, September 17, 2021, 8:02:52 PM, Kieren MacMillan wrote: > Hi Peter, >> partCombine gets the endpoints of the hairpins wrong, which

Re: Removing dynamics from PartCombined staff

2021-09-17 Thread Peter Toye
David, Thanks. There's another reason I want to remove the dynamics though: partCombine gets the endpoints of the hairpins wrong, which is a bit of a disaster. I can try to produce a MWE. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Friday, September

Removing dynamics from PartCombined staff

2021-09-17 Thread Peter Toye
I'm using PartCombine for the first time to produce a piano reduction, and have found a slight problem. Because the dynamics are a bit complex I want to remove them from the piano part, but adding \remove "Dynamic_engraver" to each piano staff has no effect. What am I doing wrong please?

Re: Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Peter Struys
That solves the problem indeed. Many thanks for yr fast reply. Original message From: Knute Snortum Date: 10/07/2021 16:12 (GMT+01:00) To: Peter Struys Cc: lilypond-user@gnu.org Subject: Re: Indentation of 3rd line of music (instead of the default first one) I would use

Re: Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Peter Struys
Perfect. Many thanks !! Original message From: Leo Correia de Verdier Date: 10/07/2021 16:09 (GMT+01:00) To: Peter Struys Cc: lilypond-user@gnu.org Subject: Re: Indentation of 3rd line of music (instead of the default first one) There is this snippet at the lsr that could

Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Peter Struys
Newbie question. Is it possible to indent another line than the default first line ? (in this attached sample the third line) Many thanks

Re: Nabble broken?

2021-06-25 Thread Peter Toye
Jean, Thanks. The references to "email thing" made me wonder if this was about something else. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Friday, June 25, 2021, 5:58:35 PM, Jean Abou Samra wrote: > Le 25/06/2021 à 18:56, Peter

Nabble broken?

2021-06-25 Thread Peter Toye
I wanted to look at a thread in Nabble, but nearly all of the messages say that they were deleted by the author. Is something wrong here? It's happening on all the threads I've looked at, so it can hardly be a mass desertion of contributors. Peter mailto:lilyp...@ptoye.com www.ptoye.com

Re: Score and parts

2021-06-02 Thread Peter Chubb
> "bob" == bobroff@centrum is writes: bob> For different output in score vs part you can use tags. bob> http://lilypond.org/doc/v2.18/Documentation/notation/different-editions-from-one-source.html You can also create a 'global' music to put in parallel with each part. E.g., \version

Re: Notesheet Flute varibles defined and ready for call...

2021-05-16 Thread Peter Chubb
our you want ... \version "2.22.0" lyricBlack= { \revert LyricText.color } lyricRed = { \override LyricText.color = #red } verse = \lyrics { Black text \lyricRed Red Text \lyricBlack Black Text } \score { << \new Staff \new Voice=tune \relative c'' { a4 a a a | a a2. } \lyricsto tune \verse >> } Peter C

Re: Changing volta number text

2021-05-14 Thread Peter Chubb
>>>>> "Peter" == Peter Chubb writes: >>>>> "Ralph" == Ralph Palmer writes: Ralph> I've gone slightly crazy on a couple of occasions, trying to Ralph> figure out how to change a volta number, either to a different Ralph> number(s) or t

Re: Changing volta number text

2021-05-14 Thread Peter Chubb
= #'((volta #f) (volta "2.") end-repeat) r2. \set Score.repeatCommands = #'((volta #f) end-repeat (volta "4.")) g'4 a' b' | \set Score.repeatCommands = #'((volta #f)) c'2. } \score { \test } -- Dr Peter Chubbhttps://trustworthy.systems/ Trustworthy Systems GroupCSE, UNSW

Re: Tempo marking with 2 notes

2021-05-10 Thread Peter Chubb
\markup { \note {2.} #UP = \note {2} #UP } | \time 2/4 r2 } } See http://lilypond.org/doc/v2.22/Documentation/notation/music for the markup syntax. Earlier versions used #"2." instead of {2.} for the durations. Peter C

Re: Percent repeat signs do not scale correctly with magnifyStaff

2021-04-17 Thread Peter Crighton
On Sat, 17 Apr 2021 at 08:22, Jean Abou Samra wrote: > > Le 16/04/2021 à 23:19, Peter Crighton a écrit : > > when using \magnifyStaff it seems as though the dots of a percent > > repeat sign will scale accordingly, but not the slash. I cannot > > imagine th

Percent repeat signs do not scale correctly with magnifyStaff

2021-04-16 Thread Peter Crighton
any method to manually override the slash size. Any ideas? Thanks, Peter -- Peter Crighton | Musician & Music Engraver based in Mainz, Germany http://www.petercrighton.de

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-25 Thread Peter Crighton
On Thu, 25 Mar 2021 at 11:36, Peter Crighton wrote: > On Wed, 24 Mar 2021 at 23:40, Peter Crighton > wrote: > >> On Wed, 24 Mar 2021 at 22:31, Jean Abou Samra wrote: >> >>> Silly me, the code was plain wrong. Here is a fixed version. >>> >> That wo

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-25 Thread Peter Crighton
On Wed, 24 Mar 2021 at 23:40, Peter Crighton wrote: > On Wed, 24 Mar 2021 at 22:31, Jean Abou Samra wrote: > >> Silly me, the code was plain wrong. Here is a fixed version. >> > That works beautifully in my test file, thanks a lot! I’ll test it more > tomorrow in my ac

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-24 Thread Peter Crighton
On Wed, 24 Mar 2021 at 22:31, Jean Abou Samra wrote: > Le 24/03/2021 à 22:06, Peter Crighton a écrit : > > Thank you. It fixes the error, so the score at least compiles again. But > it sadly also renders my use of \override > RehearsalMark.outside-staff-priority = ##f useless.

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-24 Thread Peter Crighton
On Wed, 24 Mar 2021 at 21:11, Jean Abou Samra wrote: > Le 24/03/2021 à 20:06, Peter Crighton a écrit : > > On Wed, 24 Mar 2021 at 18:35, Jean Abou Samra wrote: > >> Le 24/03/2021 à 15:15, Peter Crighton a écrit : >> > I am working on some chord charts, sheet m

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-24 Thread Peter Crighton
On Wed, 24 Mar 2021 at 18:35, Jean Abou Samra wrote: > Le 24/03/2021 à 15:15, Peter Crighton a écrit : > > I am working on some chord charts, sheet music that only includes one > > ChordNames context. See the reduced example below. > > > > I am now running into a p

multi-mark-engraver not working when outside-staff-priority set to false

2021-03-24 Thread Peter Crighton
ver" \override BarLine.bar-extent = #'(-2 . 2) \override ChordName.Y-extent = ##f \override ChordName.Y-offset = -1 \override ChordName.X-offset = 0.5 } } \paper { indent = 0 } Thanks, Peter -- Peter Crighton | Musician & Music Engraver based in Mainz, Germany http://www.petercrighton.de

Re: lilypond-user Digest, Vol 220, Issue 40

2021-03-14 Thread Peter Toye
sharps and which were flats. I seem to remember that it got the cor anglais solo from the opening of the 3rd act of 'Tristan und Isolde' right except for one note which, to be fair, Wagner could have notated either way. But it's not a trivial task. Best regards, Peter mailto:lilyp...@ptoye.com

Re: Nested transposition

2021-03-13 Thread Peter Toye
keystrokes. I'm sorry that this request has degenerated into a theological dispute as to the relative merits of \relative and \absolute. Both of them support different ways of working, and it's a question of which suits whom. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com > Mess

Re: Nested transposition

2021-03-12 Thread Peter Toye
David (and others), Thanks to all - I hadn't checked the NR before trying it out. Usually I'm transposing an entire score where this issue doesn't apply. Stupid me. Peter mailto:lilyp...@ptoye.com www.ptoye.com - Friday, March 12, 2021, 4:49:31 PM, David Wright wrote

Re: Nested transposition

2021-03-12 Thread Peter Toye
Thanks Christian. Not sure why that happens (bug?) but that works fine. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Friday, March 12, 2021, 10:59:03 AM, Christian Masser wrote: Hi Peter! It seems that \transpose treats the block of notes following

Nested transposition

2021-03-12 Thread Peter Toye
"2.22.0" \language "english" { \transpose c a, \relative { c'4 d e f g a b c \transpose as bf {cs, ds es fs gs as bs cs} } } Regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-07 Thread Peter Toye
actually should use them). Examples: "foo bar", "a-b-c", "Horn 3". Regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-07 Thread Peter Toye
Thanks for putting me right yet again. I'm not quite sure what you mean by 'resized'. q4 is surely legal? Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, March 7, 2021, 12:09:30 PM, David Kastrup wrote: > Peter Toye writes: >>

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-07 Thread Peter Toye
. I'd do the mods myself, and tried to do some earlier, but had difficulty in getting a Linux to work under a VM on my Windows machine. Unfortunately my health is a bit precarious and I can't take on any long-term projects. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com

  1   2   3   4   5   6   7   8   9   10   >