Hi all,
in the threads
http://lists.gnu.org/archive/html/lilypond-user/2017-03/msg00234.html
and espcially
http://lists.gnu.org/archive/html/lilypond-user/2017-03/msg00356.html
I struggled with the behaviour of shifting a note column at system start
using its X-offset property. Obviously there's
On Thu, 23 Mar 2017, Martin Tarenskeen wrote:
I have added an -m option to specify midi file output to the script.
I have done some more finetuning on the script. What's new:
* A more verbose help message
* -u option to select newer unstable/devel version of lilypond
Todo:
This is growing
Hi Urs,
On Fri, Mar 24, 2017 at 4:56 AM, Urs Liska wrote:
> Hi all,
>
> in the threads
> http://lists.gnu.org/archive/html/lilypond-user/2017-03/msg00234.html
> and espcially
> http://lists.gnu.org/archive/html/lilypond-user/2017-03/msg00356.html
>
> I struggled with the behaviour of shifting a n
Hi David,
Am 24. März 2017 16:26:44 MEZ schrieb David Nalesnik :
>Hi Urs,
>
>On Fri, Mar 24, 2017 at 4:56 AM, Urs Liska wrote:
>> Hi all,
>>
>> in the threads
>> http://lists.gnu.org/archive/html/lilypond-user/2017-03/msg00234.html
>> and espcially
>> http://lists.gnu.org/archive/html/lilypond-us
Hi List,
I have a issue with forced breaks using polymetric music.
I wanted to display measure numbers on individuale staves. This is ok. However
breaks are not controllable. Here is a small example with a break in the first
staff that doesn't work and another in the second which works. But this
Am 24.03.2017 um 18:23 schrieb Karim Haddad:
I have a issue with forced breaks using polymetric music.
In order for \break to be effective, you need a barline (in all staves,
IIRC) _and_ there must be no note playing. The latter can be overridden
by removing Forbid_line_break_engraver from Vo
On Fri, 2017-03-24 at 18:56 +0100, Simon Albrecht wrote:
> Am 24.03.2017 um 18:23 schrieb Karim Haddad:
> > I have a issue with forced breaks using polymetric music.
>
> In order for \break to be effective, you need a barline (in all
> staves,
> IIRC)
I think there is never a need to put a barli
Am 24.03.2017 um 19:02 schrieb Richard Shann:
On Fri, 2017-03-24 at 18:56 +0100, Simon Albrecht wrote:
Am 24.03.2017 um 18:23 schrieb Karim Haddad:
I have a issue with forced breaks using polymetric music.
In order for \break to be effective, you need a barline (in all
staves,
IIRC)
I think t
Thank both of you,
But unfortunately, this doesn't work in every case. By the way \remove
"Forbid_line_break_engraver" is already in the example i have sent. It works
for some cases (rare ones i presume), and don't for most.
You should check out the 2 breaks in the example. The first doesn't wo
> On Mar 23, 2017, at 7:26 PM, Jeffery Shivers wrote:
>
> On Thu, Mar 23, 2017 at 9:13 PM, Andrew Bernard
> wrote:
>> I have an unusual beaming situation in the piano work I am setting. The
>> composer I work with is fussy (very) about his visual gestures in notation
>> and it is incumbent on
Am 24.03.2017 um 20:14 schrieb Kim Shrier:
In the notation reference about
beaming,http://lilypond.org/doc/v2.19/Documentation/notation/beams.en.html#manual-beams
, it looks like you can achieve what you want by using manual beaming along
with \set stemLeftBeamCount and \set stemRightBeamCoun
> On Mar 24, 2017, at 1:29 PM, Simon Albrecht wrote:
>
> Am 24.03.2017 um 20:14 schrieb Kim Shrier:
>> In the notation reference about
>> beaming,http://lilypond.org/doc/v2.19/Documentation/notation/beams.en.html#manual-beams
>> , it looks like you can achieve what you want by using manual be
On Fri, Mar 24, 2017 at 3:14 PM, Kim Shrier wrote:
> In the notation reference about beaming,
> http://lilypond.org/doc/v2.19/Documentation/notation/beams.en.html#manual-beams
> , it looks like you can achieve what you want by using manual beaming along
> with \set stemLeftBeamCount and \set st
On Fri, Mar 24, 2017 at 3:34 PM, Jeffery Shivers
wrote:
> How about at that moment where the beam is "split" or whatever,
> letting that top beam's stem go all the way down to the d-sharp, and
> at that same moment beginning the second beam with a space? I think
> with some settings for avoiding v
2017-03-24 2:13 GMT+01:00 Andrew Bernard :
> Hi All,
>
>
>
> I have an unusual beaming situation in the piano work I am setting. The
> composer I work with is fussy (very) about his visual gestures in notation
> and it is incumbent on me to reproduce the beaming seen in the attached
> image. The i
Working a bit on Jeffery’s suggestion, it seems to be getting very close to
what you want:
\version "2.18.2"
\markup \vspace #3
beamPos =
#(define-music-function
(parser location beg end)
(number? number?)
#{
\once \override Beam.positions = #(cons beg end)
#})
musOne = {
<<
\
For example, quoting the start of the music when you are a few measures in?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Anything is possible in Lilypond!
ex2.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hey Karim!
I had the same problem a couple years ago and I solved it with a custom
voice-level engraver - can't find any of that, but that's your best bet as
it'll automate a lot of the tedium of manually putting in markups.
~Mike
Sent from my Samsung Galaxy smartphone.
Original message
19 matches
Mail list logo