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 works
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 when
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
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:
https://lists.gnu.org/archive/html/lilypond-user/2014-05/msg00595.htm
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 suc
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 2.18
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 {
a2^\<
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 Staff
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 f
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 Staff
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 Voic
-- 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
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) } >> }
\score
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 <<
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'{ f
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 sec
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 it
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)
18 matches
Mail list logo