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

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

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

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"

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

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:

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
be trial and error. Thanks, James Worlton

alternate bar numbering

2019-10-20 Thread james via lilypond-user
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
ouple 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
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 wanted to h

I don't understand this output

2019-07-20 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
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 t

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

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, > Harm Many

Re: Partcombine Documentation: Example Error

2018-07-18 Thread James Lowe
afc > 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 a kind of Voice. > > > Intro

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 staff s

question about cross-staff stems

2018-07-04 Thread james
emDown 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
Thanks! James Sent with AquaMail for Android http://www.aqua-mail.com ___ 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-21 Thread James Harkins
dify the current instance (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
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? James

SVG output - Group multiple grobs together

2018-01-10 Thread James Opstad
-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@gnu.org h

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

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

Re: Required font for simplified Chinese characters?

2017-12-08 Thread James Harkins
On December 8, 2017 12:33:21 Andrew Bernard <andrew.bern...@gmail.com> 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.

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

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

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

2017-11-05 Thread James Lowe
itial problem on the user list 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
c 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.gnu.org/mailma

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 <nat...@snappizz.com> 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 (n

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

2017-10-27 Thread James Harkins
" ---: 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,

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*

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 >

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 > >

Re: "Creating MIDI Files" doc is wrong

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

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

"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

Re: Ties between voices?

2017-10-07 Thread James Harkins
On Sat, 07 Oct 2017 20:49:31 +0800 Simon Albrecht <simon.albre...@mail.de> 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 th

Re: Ties between voices?

2017-10-07 Thread James Harkins
On October 7, 2017 20:49:38 Simon Albrecht <simon.albre...@mail.de> 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: <b_~ b'^~> I'm binge watching Rick &

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

Re: Ties between voices?

2017-10-07 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

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 =

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 <<

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

2017-08-02 Thread James
issue #318. I suggest that a Known Issues 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

Re: Font cache issues on Windows 10

2016-11-15 Thread James Lowe
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> wrote: > Hi James

Ties between words in lyrics

2016-09-14 Thread James Evensen
. -- 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 <james.lilyp...@googlemail.com> wrote: > > >> On Jun 5, 2016, at 11:35 AM, David Kastrup <d...@gnu.org> wrote: >> >> james <james.lilyp...@googlemail.com> writes: >> >>> Is there an easier way of

Re: partially frenched score

2016-06-05 Thread james
> On Jun 5, 2016, at 11:35 AM, David Kastrup <d...@gnu.org> wrote: > > james <james.lilyp...@googlemail.com> writes: > >> Is there an easier way of creating a partially frenched score? > > Easier than what? > >> I'd like to hide all of the empty s

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 https

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 <tsan...@rogers.com> wrote: > James, > > > > In your editor select UTF-8 and

Re: Displaying Japanese & Chinese characters.

2016-05-03 Thread James Sa
-05-01 15:51 GMT+02:00 James Sa <james.sa.2...@gmail.com>: > > I bump into a problem that I cannot render CJVK characters correctly. > > > > === Here's the tiny sample === > > \version "2.19.40" > > > > \header { > > title = "

Displaying Japanese & Chinese characters.

2016-05-01 Thread James Sa
.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... Layout output

unfoldRepeats and : shortcut

2016-01-21 Thread james
} \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: 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 unfoldRepeats. Is t

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
ve differently and on different 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 what is needed here than

Re: repeated flags

2015-09-20 Thread james
> On Sep 20, 2015, at 11:37 AM, David Kastrup <d...@gnu.org> wrote: > > james <james.lilyp...@googlemail.com> writes: > >> Hello, >> >> I've recently had a problem with flags being repeated in my printouts. The >> pdf file is >> fine, b

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: repeated flags

2015-09-20 Thread james
> On Sep 20, 2015, at 12:39 PM, David Kastrup <d...@gnu.org> wrote: > > james <james.lilyp...@googlemail.com> writes: > >>> On Sep 20, 2015, at 11:37 AM, David Kastrup <d...@gnu.org> wrote: >>> >>> commit 555eba6c5d21610b1ad87a6

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 far

Re: TextSpanner + \mark?

2015-07-19 Thread James Harkins
Simon Albrecht simon.albrecht at mail.de writes: Unfortunately no. See https://code.google.com/p/lilypond/issues/detail?id=3176. 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

\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 )

