File names

2020-01-11 Thread Freeman Gilmore
Is there a file like makam.ly for the standard accidentals? If so what is its name? What is the name of the file that translate text to Unicode? Thank you, ƒg

Frescobaldi Music View

2020-01-11 Thread Guy Stalnaker
Howdy Frescobaldi users -- after a recent update to v3 and v3.1, the music view now defaults to 100%. It did not use to do this. Everytime I open a score, I now have to set the view to Page or Width, etc. I cannot find a Configuration option to tell Music View my preferred view (Page). Am I

Re: Work structure question

2020-01-11 Thread Guy Stalnaker
Thanks everyone! It took me several hours to work out how to get from the examples David directed me to in the Docs to a MWE that had the lyrics where I wanted them to be to using that structure into my existing score, but I did do it. Guy Stalnaker jimmyg...@gmail.com On Sat, Jan 11, 2020 at

Re: Sustain pedal problems with voices/staffs (re-posted)

2020-01-11 Thread Kieren MacMillan
Hi Carl, > Move the Piano_pedal_align_engraver as well. See my other email. Nice! Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Re: Sustain pedal problems with voices/staffs (re-posted)

2020-01-11 Thread Carl Sorensen
On 1/11/20, 6:46 PM, "kieren_macmillan kieren_macmillan" wrote: Hi Paolo, > How can your solution can be applied to the above examples? See for a possible start. There’s obviously a better solution than the extra-offset I used, but I

Re: Sustain pedal problems with voices/staffs (re-posted)

