Re: \hideNotes removes dot from 4.

2020-01-07 Thread Michael Gerdau
Thank you David and Aaron! Based on your responses I've created this example: \version "2.19.83" \paper { indent = 0 } butNotDots = \revert Dots.transparent musica = \relative c''{ f4 g << { \hideNotes a4.( \unHideNotes g8) } \\ { a4.( g8) } >> } musicb = \relative c''{ f4 g << { a4.( g8)

Re: Custon MMR engraver - another issue

2020-01-07 Thread Craig Dabelstein
Brilliant work! Thanks Harm. Craig On Wed, 8 Jan 2020 at 07:21, Thomas Morley wrote: > Am Di., 7. Jan. 2020 um 16:25 Uhr schrieb Kieren MacMillan > : > > > > Hi Harm, > > > > As always, great work — thanks for this fabulous addition to the ’Pond! > > > > Best, > > Kieren. > > > Glad you like

Re: \hideNotes removes dot from 4.

2020-01-07 Thread Aaron Hill
On 2020-01-07 4:47 pm, Aaron Hill wrote: \hideNotes needs to hide Dots (as well as other things), and it appears that the Dots grob is shared across Voices. However, it is the *first* Voice that creates the Dots grob, so only its context properties matter. If you move your \hideNotes to the

Re: \hideNotes removes dot from 4.

2020-01-07 Thread Aaron Hill
On 2020-01-07 4:17 pm, Michael Gerdau wrote: Hi list, I've come across a strange behaviour with \hideNotes. See the following MWE: - snip - snip - snip - snip - \version "2.19.83" musica = \relative c'{ f4 g << { \hideNotes a4.( \unHideNotes g8) } \\ { a4.( g8) } >> } musicb = \relative c'{

Re: \hideNotes removes dot from 4.

2020-01-07 Thread David Kastrup
Michael Gerdau writes: > Hi list, > > I've come across a strange behaviour with \hideNotes. See the following MWE: > - snip - snip - snip - snip - > \version "2.19.83" > > musica = \relative c'{ f4 g << { \hideNotes a4.( \unHideNotes g8) } \\ { a4.( > g8) } >> } > musicb = \relative c'{ f4 g <<

\hideNotes removes dot from 4.

2020-01-07 Thread Michael Gerdau
Hi list, I've come across a strange behaviour with \hideNotes. See the following MWE: - snip - snip - snip - snip - \version "2.19.83" musica = \relative c'{ f4 g << { \hideNotes a4.( \unHideNotes g8) } \\ { a4.( g8) } >> } musicb = \relative c'{ f4 g << { a4.( g8) } \\ { a4.( g8) } >> }

Re: How to increase shift dynamic and end of hairpin

2020-01-07 Thread Flaming Hakama by Elaine
-- Forwarded message -- > From: Guy Stalnaker > To: lilypond-user Mailinglist > Cc: > Bcc: > Date: Tue, 7 Jan 2020 14:53:00 -0600 > Subject: How to increase shift dynamic and end of hairpin > Hello everyone, > > I've written a choral work. There are some places in the score where

metronome-mark-alignment

2020-01-07 Thread Daniel Rosen
I just rediscovered David Nalesnik's metronome-mark-alignment function in this thread that I originally started years ago: https://bit.ly/2QUmi6H The function works fine as long as Metronome_mark_engraver only exists in the Score context. However, if it's added to, say, a Staff context or a

Re: How to increase shift dynamic and end of hairpin

2020-01-07 Thread Guy Stalnaker
Sorry, Knute -- Harm's suggestion is less work LOL Thanks Harm! On 1/7/2020 4:16 PM, Thomas Morley wrote: Am Di., 7. Jan. 2020 um 22:44 Uhr schrieb Knute Snortum : One way would be to use another voice for the dynamics: %%% \version "2.19" \language "english" \score { << \new

Re: How to increase shift dynamic and end of hairpin

2020-01-07 Thread Thomas Morley
Am Di., 7. Jan. 2020 um 22:44 Uhr schrieb Knute Snortum : > > One way would be to use another voice for the dynamics: > > %%% > \version "2.19" > \language "english" > \score { ><< > \new Staff { ><< { c'2 a2 c'2 f'2 } \\ { s2^\< s2 s2^\mf\> s4 s4^\p } >> ><< { c'2 a2 c'2

Re: How to increase shift dynamic and end of hairpin

2020-01-07 Thread Guy Stalnaker
Excellent Knute! Thanks. I can do that I think just for those measures that the measure compression is too small. Regards. On 1/7/2020 3:43 PM, Knute Snortum wrote: One way would be to use another voice for the dynamics: %%% \version "2.19" \language "english" \score { << \new

Re: How to increase shift dynamic and end of hairpin

2020-01-07 Thread Knute Snortum
One way would be to use another voice for the dynamics: %%% \version "2.19" \language "english" \score { << \new Staff { << { c'2 a2 c'2 f'2 } \\ { s2^\< s2 s2^\mf\> s4 s4^\p } >> << { c'2 a2 c'2 f'2 } \\ { s2^\< s2 s2^\mf\> s4 s4^\p } >> } \new Staff {

Re: Custon MMR engraver - another issue

2020-01-07 Thread Thomas Morley
Am Di., 7. Jan. 2020 um 16:25 Uhr schrieb Kieren MacMillan : > > Hi Harm, > > As always, great work — thanks for this fabulous addition to the ’Pond! > > Best, > Kieren. Glad you like it :) Probably I should put it into LSR, if I can solve the remaining problems: grob::name doesn't exist in

How to increase shift dynamic and end of hairpin

2020-01-07 Thread Guy Stalnaker
Hello everyone, I've written a choral work. There are some places in the score where I have a four-voice choir singing Alleluia on successive half notes. I've notated a crescendo hairpin to \mf followed by a decrescendo hairpin to \p on the final half note. Some times LP engraves the score

Fixing guile-debugger.ly - Some investigations

2020-01-07 Thread Michael Käppler
Hi all, while trying to debug a problem concerning scheme code I stumbled upon the somewhat broken state of the "guile-debugger.ly"-interface. This was discussed several times on the list, seemingly without a good solution. See:

Re: Custon MMR engraver - another issue

2020-01-07 Thread Kieren MacMillan
Hi Harm, As always, great work — thanks for this fabulous addition to the ’Pond! Best, Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Re: Custon MMR engraver - another issue

2020-01-07 Thread Thomas Morley
Hi Craig, Am Mo., 6. Jan. 2020 um 11:05 Uhr schrieb Thomas Morley : > > Am Mo., 6. Jan. 2020 um 04:16 Uhr schrieb Craig Dabelstein > : >> >> Hi again, >> >> When using lilypond on the command line, and trying to engrave multiple >> files, the multi measure rest engraver is giving this error

Re: Easy cross staff

2020-01-07 Thread Jacques Menu
Hello Paolo, easyCrossStaff works fine here, thanks for contributing it! JM > Le 6 janv. 2020 à 18:15, Paolo Prete a écrit : > > Hello all, > > I was a little bit reluctant to publish this (the Scheme code has to be > cleaned, better indented etc.) but given that it seems to me that it