Re: \afterGrace control over stem length

2015-07-07 Thread James Harkins
Pierre Perol-Schneider pierre.schneider.paris at 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

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

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: \version 2.19.18 musicA = { \key c \major \repeat

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 jworl...@gmail.com wrote: 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

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 c_soren...@byu.edu wrote: On 4/28/15 3:20 PM, James Worlton jworl...@gmail.com wrote: I don't see a way to make the key-cancellation and key-signature simultaneous. I wouldn't expect there to be a way

Lining up key signatures

2015-04-28 Thread James Worlton
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 t.dani...@treda.co.uk 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

Re: Do we really offer the future?

2015-04-22 Thread James Harkins
On April 22, 2015 12:30:18 PM Shane Brandes sh...@grayskies.net 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

Defining custom fretboards

2015-04-21 Thread James Worlton
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-(;3-3;3-4;2-2;1-0;1-1-); % the 1-0 on the 2nd

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,

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 jworl...@gmail.com wrote: Hello, I am doing work for a client involving

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

Re: Jianpu Notation

2015-04-17 Thread James Harkins
Super-User david290 at 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,

Re: Survey: Large scores

2015-04-16 Thread James Worlton
movements, 17-18 minutes performance time, 6 musicians (including a soprano, so it involved text), and 47 pages of score. This is the longest page-count project I've completed. James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Using lilypond examples in an essay or text document

2015-04-04 Thread James Harkins
: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 :exports results \relative

Re: GridLine appearance

2015-04-03 Thread James Worlton
Thank you, Pierre. This looks like it will work! James W On Fri, Apr 3, 2015 at 3:09 AM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi James, I'm not sure about that advantages of using grid lines. How about something like: \version 2.19.17 musicA = { c'4 c' c' c

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 tisimst.lilyp...@gmail.com wrote: Agreed! Very nice looking score. I love the flexibility of this program! Well done, everyone

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:36 AM

GridLine appearance

2015-04-02 Thread James Worlton
/4) } { \musicB } \layout { \context { \Score \consists Grid_line_span_engraver \override NoteColumn.X-offset = #-0.5 } } } Thanks! James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https

Manual gotcha: beatStructure

2015-03-21 Thread James Harkins
I just got slightly confused trying to use beatStructure, and a small edit to the manual might help. \version 2.18.2 \language english five = { \set Timing.beatStructure = #'(3 2) \time 5/8 } seven = { \set Timing.beatStructure = #'(3 2 2) \time 7/8 } \new RhythmicStaff { % \set

Re: Manual gotcha: beatStructure

2015-03-21 Thread James Harkins
On March 22, 2015 12:00:05 AM Trevor Daniels t.dani...@treda.co.uk wrote: I think it must be that the variable implicitly creates a separate voice, and the beatStructure applies only within the voice. No, that's not the reason. The reason is that there is a separate beatStructure for each

[OT] We need LilyPond office space...

2015-03-04 Thread James Harkins
... if only so that Brian Ferneyhough can visit: http://www.finalemusic.com/blog/brian-ferneyhough-visits-makemusic/ I can take the rhythmic notation and, using OpenMusic Syntax, port it to Finale. I clean it up in Finale... That last one... I think there's a step that we can make less

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
I should add that the original code was missing a right closing brace after \staffSize #2 to close off the \with block. James Worlton On Tue, Mar 3, 2015 at 9:19 AM, James Worlton jworl...@gmail.com wrote: On Tue, Mar 3, 2015 at 8:37 AM, Cynthia Karl pck...@mac.com wrote: The following

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
2.1 to -2.1). James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
I've attached the PDF output of your code, as run on my machine: Windows 7, Frescobaldi 2.17.2, Lily 2.19.16. James Worlton On Tue, Mar 3, 2015 at 2:59 PM, Thomas Morley thomasmorle...@gmail.com wrote: 2015-03-03 17:34 GMT+01:00 Kevin Barry barr...@gmail.com: The problem also exists

  1   2   3   4   5   6   7   8   9   10   >