Re: Glissando minimum width?

2024-11-09 Thread James Harkins
On Sat, 09 Nov 2024 18:16:07 +0800 Lukas-Fabian Moser wrote --- > Hi James, > Yes it's a quick one: > "... For example, the minimum length of a glissando has no effect unless the > springs-and-rods property is set ..." > https://lilypond.org/doc/v2.25/

Glissando minimum width?

2024-11-09 Thread James Harkins
Hope this is a quick one -- I have a glissando from a 16th note to a dotted eighth (happens a few times in the piece). The horizontal spacing between these two notes is so tight that the glissando symbol becomes just a dot. I had already specified a minimum-length for hairpins, and hoped that

Re: Empty staff paper: How to remove the left-hand line?

2024-10-27 Thread James Harkins
On Sun, 27 Oct 2024 18:15:58 +0800 David Kastrup wrote --- > You could add > > \context { > \Score > \remove System_start_delimiter_engraver > } > > to your \layout block. Perfect, thanks -- I'd never have guessed that. hjh

Empty staff paper: How to remove the left-hand line?

2024-10-27 Thread James Harkins
I had done this once before, but lost the file :-\ I would like to generate empty staff paper, for pencil sketching. Removing time signature, clefs, barlines, handling spacing -- easy. But there is still the left-hand vertical line binding the system together. I cannot for the life of me find w

Re: macos 14.6.1

2024-10-12 Thread james
Thank you. I was trying to run musicxml on the wrong file and didn't even realize it. > On Oct 12, 2024, at 11:40 AM, Hans Aikema wrote: > > > >> On 12 Oct 2024, at 11:29, james wrote: >> >> Is it possible that updating to MacOS 14.6.1 has done somethi

macos 14.6.1

2024-10-12 Thread james
ile parser.Parse(buffer, False) xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1, column 10 I don't really understand any of this, and I can type up the changes by hand, but I use this constellation of tools rather frequently. Is this a known issue that I should have read about before updating or is this a new thing? Thanks, James

Re: [basic question] how to disable text spanners for the lower staff of a PianoStaff

2024-05-10 Thread James Harkins
On Fri, 10 May 2024 15:07:33 +0800 Mark Knoop wrote --- > Haven't tested, but I think Text_spanner_engraver lives in Voice, rather than > Staff. Try removing from the \global Voice, otherwise send a WME. Ah... indeed. That does take care of it. \new PianoStaff \with { instrumentNam

[basic question] how to disable text spanners for the lower staff of a PianoStaff