2020-01-11 Thread Carl Sorensen
From: Paolo Prete Date: Saturday, January 11, 2020 at 5:22 PM To: Carl Sorensen Cc: lilypond-user Subject: Re: Sustain pedal problems with voices/staffs (re-posted) %% \version "2.19.83" upper = { s1 } lower = { c'8[\sustainOn \change Staff = "upper" d'' e''

Re: Ambrosian Chant Notation

2020-01-11 Thread Aaron Hill
On 2020-01-11 5:59 pm, nagymusic wrote: I'm still trying to figure out how to create a custom notehead (extended black rectangle) Something like this might be a good place to start: \version "2.18.2" { \tweak Stem.transparent ##t \tweak stencil #(lambda (grob)

Re: Ambrosian Chant Notation

2020-01-11 Thread nagymusic
Andrew, Many thanks for your message. Here's what I have managed so far (see below). I'm still trying to figure out how to create a custom notehead (extended black rectangle), as in the attached example. \version "2.19.83" \include "gregorian.ly" \include "lilypond-book-preamble.ly" chant =

Re: Display of notes when using reduced line count in staff

2020-01-11 Thread Aaron Hill
On 2020-01-11 5:36 pm, Andrew Bernard wrote: Pardon my base ignorance, but when using a reduced line count of 2 lines for a treble staff instead of five, the middle C position apparently moves. I can't quite figure this out. I suppose the behavior is entirely obvious to some, but I can't get my

Re: Sustain pedal problems with voices/staffs (re-posted)

2020-01-11 Thread kieren_macmillan kieren_macmillan
Hi Paolo, > How can your solution can be applied to the above examples? See for a possible start. There’s obviously a better solution than the extra-offset I used, but I can’t currently seem to find a way to force the pedal below the PianoStaff (e.g., with a

Display of notes when using reduced line count in staff

2020-01-11 Thread Andrew Bernard
Pardon my base ignorance, but when using a reduced line count of 2 lines for a treble staff instead of five, the middle C position apparently moves. I can't quite figure this out. I suppose the behavior is entirely obvious to some, but I can't get my head around it. There is very little discussion

Re: Ambrosian Chant Notation

2020-01-11 Thread Andrew Bernard
Hi Zvony, No doubt somebody here will have all the code to do this already, but it's really interesting I think. It's easy to make a system with only two staff lines, and I think the black bars can be simply done with a custom notehead, as you suspect. I'll have a look into it. Fascinating. Are

Re: Sustain pedal problems with voices/staffs (re-posted)

2020-01-11 Thread Paolo Prete
%% \version "2.19.83" upper = { s1 } lower = { c'8[\sustainOn \change Staff = "upper" d'' e'' f'']\sustainOff r2 } \score { \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower >> \layout { } \midi { } }

Re: Work structure question

2020-01-11 Thread Carl Sorensen
Guy, When you want help on the list, the best thing to do is to set up a compilable tiny example: http://lilypond.org/tiny-examples.html If you do that, then we can just make the needed changes. Pseudocode like you wrote in your email is hard to give good answers about. But I’ll show you a

Re: Work structure question

2020-01-11 Thread David Kastrup
Guy Stalnaker writes: > I am unsure how exactly to do this, so asking. > > I'm writing an SATB arrangement (easy squeezy) in SA-TB two staff format > > %% CODE > \new ChoirStaff << > \new Staff > \new Voice = "soprano" { S } > \new Voice = "alto" { A } >>> > \new Lyrics \lyricsto "soprano"

Re: Sustain pedal problems with voices/staffs (re-posted)

2020-01-11 Thread Carl Sorensen
From: Paolo Prete Date: Saturday, January 11, 2020 at 2:03 PM To: lilypond-user Subject: Sustain pedal problems with voices/staffs (re-posted) Hello. What about the status of this? http://lilypond.1069038.n5.nabble.com/Sustain-pedal-problems-with-voices-staffs-td157131.html Without having a

Ambrosian Chant Notation

2020-01-11 Thread nagymusic
IMG_20200111_160849_1.jpg Hello! I'm asked to revise a few Ambrosian chants from the Anglican hymnal. The goal is to modify the text while keeping the pitches intact. Does anyone have suggestions on how to engrave the

Re: metronome-mark-alignment

2020-01-11 Thread Thomas Morley
Am Sa., 11. Jan. 2020 um 18:04 Uhr schrieb David Nalesnik : > > > > On Saturday, January 11, 2020, Daniel Rosen wrote: >> >> On Jan 9, 2020, at 4:21 PM, Daniel Rosen wrote: >> >> >> I have a new problem. If I take away the first instance of \music in each >> >> staff of my original example, >>

Work structure question

2020-01-11 Thread Guy Stalnaker
I am unsure how exactly to do this, so asking. I'm writing an SATB arrangement (easy squeezy) in SA-TB two staff format %% CODE \new ChoirStaff << \new Staff \new Voice = "soprano" { S } \new Voice = "alto" { A } >> \new Lyrics \lyricsto "soprano" \verseOne \new Lyrics \lyricsto "soprano"

Re: Hairpin position

2020-01-11 Thread Thomas Morley
Am Sa., 11. Jan. 2020 um 21:59 Uhr schrieb Paolo Prete : > > Hello Michael and Andrew, > > please look at this (2.19.83): > > { > \once \override DynamicText.extra-offset = #'(-2 . -3) > a'\p\< a' a' a'\ff > } > > Obviously, the hairpin is not automatically moved so to be aligned with the >

Sustain pedal problems with voices/staffs (re-posted)

2020-01-11 Thread Paolo Prete
Hello. What about the status of this? http://lilypond.1069038.n5.nabble.com/Sustain-pedal-problems-with-voices-staffs-td157131.html It's a very annoying missing feature/bug . Is there a fix or workaround/alternative for avoiding that, other than using an additional Dynamics layer? Best, P

Re: Hairpin position

2020-01-11 Thread Paolo Prete
Hello Michael and Andrew, please look at this (2.19.83): { \once \override DynamicText.extra-offset = #'(-2 . -3) a'\p\< a' a' a'\ff } Obviously, the hairpin is not automatically moved so to be aligned with the moved DynamicText. I wonder if is there a way to achieve this. Best, P On

Running LilyPond on Amazon Linux 2

2020-01-11 Thread Peter Anglea
I’ve been running LilyPond on AWS Lambda for some time now, but recently have been forced to upgrade my runtime from Node 8.x to Node 12.x due to Node 8.x becoming deprecated. However, in my testing, LilyPond does not work in either the Node 10.x or Node 12.x runtimes. I get the following

Re: metronome-mark-alignment

2020-01-11 Thread David Nalesnik
On Saturday, January 11, 2020, Daniel Rosen wrote: > On Jan 9, 2020, at 4:21 PM, Daniel Rosen wrote: > > >> I have a new problem. If I take away the first instance of \music in > each staff of my original example, > > > > Whoops, meant to say *your* example with the revised function. > > >> the

Re: metronome-mark-alignment

2020-01-11 Thread Daniel Rosen
On Jan 9, 2020, at 4:21 PM, Daniel Rosen wrote: >> I have a new problem. If I take away the first instance of \music in each >> staff of my original example, > Whoops, meant to say *your* example with the revised function. >> the file fails to compile, and I get this error message: >> >>>

Re: Hairpin position

2020-01-11 Thread Andrew Bernard
Hi Paolo, You have not told us what you are trying to achieve in clear terms. But if you want to move dynamics, the following function I use works fine, and the hairpin naturally adapts. But show us a diagram of what you need. Andrew % \version "2.21.0" % dynamics offset doff =

Re: Hairpin position

2020-01-11 Thread Michael Gerdau
Hi Paolo, I don’t understand your request. How do you want the hairpin repositioned? Possibly an image to illustrate might help. Kind regards, Michael Mobil gesendet > Am 11.01.2020 um 01:14 schrieb Paolo Prete : > >  > Hello, > > given: > > {{ > a'\p\< a' a' a'\ff > }} > > ... how can