Atom editor

2019-01-23 Thread Andrew Bernard
I'd like to try to use Atom with point and click from lilypond PDF output. What would one set LYEDITOR to to achieve this? As a long term emacs user, my affections are beginning to be swayed by Atom. A nice editor and improving all the time. Andrew ___

Re: Clef too tight

2019-01-23 Thread Andrew Bernard
Valentin, Thanks so much! Works great. For some reason the use of extra-spacing-width has never penetrated my cranium. Andrew On Thu, 24 Jan 2019 at 18:27, Valentin Villenave wrote: > > Isn’t that just a matter of > \override Staff.Clef.extra-spacing-width = #'(-1 . 0) > ? (and it should

Re: Clef too tight

2019-01-23 Thread Valentin Villenave
On 1/24/19, Andrew Bernard wrote: > What is the magical incantation out of > the space-alist spell box to address this? Isn’t that just a matter of \override Staff.Clef.extra-spacing-width = #'(-1 . 0) ? (and it should cope with uniform/strict/proportional note spacing as you’re using) If you

Clef too tight

2019-01-23 Thread Andrew Bernard
In my very dense quartet score, I encounter the issue shown in the image here where the clef is too tight. What is the magical incantation out of the space-alist spell box to address this? [Another section of the IR I find hard to understand, especially as that section says it's more complicated t

Re: Dynamic next to espressivo

2019-01-23 Thread Andrew Bernard
Hi Saul, Thanks, but you missed the point, sorry. There's a thread about the \espressivo mark <> and how to adjust it. That's what I am referring to, not the text word 'espressivo'. Dynamics are different to Script, which is what \espressivo is. I am wanting to snug up and align a 'p' and '<>' to

Re: Dynamic next to espressivo

2019-01-23 Thread Saul Tobin
Below is the snippet I use for dynamics with expressive text. I believe I've posted it to the mailing list before, a few years ago maybe. \version "2.18.2" dynText = #(define-event-function (parser location dyn expr) (markup? markup?) (let* ( (mark #{ \markup { \

Re: harp basic muffle

2019-01-23 Thread Federico Bruni
Il giorno gio 24 gen 2019 alle 6:46, Andrew Bernard ha scritto: Hi Rachel, I feel sure this came up on the list a while ago. Try an archive search. I'm not quite sure what keywords would work. Others may

Re: harp basic muffle

2019-01-23 Thread Andrew Bernard
Hi Rachel, Could you accept a coda symbol? Then something like this can be done: %== \version "2.19.82" treble = { c''4 } bass = { \clef bass \once \override Script.outside-staff-priority = ##f \once \override Script.Y-offset = 6 c4_\coda } \score { << \new Staff { \t

Re: harp basic muffle

2019-01-23 Thread Andrew Bernard
There's a Unicode symbol for this somewhere. I'll find it. On Thu, 24 Jan 2019 at 16:53, Andrew Bernard wrote: > Hi Rachel, > > Could you accept a coda symbol? Then something like this can be done: > > %== > \version "2.19.82" > > treble = { > c''4 > } > > bass = { > \clef bass > \on

Re: harp basic muffle

2019-01-23 Thread Andrew Bernard
Hi Rachel, I feel sure this came up on the list a while ago. Try an archive search. I'm not quite sure what keywords would work. Others may remember who were in on that thread. Andrew On Thu, 24 Jan 2019 at 16:10, Rachel Knight wrote: > How would I create this harp muffle symbol and place it

harp basic muffle

2019-01-23 Thread Rachel Knight
How would I create this harp muffle symbol and place it centered between the treble and bass clefs? Rachel ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Watch indicator

2019-01-23 Thread Pierre Perol-Schneider
Hi Trevor, I did something similar some times ago: http://lsr.di.unimi.it/LSR/Item?id=982 HTH Cheers, Pierre Le mer. 23 janv. 2019 à 19:40, Malte Meyn a écrit : > > > Am 23.01.19 um 19:30 schrieb Trevor: > > Hi list > > > > Some time ago someone on the list posted some postscript (I think) which

Re: select a note in a chord

2019-01-23 Thread Valentin Villenave
On 1/19/19, Davide Bonetti wrote: > For the sake of the discussion, I copy there the code as it now is: Greetings Davide and everybody, although these chord-transform functions were only intended for written voicings (i.e. not ChordNames), David K. had a brilliant idea: by setting the 'octavation

LP output directive to annotate contexts, staves, voices

2019-01-23 Thread Guy Stalnaker
Wondering if such a thing exists? I know I can color-code voices (e.g., /voiceOne, etc.) but I'm thinking about annotated output for all contexts, staves, voices (something like the Annotate Spacing option). Because LP is written to create implicit contexts it is sometimes difficult to see what's

Re: Watch indicator

2019-01-23 Thread Malte Meyn
Am 23.01.19 um 19:30 schrieb Trevor: Hi list Some time ago someone on the list posted some postscript (I think) which drew a pair of spectacles as an indication to a choir to watch the conductor. I've tried to find it again, but can't. Does anyone have a pointer to it? Trevor It’s a bui

Watch indicator

2019-01-23 Thread Trevor
Hi list Some time ago someone on the list posted some postscript (I think) which drew a pair of spectacles as an indication to a choir to watch the conductor. I've tried to find it again, but can't. Does anyone have a pointer to it? Trevor ___ li

Re: arpeggio variant

2019-01-23 Thread MING TSANG
Andrew, Thank you very much. Ming. On Wednesday, January 23, 2019, 7:37:49 a.m. EST, Andrew Bernard wrote: HI Ming, A usage problem. Read the NR section 1.3.3 Expressive Marks as Lines and see the section Arpeggio. You will immediately see what's wrong. Andrew On Wed, 23 Jan 2019 at

Re: Making espressivo longer

2019-01-23 Thread Carl Sorensen
On 1/22/19, 8:07 PM, "Aaron Hill" wrote: NOTE: I could not find a predicate for an association list, so I provided one here. If I overlooked something that already exists, then we should swap out the predicate for that one. When I was creating fret diagrams, Han-Wen di

Re: print bass staff not always

2019-01-23 Thread Simon Albrecht
On 22.01.19 09:56, Gianmaria Lari wrote: I found an issue with \RemoveEmptyStaves. It also remove \Dynamics. Just write a layout block like this: \layout {   \context {     \PianoStaff     \remove Keep_alive_together_engraver   }   \context {     \Staff     \RemoveAllEmptyStaves   } } This i

Re: print bass staff not always

2019-01-23 Thread David Kastrup
Gianmaria Lari writes: > On Mon, 21 Jan 2019 at 22:33, David Kastrup wrote: > >> Gianmaria Lari writes: >> >> > On Mon, 21 Jan 2019 at 14:57, Gianmaria Lari >> > wrote: >> > >> >> >> >> >> >> On Mon, 21 Jan 2019 at 13:02, Valentin Villenave < >> valen...@villenave.net> >> >> wrote: >> >> >> >>

Re: arpeggio variant

2019-01-23 Thread Andrew Bernard
HI Ming, A usage problem. Read the NR section 1.3.3 Expressive Marks as Lines and see the section Arpeggio. You will immediately see what's wrong. Andrew On Wed, 23 Jan 2019 at 23:27, MING TSANG wrote: > > I coded arpeggio variant and is not working. Am I use them wrongly? > > \version "2

arpeggio variant

2019-01-23 Thread MING TSANG
Dear lilypond user list: I coded arpeggio variant and is not working. Am I use them wrongly? Ming \version "2.19.82"\language "english"right = \fixed c' {  \key bf\major  \time 4/4  1\arpeggio  |  1\arpeggioArrowDown |   1\arpeggioBracket |   1\arpeggioArrowUp  |  1\arpeggioParenthesis |   1\arpeg

Dynamic next to espressivo

2019-01-23 Thread Andrew Bernard
Hi All, Now that we have a great espressivoII function, I want to put a dynamic next to the espressivo, on the left, at the same level. How do we do this? This is not specific to expressivo - how does one line up a dynamic and a script on the same horizontal level and snugged up to each other? \

Re: Making espressivo longer

2019-01-23 Thread Andrew Bernard
Hi Aaron, This is excellent. Highly useful for me. In order to disseminate this, I believe it should go in openlilylib. That's better in my view than a snippet because then you can include the actual code in your project. I'd be happy to format it all up and code it according to the standard for