2024-05-09 Thread James Harkins
I've got a piano staff (for guzheng, just notating on two staves), and an "accel." text spanner in a \global var. The accel is printed in both staves of the piano staff. I'd thought this would hide it from the lower staff: \new PianoStaff \with { instrumentName = "古筝" shortInstrumentN

Re: Question about condensed score

2023-08-14 Thread james
Perhaps I'm mistaken, and if so, I'm certain will correct me, but I believe lilypond isn't able to do this. You would need three staves, one each for the individual parts and on common one for both, manually assign music to the appropriate staves, and insert breaks where necessary. > On Aug 14,

Re: optical recognition for input

2022-01-17 Thread James B. Wilkinson
> On Jan 17, 2022, at 5:04 PM, Adam M. Griggs wrote: > > I haven't tried building from development branch, but from experience, the > stable branch only works with JRE 11, not "11 or greater." Yes, I did use the default stable branch. > I use MX Linux and JRE 11 is readily available. Not su

Re: optical recognition for input

2022-01-17 Thread James B. Wilkinson
> On Jan 15, 2022, at 4:56 AM, Adam M. Griggs wrote: > > Try Audiveris. I downloaded the stuff from git but had failure at the build step. I looked for a mail group like this one for Audiveris but didn't find anything. Can somebody point me to a source of help building Audiveris? thanks

optical recognition for input

2022-01-15 Thread James B. Wilkinson
I'm looking at getting an OCR program to recognize scans in pdf files and create MusicXML files representing the contents. I would then use the musicxml2ly or perhaps some other script to translate the MusicXML to Lilypond files, I imagine that some of you are already doing this, and I wonder wh

Re: Lilypond's English Horn MIDI instrument is non-transposing?

2022-01-14 Thread James B. Wilkinson
> On Jan 14, 2022, at 6:37 PM, Valentin Petzel wrote: > > ... > Lilypond uses these GM names, which makes Lilypond a somewhat GM compatible > source. This means that as long as we use a GM compatible synth everything > should have the right sound. I was using VLC to play it. Does this mean

Lilypond's English Horn MIDI instrument is non-transposing?

2022-01-13 Thread James B. Wilkinson
I'm working on an arrangement fordable-reed quartet. Here's the score block: \score { \new StaffGroup << \new Staff = "oboe1" \with { instrumentName = "oboe1" midiInstrument = "oboe" } { \clef "treble" \soprano } \new Staff = "oboe2" \with { instrumentName = "oboe2" midiInst

Scheme doesn't check for missspeeled variable names???

2021-07-20 Thread James B. Wilkinson
I fat-fingered the keyboard on my laptop and got this: flute-notes = { \override BreathingSigh.Y-offset = #2.6 %% also tried #5.0 and some really big numbers; no effect 7 bars of music in 4/4 } AND I never got an error message. This seems to mean that Scheme has no chec

Re: errors when updating syntax

2021-01-29 Thread James B . Wilkinson
lily > On Jan 29, 2021, at 12:37 PM, Jean Abou Samra wrote: > >> I got a .ly file claiming to be version 2.18.0 and opened it in LP version >> 2.22.0-1. When I did “Update syntax” I got these errors, and the version in >> the file did not change. >> >> >> [Image showing AttributeError: 'file

errors when updating syntax

2021-01-25 Thread James B. Wilkinson
I got a .ly file claiming to be version 2.18.0 and opened it in LP version 2.22.0-1. When I did “Update syntax” I got these errors, and the version in the file did not change. I can typeset the file with no problems. I thought you should know.

Re: Accidentals' font

2020-07-03 Thread James Lowe
On 03/07/2020 13:48, Paolo Prete wrote: Hello, 1) Is there a GPL or open-source alternative for FETA fonts for accidentals that can be used with Lilypond? (If so, is there an example of how to use them)? https://www.chiark.greenend.org.uk/~sgtatham/gonville/ ? James

Re: Text spanner with middle text

2020-05-31 Thread James Worlton
Thanks Valentin! I think this will be able to do what I need. James > On May 30, 2020, at 23:23, Valentin Villenave wrote: > > On 5/31/20, James Worlton wrote: >> Is there a way to do this using a single text spanner? I could probably >> fake it with 2 spanners, but

Text spanner with middle text

2020-05-30 Thread James Worlton
the middle text would be trial and error. Thanks, James Worlton

alternate bar numbering

2019-10-20 Thread james via lilypond-user
't see anything that explained if it's possible or if so, what syntax I should use. Thanks for any help, James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Chord accidental size in substituted fonts

2019-08-29 Thread James Worlton
last couple of hours. Is there a way to reduce and/or move the flat in the second example? Thanks, James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: I don't understand this output

2019-07-20 Thread james via lilypond-user
ong, I'd forgotten it. Thanks for the reminder. James > On Jul 20, 2019, at 10:22 AM, Thomas Morley wrote: > > Am Sa., 20. Juli 2019 um 08:29 Uhr schrieb james via lilypond-user > : >> >> Hello, I don't understand why this results in the output it does. >> I

I don't understand this output

2019-07-19 Thread james via lilypond-user
Hello, I don't understand why this results in the output it does. I wanted to have the second voice instantiated in the beginning because it is used later and I would like to have the lyrics align vertically. Alternatively, I thought to use \addlyrics after each little section of lyrics, but the

Re: Can alternateTextSpannerEngraver now completely replace Text_spanner_engraver in a public release?

2019-02-13 Thread James Lowe
on current master I can at least test that for you.] James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Suppressing TextSpanner right boundary text at a system break

2018-09-19 Thread James Harkins
On Thu, 20 Sep 2018 01:17:57 +0800 wrote > From: foxfanfare > > James Harkins-4 wrote > > I have many text spanners with text for both the left and right bounds. > > > > If a spanner crosses a system break, I would like the right-hand text to >

Suppressing TextSpanner right boundary text at a system break

2018-09-19 Thread James Harkins
Apologies if this is a basic question. I've searched but I didn't find the answer. I have many text spanners with text for both the left and right bounds. If a spanner crosses a system break, I would like the right-hand text to be hidden at the end of the first system. The spanner represents a

Re: Partcombine Documentation: Example Error

2018-07-19 Thread James Lowe
Hello, On Thu, 19 Jul 2018 08:44:56 +0200, Thomas Morley wrote: ... > > Hi James, > > I've no clue why it happens, so I'd go for the symptom. Something like > "partcombine warns erroneously for unterminated slur". > > Cheers, > H

Re: Partcombine Documentation: Example Error

2018-07-18 Thread James Lowe
d1ae252a890e92019e62aa8ccbfdafc > Author: Dan Eble > Date: Wed May 27 20:56:37 2015 -0400 > > Issue 4423: eliminate part combiner's array of context handles (3/4) > > Use NullVoice instead of Devnull for the "null" context. This makes > all outlets

Re: question about cross-staff stems

2018-07-04 Thread james
> On Jul 4, 2018, at 5:43 PM, foxfanfare wrote: > > James Bailey-5 wrote >> Is it possible to get cross-staff stems to ignore a voice? I'd like to >> have the lowest voice here completely ignored for the cross-staff stems, >> alternatively, have the cross st

question about cross-staff stems

2018-07-04 Thread james
r \repeat unfold 2 { \stemDown c,4~ c8 r } } >> \oneVoice } >> \layout { \context { \PianoStaff \consists #Span_stem_engraver } } } Thanks, James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Download site is offline

2018-06-13 Thread James A.
http://download.linuxaudio.org/ appears to be down since yesterday. I am trying to download the latest dev binaries of LilyPond. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TextSpanner: Change text at automatic line break?

2018-05-24 Thread James Harkins
On May 22, 2018 10:51:12 Kieren MacMillan wrote: You should look at David N's incredible spanner-with-inner-texts (or similarly named) — I'm pretty sure it’ll do all that (and more). Aha -- that just might be the droid I'm looking for. Will search. Thanks! James Sent wi

Re: TextSpanner: Change text at automatic line break?

2018-05-21 Thread James Harkins
tance (not without Scheme anyway, for which I don't have time, and it doesn't matter if I notate it this way or another way). OK, I'll consider another strategy. Thanks, James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

TextSpanner: Change text at automatic line break?

2018-05-21 Thread James Harkins
like the text to change accordingly. If it isn't possible, I'll use the spanner only for the patch name, and put the variant underneath.) Thanks, James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: SVG output - Group multiple grobs together

2018-01-11 Thread James Opstad
Thanks. I will work through the example. It seems it isn't possible to embed more than one item within a group and one group per grob is the only approach for the time being. If this is the case then why use groups rather than adding the attributes to the grob itself?

SVG output - Group multiple grobs together

2018-01-10 Thread James Opstad
utput-attributes = #'((id . noteC)) c4 d e f | } How would I include multiple grobs within the same group e.g. all the grobs associated with a single note (NoteHead, Stem, Accidental etc.)? Thanks, James ___ lilypond-user mailing list lilypond-user

Re:Vintage Jazz Chords post in 2011 - Howto get it to display on Fresco?

2017-12-27 Thread James Harkins
> I pasted this into Frescabaldi... you have to paste it to where lilypond can find it. That is not necessarily the font directory of lilypond, but I think that is not a wrong place. lilypond does not have frescobaldi in the search path. As I read the original post, it's quite plausible that

Re: Required font for simplified Chinese characters?

2017-12-20 Thread James Harkins
On Sat, 09 Dec 2017 14:23:46 +0800 Andrew Bernard wrote > With the release of stable version 2.20 coming out in the forseeable future, > and with 2.19.80 being really stable and excellent, could you considering > moving up? No crash occurs at 2.19.80, and there are dozens of really goo

Re: Required font for simplified Chinese characters?

2017-12-08 Thread James Harkins
Thanks to all for the advice. And, now with a little spare time, I checked the font list: $ lilypond -dshow-available-fonts 2>&1 | grep 'CJK SC' family Noto Sans CJK SC Noto Sans CJK SC,Noto Sans CJK SC Bold:style=Bold,Regular ... and many other style variants Unfortunately, the crash persists.

Re: Required font for simplified Chinese characters?

2017-12-08 Thread James Harkins
On December 8, 2017 12:33:21 Andrew Bernard wrote: Hi James, What platform are you on? Do you want simplified or traditional characters? Oh right, I forgot the OS. I'm on Ubuntu Studio 16.04. I'm based in mainland China, so, simplified characters. Btw my messages seem to

Required font for simplified Chinese characters?

2017-12-07 Thread James Harkins
I have: \header { dedication = "为星海音乐学院的电脑乐团,2017年秋天" . } (Roughly, "For the Xinghai Conservatory Fall 2017 Laptop Orchestra" with no assurance of absolute correctness in the Chinese.) I get: Converting to `./test.pdf'... warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIG

Re:[OT] Linux Users

2017-11-18 Thread James Harkins
FWIW, Emacs org-mode is a really nice way to integrate LaTeX and LilyPond for articles. org-mode exports to LaTeX. org-babel can automatically run LilyPond source blocks embedded in the org document, generating EPS and dropping it seamlessly into the LaTeX document. If you wrap the source bloc

Re: Workaround for Issue 5001? (TupletNumber.avoid-slur)

2017-11-05 Thread James Lowe
that caused tihs tracker says that they used padding http://lists.gnu.org/archive/html/lilypond-user/2016-11/msg00633.html Is that what you wanted? James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Rhythmic clusters (i.e. *not* \makeClusters)

2017-10-28 Thread James Harkins
ythmic notation. Temporarily, I'll use \improvisationOn, but I think that's not right. The idea in my mind is to replace the note column with a filled rectangle. Thanks, James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists

Re: "Text spanner"-ish thing with text in the middle

2017-10-28 Thread James Harkins
On Sat, 28 Oct 2017 13:55:49 +0800 Nathan Ho wrote > On 2017-10-27 21:37, James Harkins wrote: > > I couldn't find this quickly: for an unmetered section, I'd like to > > indicate duration by tuplet-style brackets, only not a tuplet (no > > cha

"Text spanner"-ish thing with text in the middle

2017-10-27 Thread James Harkins
10" ---: TextSpanner seems to assume text at the beginning or end, but not the middle. Thanks in advance, James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Piano Left Hand Alone

2017-10-24 Thread James Harkins
It's perhaps one of the confusing things in LilyPond that it engraves only the staves that you create. By convention, a piano staff has two staves, *but those staves don't exist unless you make them*. A PianoStaff is a staff group (container for staves) with specific properties: left brace, ke

Markup + fermataMarkup over a note?

2017-10-23 Thread James Harkins
Hi all, In an unmetered section, the soloist has some longish rests that I would like to notate this way, e.g.: 9-10" fermata full-bar rest (within the staff) I know how to do the duration as a markup, and I know how to do \fermataMarkup, but I don't know how to combine them and center them.

Re: Markup + fermataMarkup over a note?

2017-10-22 Thread James Harkins
> I also looked for the \musicglyph identifier for a fermata, but this seems > not to be documented in the Notation Reference's page on the Feta font. > (Searching the page text for "fermata" failed.) To be more precise, I used Frescobaldi's doc browser search-in-page feature, and *this* faile

Re: Reducing staff numbers in LilyPond

2017-10-17 Thread James Harkins
> On 16 Oct 2017 20:38, "Ken Williams" wrote: > I honestly did not expect this kind of response, and I'm getting it from > multiple people. I asked a technical question and got a whole bunch of > "answers" saying I'm stupid to try to achieve that effect. Except for > Kieren hinting that it w

Re: "Creating MIDI Files" doc is wrong

2017-10-15 Thread James Harkins
On Sun, 15 Oct 2017 18:32:29 +0800 David Kastrup wrote > > Never mind, I see my mistake now. I had extrapolated from \new Staff > > and \new Voice to \new Score. LilyPond accepts \new Score > > (!). Possible improvement might be to reject that wrong syntax with an > > informative err

Re: "Creating MIDI Files" doc is wrong

2017-10-15 Thread James Harkins
On Sun, 15 Oct 2017 17:39:18 +0800 James Harkins wrote > However, the LP version installed from Ubuntu 16.04 packages requires this: > > \layout { } > \midi { } > \score { > …music… > } > > \layout{} or \midi{} inside the \

Re: "Creating MIDI Files" doc is wrong

2017-10-15 Thread James Harkins
> 1. If I write it as specified in the manual, I get a syntax error. > > 2. If I write it as above, I get no syntax error, and no MIDI file. Never mind, I see my mistake now. I had extrapolated from \new Staff and \new Voice to \new Score. LilyPond accepts \new Score (!). Possible improvement

"Creating MIDI Files" doc is wrong

2017-10-15 Thread James Harkins
I suppose this must have been reported at some point, but, LP 2.18.2 (stable): http://lilypond.org/doc/v2.18/Documentation/notation/creating-midi-files ``` To create a MIDI output file from a LilyPond file, insert a \midi block inside a \score block; \score { …music… \layout { }

Re: Ties between voices?

2017-10-07 Thread James Harkins
On Sat, 07 Oct 2017 23:15:17 +0800 Thomas Morley wrote > > You could do \override TieColumn.positioning-done = ##t, but be aware, > > using it means you are now responsible yourself for the Tie's > > directions. > > You tell LilyPond "Don't bother placing the Ties, I'll do" > > T

Re: Ties between voices?

2017-10-07 Thread James Harkins
On Sat, 07 Oct 2017 20:49:31 +0800 Simon Albrecht wrote > On 07.10.2017 13:55, James Harkins wrote: > > But, it's a chord where I want the lower tie to go down, and > > the upper one to go up... > > Put the ties inside the chord: > Oh... I&#

Re: Ties between voices?

2017-10-07 Thread James Harkins
On October 7, 2017 20:49:38 Simon Albrecht wrote: On 07.10.2017 13:55, James Harkins wrote: But, it's a chord where I want the lower tie to go down, and the upper one to go up... Put the ties inside the chord: I'm binge watching Rick & Morty season 3, but this blows my

Re: Ties between voices?

2017-10-07 Thread James Harkins
On October 7, 2017 14:52:06 Werner LEMBERG wrote: Without looking at your example: Use `_~' and `^~' instead of `~' to immediately specify a tie's direction. Crikey, I knew about that for slurs, didn't think of it for ties. But, it's a chord where I want the lower tie to go down, and the

Re: Ties between voices?

2017-10-06 Thread James Harkins
Continuing with this neat "\context Voice" trick -- quite powerful. I see how it works: you have two expressions stuffing events into the same Voice context, and LP merges them into one timed list and does the best it can to make sense out of the tie properties. I've got one I can't quite get r

Re: Ties between voices?

2017-10-06 Thread James Harkins
A-ha, got it, it was a combination of Harm's trick plus a hidden note: \new Score { \new Staff { \numericTimeSignature << \new Voice = "a" \relative c' { \voiceOne \set tieWaitForNote = ##t c16 g' ~ 8 ~ q2. ~ q2 ~ 2 } \context Voice = "a"

Re: Ties between voices?

2017-10-05 Thread James Harkins
> Probably: > > \new Score { > \new Staff { > \numericTimeSignature \time 2/4 % barline, so E must be tied > << > \new Voice = "xy" \relative c' { > \set tieWaitForNote = ##t > 2~ > } > \context Voice = "xy" \relative c' { > s4 \voiceTwo f4 ~ 2

Ties between voices?

2017-10-05 Thread James Harkins
Hi, been away for awhile. I'm now writing for khaen, a Thai mouth organ. Fascinating instrument. Notation is usually single-staff and heavily multi-voiced. One nut I never cracked in LilyPond: how to tie a note from one Voice to another, e.g. \new Score { \new Staff << \numericTimeSignat

Re: Documentation - issue #318 ; 1.4.2. Short repeats / Tremolos

2017-08-02 Thread James
es and Warnings > section be added to : > > 1.4.2. Short repeats > Tremolos > > addressing the issue. > > Ralph > Issue 318 is marked as a defect (i.e. bug) we don't normally document bugs as 'known issues' in the Notation Reference. James

Re: Font cache issues on Windows 10

2016-11-15 Thread James Lowe
you know it! > > Because it's a very annoying issue and it makes a very bad impression it > would be nice if it was mentioned somewhere where you donwload the > application. Just my two cents > g. Suggest some text and we can go from there. -- -- James _

Re: Ties between words in lyrics

2016-09-14 Thread James Evensen
f notation with lyrics isn't here yet. I'm inserting "n.b." as markup where the choir isn't supposed to breathe at the moment, but if this ever gets added, I'd be most interested. On Wed, Sep 14, 2016 at 10:37 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca&

Ties between words in lyrics

2016-09-13 Thread James Evensen
e between notes. -- James Evensen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: partially frenched score

2016-06-05 Thread james
> On Jun 5, 2016, at 11:37 AM, james wrote: > > >> On Jun 5, 2016, at 11:35 AM, David Kastrup wrote: >> >> james writes: >> >>> Is there an easier way of creating a partially frenched score? >> >> Easier than what? >> >>&

Re: partially frenched score

2016-06-05 Thread james
> On Jun 5, 2016, at 11:35 AM, David Kastrup wrote: > > james writes: > >> Is there an easier way of creating a partially frenched score? > > Easier than what? > >> I'd like to hide all of the empty staves for a bit, but then show even >>

partially frenched score

2016-06-05 Thread james
Is there an easier way of creating a partially frenched score? I'd like to hide all of the empty staves for a bit, but then show even the 20 measures of rests later on. Thanks, james ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Displaying Japanese & Chinese characters.

2016-05-03 Thread James Sa
Hi Ming, In fact I am using Frescobaldi as my editor. It can process UTF8 correctly. It's looks like a font issue on PostScript side. Thank you. james On Mon, May 2, 2016 at 3:33 AM ming wrote: > James, > > > > In your editor select UTF-8 and lily support UTF-cod

Re: Displaying Japanese & Chinese characters.

2016-05-03 Thread James Sa
scend %%Orientation: Portrait %%DocumentMedia: a4 595.28 841.89 80 () () %%DocumentSuppliedResources: font Sazanami-Mincho-Regular %%DocumentSuppliedResources: font TeXGyreSchola-Regular %%EndComments %%BeginProlog On Mon, May 2, 2016 at 12:52 AM Thomas Morley wrote: > 2016-05-01 15:51 GMT+02:00

Displaying Japanese & Chinese characters.

2016-05-01 Thread James Sa
lilypond 2.19.40 [FontIssue.ly]... Processing `/Users/james/Desktop/LilyPond/FontIssue.ly' Parsing... Interpreting music... warning: no music found in score Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page... Drawing systems..

Re: unfoldRepeats and : shortcut

2016-01-21 Thread james
> On Jan 21, 2016, at 6:36 PM, lilyp...@maltemeyn.de wrote: > > Am 2016-01-21 15:57, schrieb james: >> Hello, I've discovered something that looks to be intentional >> behavior, just not expected. The : shortcut for tremolos doesn't >> expand in unfoldRepeat

unfoldRepeats and : shortcut

2016-01-21 Thread james
remolo 4 { 16 e } \repeat tremolo 4 { d } a'2:8 g: } \score { \new Staff \test } \score { \new Staff \unfoldRepeats { \test } } Thanks, James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: [feature-request] optional duration for temporary

2015-11-14 Thread James Lowe
ser > ‣ website: www.kierenmacmillan.info > ‣ email: i...@kierenmacmillan.info > > > ___ > lilypond-devel mailing list > lilypond-de...@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-devel Hello Kieren, I have opened https://sourcefor

Re: PDF Links in Windows

2015-10-05 Thread James
ent operating systems. The information "Custom protocol handlers aren't supported by Adobe Reader X and later for security reasons." isn't very explanatory in the context of LilyPond. To help the bug squad could you articulate more clearly w

Re: repeated flags

2015-09-20 Thread james
> On Sep 20, 2015, at 12:39 PM, David Kastrup wrote: > > james writes: > >>> On Sep 20, 2015, at 11:37 AM, David Kastrup wrote: >>> >>> commit 555eba6c5d21610b1ad87a68a4304946212fb69d >>> Author: David Nalesnik >>> Date: Mon Au

Re: repeated flags

2015-09-20 Thread james
> On Sep 20, 2015, at 11:37 AM, David Kastrup wrote: > > james writes: > >> Hello, >> >> I've recently had a problem with flags being repeated in my printouts. The >> pdf file is >> fine, but for some reason, when I print it, some of th

repeated flags

2015-09-20 Thread james
? Is there anything I can do about it? Thanks, James Sent from my iMac ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TextSpanner + \mark?

2015-07-19 Thread James Harkins
Simon Albrecht mail.de> writes: > Unfortunately no. See > . I had a feeling that was the answer. :( It's not a huge deal for my current project, but it's certainly a weakness. hjh ___ lilyp

TextSpanner + \mark?

2015-07-19 Thread James Harkins
Is there a way to use a textspanner with a \mark? Rationale: "accel." and "rit." directions are frequently text spanners, but in the score, they aren't printed in every part (as \mark items are not printed in every part). Of course, in the parts, they must appear (as \mark's do). Currently (as fa

Re: \afterGrace control over stem length

2015-07-07 Thread James Harkins
Pierre Perol-Schneider gmail.com> writes: > I was not able to reproduce the stem length shown on your picture. Please be so kind to send compilable example including the version you're using. That might be awhile... time is short at the moment and I have a feeling that it won't be an obvious com

\afterGrace control over stem length

2015-07-07 Thread James Harkins
Hi, I have a couple of \afterGrace's in close proximity. One has normal-looking stems on the grace notes (attached, first bar). The other's stems are too long (third bar). I'm not tweaking, overriding or setting anything at that point in the input code: g4 ~ \> g8 ) af4. ~ ( af g8 ~ g4 ) r

Facebook Engravers Group

2015-05-18 Thread Matthew James Briggs
LilyPond users may want to consider joining this Facebook group so that LilyPond is better represented therein. I recently posted "Are there any serious LilyPond users here?" in the group and no one said "yes". Here is a poll that is currently being discussed in the group. Sadly I am just a Lily

Re: Lining up key signatures

2015-04-29 Thread James Worlton
Actually the workaround is from Mats, not Keith. Sorry. James W On Wed, Apr 29, 2015 at 1:37 PM, James Worlton wrote: > On Tue, Apr 28, 2015 at 7:33 PM, Kieren MacMillan < > kieren_macmil...@sympatico.ca> wrote: > >> Hi James, >> >> > >I don't se

Re: Lining up key signatures

2015-04-29 Thread James Worlton
On Tue, Apr 28, 2015 at 7:33 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi James, > > > >I don't see a way to make the key-cancellation and key-signature > simultaneous. > > The following (hacky!) code seems to work for me: > > \ve

Re: Lining up key signatures

2015-04-28 Thread James Worlton
(Sorry, sent to Carl only by mistake.) On Tue, Apr 28, 2015 at 5:55 PM, Carl Sorensen wrote: On 4/28/15 3:20 PM, "James Worlton" wrote: > > >I don't see a way to make the key-cancellation and key-signature > >simultaneous. > > I wouldn't expect there to

Lining up key signatures

2015-04-28 Thread James Worlton
} \score { \new StaffGroup << \new Staff { \musicA } \new Staff { \musicB } >> } Thanks for any help! James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Do we really offer the future?

2015-04-22 Thread James Harkins
On April 22, 2015 7:43:10 PM "Trevor Daniels" wrote: Although not well-publicised there is a way of entering multi-voice or multi-staff music complete bar by complete bar. There is a restriction that bars must be all the same length, but at least all the notes of a bar are entered together a

Re: Do we really offer the future?

2015-04-22 Thread James Harkins
On April 22, 2015 12:30:18 PM Shane Brandes wrote: Lilypond is not a terribly great tool for composition purposes. Not that I don't use it for that but when I do the whole piece is already in my head and I am not usually prone to making large changes in structure. As noted previously that tend

Re: Do we really offer the future?

2015-04-21 Thread James Harkins
It's a bit of a side topic, but the the thread has touched on questions of usability, so I think it's related. I think there's one command in Finale that demonstrates a major obstacle to widespread adoption of LilyPond: Delete Measure Stack. This is an extremely common need when editing scores, an

Re: Defining custom fretboards

2015-04-21 Thread James
Thanks, Carl. This does what I'm looking for. Is this in the documentation? I couldn't (and still can't) find it. James Worlton On Apr 21, 2015, at 17:17 , Carl Sorensen wrote: > > > On 4/21/15 1:38 PM, "James Worlton" wrote: > >> Hello, &g

Defining custom fretboards

2015-04-21 Thread James Worlton
"1-0" to remove the dot, all to no avail. Below is code illustrating what I mean. Thanks! James Worlton \version "2.19.18" #(define custom-fretboard-table-one (make-fretboard-table)) \storePredefinedDiagram #custom-fretboard-table-one \chordmode{f} #guitar-tuning "1-1-(

ChordNames vs. \numericTimeSignature: used to be OK, not now

2015-04-17 Thread James Harkins
*sigh* Most of the time, LilyPond is amazing. Other times... I have an old document, a lead sheet, following basically the form an excerpt [A]. This prints out as I would expect: a single staff with melody, lyrics below and chord names above the staff. I have a new document, following almost ex

Re: Jianpu Notation

2015-04-17 Thread James Harkins
Super-User qq.com> writes: > I am a Java developer and music amateur from China who is familiar > with both 5-staff notation and Jianpu (aka numberic) notation used for > all pitched Chinese instruments. I have seen post discussed about > displaying Jianpu notation in Lilypond years ago, and woul

Re: Survey: Large scores

2015-04-16 Thread James Worlton
ctical > limitations where one would be better off skipping a commission because > LilyPond would be at its limit. > > Urs I just finished the LilyPond version of my "The Etiquette of Ice", which is 3 movements, 17-18 minutes performance time, 6 musicians (including a sopr

Re: Using lilypond examples in an essay or text document

2015-04-04 Thread James Harkins
ypond :prologue \header{tagline=##f} #+TITLE: Org-mode, LaTeX, LilyPond #+DATE: <2015-04-05 Sun> #+AUTHOR: James Harkins #+LATEX_CLASS: article #+DATE: \today If you're into What You See Is What You Mean, org-mode supports LilyPond code blocks: #+BEGIN_SRC lilypond :file demo.eps

Re: GridLine appearance

2015-04-03 Thread James Worlton
And kudos to you, Abraham, for making possible the use of other fonts! My score is using the Cadence notation font. James W On Fri, Apr 3, 2015 at 3:11 PM, tisimst wrote: > Agreed! Very nice looking score. I love the flexibility of this program! > Well done, everyone! > &g

Re: GridLine appearance

2015-04-03 Thread James Worlton
Just to follow up: Using Pierre's myArrow and myGridLinesBis code, I am able to produce the image in the result which is exactly what I was looking for. Thanks again! LilyPond rocks, as do the geniuses that come up with solutions to strange requests! James Worlton On Fri, Apr 3, 2015 at 7:

  1   2   3   4   5   6   7   8   9   10   >